解决live重启端口冲突

来源:互联网 发布:淘宝晒图 编辑:程序博客网 时间:2024/06/08 01:05

 

http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/100/t/221076.aspx

 

 

I believe wis-streamer is based on LIVE555 streaming media.  If you are able to rebuild the LIVE555 libraries you can use "-DALLOW_RTSP_SERVER_PORT_REUSE" in the makefile to change the RTSPServer class behavior, allowing it to re-use ports.

 

wis-streamer是基于live开发的,如果编译live时,在makefile中添加-DALLOW_RTSP_SERVER_PORT_REUSE,生成的live就可以重复使用端口。

 

事实上在config.***中追加-DALLOW_RTSP_SERVER_PORT_REUSE更是一劳永逸

0 0
原创粉丝点击