<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[aphero的专栏]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/aphero</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; aphero]]></copyright><item><title><![CDATA[faceswap的数据模型]]></title><link>https://blog.csdn.net/aphero/article/details/124772199</link><guid>https://blog.csdn.net/aphero/article/details/124772199</guid><author>aphero</author><pubDate>Sat, 14 May 2022 18:46:18 +0800</pubDate><description><![CDATA[1.original
Model: "original"
__________________________________________________________________________________________________
 Layer (type)                   Output Shape         Param #     Connected to
==================================================]]></description><category></category></item><item><title><![CDATA[freeswitch笔记2：呼叫中心坐席转接]]></title><link>https://blog.csdn.net/aphero/article/details/121873886</link><guid>https://blog.csdn.net/aphero/article/details/121873886</guid><author>aphero</author><pubDate>Sat, 11 Dec 2021 15:40:30 +0800</pubDate><description><![CDATA[1.设置呼叫中心拨号计划
&lt;extension name="Call-Center-9999" continue="" uuid="c3500cca-9d04-4e18-a857-9d54c7490038"&gt;
	&lt;condition field="destination_number" expression="^([^#]+#)(.*)$" break="never"&gt;
		&lt;action application="set" data="caller_id_name=$2"/&]]></description><category></category></item><item><title><![CDATA[freeswitch笔记1：FIFO寄存与取回]]></title><link>https://blog.csdn.net/aphero/article/details/121873317</link><guid>https://blog.csdn.net/aphero/article/details/121873317</guid><author>aphero</author><pubDate>Sat, 11 Dec 2021 14:52:58 +0800</pubDate><description><![CDATA[1.设置FIFO入队列拨号计划
&lt;extension name="fifo_in" continue="false" uuid="31f43043-2d31-4b32-84cd-88a8274f33ef"&gt;
	&lt;condition field="destination_number" expression="^fifo_in_(\d+)$"&gt;
		&lt;action application="answer" data=""/&gt;
		&lt;action application]]></description><category></category></item><item><title><![CDATA[OpenDaylight开发hello-world项目之开发环境搭建]]></title><link>https://blog.csdn.net/aphero/article/details/120969943</link><guid>https://blog.csdn.net/aphero/article/details/120969943</guid><author>aphero</author><pubDate>Tue, 26 Oct 2021 13:03:34 +0800</pubDate><description><![CDATA[转至：OpenDaylight开发hello-world项目之开发环境搭建
链接地址

]]></description><category></category></item><item><title><![CDATA[cisco-静态VXLAN/EVPN配置]]></title><link>https://blog.csdn.net/aphero/article/details/117257520</link><guid>https://blog.csdn.net/aphero/article/details/117257520</guid><author>aphero</author><pubDate>Tue, 25 May 2021 15:48:55 +0800</pubDate><description><![CDATA[NXOS-1配置：
feature ospf
feature vn-segment-vlan-based
feature nv overlay

vlan 10
  vn-segment 10

interface nve1
  no shutdown
  source-interface loopback0
  member vni 10
    ingress-replication protocol static
      peer-ip 2.2.2.2

interface Ethernet1/.]]></description><category></category></item><item><title><![CDATA[ffmpeg使用NVIDIA GPU硬件编解码]]></title><link>https://blog.csdn.net/aphero/article/details/109060019</link><guid>https://blog.csdn.net/aphero/article/details/109060019</guid><author>aphero</author><pubDate>Tue, 13 Oct 2020 20:25:22 +0800</pubDate><description><![CDATA[在Ubuntu14.04版本上编译安装ffmpeg3.4.8，开启NVIDIA硬件加速功能。
一、安装依赖库
sudo apt-get install libtool automake autoconf nasm yasm  //nasm yasm注意版本
sudo apt-get install libx264-dev
sudo apt-get install libx265-dev
sudo apt-get install libmp3lame-dev
sudo apt-get install libv]]></description><category></category></item><item><title><![CDATA[在树莓派4上安装编译Qt5和PyQt5]]></title><link>https://blog.csdn.net/aphero/article/details/105024593</link><guid>https://blog.csdn.net/aphero/article/details/105024593</guid><author>aphero</author><pubDate>Sun, 22 Mar 2020 11:24:24 +0800</pubDate><description><![CDATA[需要使用qt5的eglfs（没有x11）的环境下运行Qt5和PyQt5，决定手动编译（直接apt-get应该也可以），走了不少弯路，也花了不少时间（编译时间漫长）。
期间也使用过yocto生成的镜像，也可以完美运行，但apt-get没有，对于开发环境还不适合，yocto适合最终环境，参考文档：https://jumpnowtek.com/rpi/Raspberry-Pi-Systems-with-...]]></description><category></category></item><item><title><![CDATA[pyqt5自定义QWidget设置setStyleSheet不成功解决方法]]></title><link>https://blog.csdn.net/aphero/article/details/104774597</link><guid>https://blog.csdn.net/aphero/article/details/104774597</guid><author>aphero</author><pubDate>Tue, 10 Mar 2020 14:56:05 +0800</pubDate><description><![CDATA[发现继承自QWidget的自定义类 ，使用setStyleSheet无效，解决办法：继承QWidget的自定义类中，需要重载 paintEvent方法。
qss='''
    #MyCentralWidget{
        border-image: url("img/background.jpg");
        margin:0px;
        padding:0px;
   ...]]></description><category></category></item><item><title><![CDATA[在树莓派3上使用红外遥控器控制libreELEC和Raspbian系统]]></title><link>https://blog.csdn.net/aphero/article/details/104545633</link><guid>https://blog.csdn.net/aphero/article/details/104545633</guid><author>aphero</author><pubDate>Thu, 27 Feb 2020 21:34:21 +0800</pubDate><description><![CDATA[使用红外接收头在树莓派上遥控libreELEC
1.修改config.txt文件：
默认只读模式，重新挂载为读写模式
文档地址：https://wiki.libreelec.tv/config.txt
mount -o remount,rw /flash  
nano /flash/config.txt
mount -o remount,ro /flash

2.添加gpio-ir
Add the...]]></description><category></category></item><item><title><![CDATA[树莓派3使用红外遥控器模拟鼠标和键盘]]></title><link>https://blog.csdn.net/aphero/article/details/104501714</link><guid>https://blog.csdn.net/aphero/article/details/104501714</guid><author>aphero</author><pubDate>Tue, 25 Feb 2020 17:43:48 +0800</pubDate><description><![CDATA[1.修改配置
sudo nano /boot/config.txt
添加：
dtoverlay=lirc-rpi,gpio_out_pin=17,gpio_in_pin=18,gpio_in_pull=up

重启后查看/dev/lirc0是否存在
2.连接红外接收头：  注意是gpio18是第12针
3.安装软件：
sudo apt-get install lirc
注意：内核版本4.14和4....]]></description><category></category></item><item><title><![CDATA[修改树莓派内核bcm2835-v4l2模块，增加h264关键帧强制刷新功能]]></title><link>https://blog.csdn.net/aphero/article/details/104451692</link><guid>https://blog.csdn.net/aphero/article/details/104451692</guid><author>aphero</author><pubDate>Sat, 22 Feb 2020 22:09:52 +0800</pubDate><description><![CDATA[最近使用csi摄像头做网络视频的项目，需要用到关键帧强制刷新功能，经测试bcm2835-v4l2模块不支持V4L2_CID_MPEG_VIDEO_FORCE_KEY_FRAME的调用，于是重新编译内核源码，添加相应的功能。
内核编译详见树莓派官方网站的Kernel building,网址：https://www.raspberrypi.org/documentation/linux/kernel/...]]></description><category></category></item><item><title><![CDATA[使用usb/ip把电脑主机的usb设备共享给树莓派]]></title><link>https://blog.csdn.net/aphero/article/details/104442487</link><guid>https://blog.csdn.net/aphero/article/details/104442487</guid><author>aphero</author><pubDate>Sat, 22 Feb 2020 13:31:53 +0800</pubDate><description><![CDATA[最近项目中采用的分布式视频控制系统，视频采用的是rtsp协议，分布式坐席（kvm）功能将输出节点的鼠标键盘的控制信号发送的输入节点的pc主机上，进行远程控制，实现网络kvm的功能。具体实现原理应该就是usb over ip方式，但怎么实现一直没有理解。今天找到一个开源软件usb/ip，基本原理、功能有点类似。
下面是使用电脑主机的usb无线鼠标远程控制树莓派的桌面,效果还不错（局域网）,鼠标基本上...]]></description><category></category></item><item><title><![CDATA[树莓派4硬件视频编解码问题]]></title><link>https://blog.csdn.net/aphero/article/details/102765354</link><guid>https://blog.csdn.net/aphero/article/details/102765354</guid><author>aphero</author><pubDate>Sun, 27 Oct 2019 12:02:21 +0800</pubDate><description><![CDATA[在树莓派3上正常运行的视频编解码程序在树莓派4上出错，编码、解码都卡死现象。
经测试编解码器，在树莓派3上可以同时运行，在树莓派4上不能同时运行，运行就卡死，还必须重启系统才能恢复正常，什么情况这是？？？？
有没有哪位大神遇到过这种情况，求助！！！
测试系统自带的示例代码：在两个shell下运行
解码显示：
pi@raspberrypi:/opt/vc/src/hello_pi/hello_vid...]]></description><category></category></item><item><title><![CDATA[树莓派4使用USB3.0 HDMI视频采集卡H.264编码测试程序]]></title><link>https://blog.csdn.net/aphero/article/details/102459075</link><guid>https://blog.csdn.net/aphero/article/details/102459075</guid><author>aphero</author><pubDate>Wed, 09 Oct 2019 13:47:22 +0800</pubDate><description><![CDATA[树莓派4使用USB3.0 HDMI视频采集卡H.264编码测试程序
/*=============================================================================
# 树莓派4使用USB3.0 HDMI视频采集卡H.264编码测试程序
# 定义一个AVFrame *frame帧
# 编译：gcc ./v4l2_encode_2.c -...]]></description><category></category></item><item><title><![CDATA[ubuntu安装frps服务器]]></title><link>https://blog.csdn.net/aphero/article/details/100892208</link><guid>https://blog.csdn.net/aphero/article/details/100892208</guid><author>aphero</author><pubDate>Mon, 16 Sep 2019 16:29:21 +0800</pubDate><description><![CDATA[1.在服务器上安装
wget  https://github.com/fatedier/frp/releases/download/v0.29.0/frp_0.29.0_linux_amd64.tar.gz
tar -zxvf frp_0.29.0_linux_amd64.tar.gz

2.修改服务器配置文件:frps.ini
[common]
bind_port = 7000
#auth_to...]]></description><category></category></item><item><title><![CDATA[openmcu-ru_4.2.1源码修改]]></title><link>https://blog.csdn.net/aphero/article/details/100836028</link><guid>https://blog.csdn.net/aphero/article/details/100836028</guid><author>aphero</author><pubDate>Sat, 14 Sep 2019 21:18:38 +0800</pubDate><description><![CDATA[1.修改web界面下显示窗口大小
 修改/opt/openmcu-ru/config/layouts.conf 
#mockup_width=500
#mockup_height=300
mockup_width=500
mockup_height=300

2.禁用字幕subtitle功能和视频字幕中文乱码问题

(1)禁用字幕subtitle功能
修改/opt/openmcu-ru...]]></description><category></category></item><item><title><![CDATA[openmcu-ru编译安装（docker）]]></title><link>https://blog.csdn.net/aphero/article/details/100834898</link><guid>https://blog.csdn.net/aphero/article/details/100834898</guid><author>aphero</author><pubDate>Sat, 14 Sep 2019 20:55:18 +0800</pubDate><description><![CDATA[openmcu-ru在高版本的Linux下（我的是linuxmint-19），编译能正常通过，但是sip呼叫时候出现"unsupported media type"错误信息，经测试在ubuntu14.04或12.04 LTS 64位版本下能够正常编译运行（openmcu已经不更新了），不想重装服务器，所以编译成docker镜像。

一、安装docke
1.获取最新版本的 Docker...]]></description><category></category></item><item><title><![CDATA[树莓派开机启动程序-使用tmux方式启动]]></title><link>https://blog.csdn.net/aphero/article/details/87529166</link><guid>https://blog.csdn.net/aphero/article/details/87529166</guid><author>aphero</author><pubDate>Sun, 17 Feb 2019 13:39:30 +0800</pubDate><description><![CDATA[1.在/etc/rc.local文件的exit 0 前面添加


echo &quot;start tmux session and run baresip in this session&quot;
su pi -c &quot;tmux new  -d -s baresip &amp;amp;&amp;amp; tmux send -t baresip 'cd /home/pi/baresip-0.5.10/baresip-0.5.10/...]]></description><category></category></item><item><title><![CDATA[在verto_communicator中添加视频floor轮询功能]]></title><link>https://blog.csdn.net/aphero/article/details/87395784</link><guid>https://blog.csdn.net/aphero/article/details/87395784</guid><author>aphero</author><pubDate>Fri, 15 Feb 2019 23:14:10 +0800</pubDate><description><![CDATA[只是实现了简单的视频轮询功能，还需要修改完善！！！

1、在src/partials/chat.html中添加


&amp;lt;div&amp;gt;
        &amp;lt;p&amp;gt;{{num}}&amp;lt;/p&amp;gt;
        &amp;lt;button ng-click=&quot;fun()&quot;&amp;gt;开始&amp;lt;/button&amp;gt;
        &amp;lt;button ng-click=&quot;stopfu]]></description><category></category></item><item><title><![CDATA[在verto_communicator中添加呼叫入会功能]]></title><link>https://blog.csdn.net/aphero/article/details/85212121</link><guid>https://blog.csdn.net/aphero/article/details/85212121</guid><author>aphero</author><pubDate>Sat, 22 Dec 2018 16:59:05 +0800</pubDate><description><![CDATA[verto_communicator中添加呼叫入会功能

基于FreeSWITCH Version 1.9.0+git~20181001T145919Z~b5624eca20~64bit
一.修改fps：在vertoservice.js中添加25fps
二.调出layer设置：修改chat.html中confLayer
  (1)将conf.canvasCount &amp;gt; 1修改为&amp;gt;0
 ...]]></description><category></category></item></channel></rss>