streaming with red5 server

梦想与她 提交于 2019-12-08 10:01:01

问题


I want to stream with red5 server and I did the following code

ffmpeg -i /var/lib/red5/webapps/test/1.flv -f flv rtmp://127.0.0.1:1935/live/livestream

But when i try to capture the stream it did not give anything.


回答1:


red5 can read flv files directly and convert it to an rtmp stream on port 1935 by default. No need for ffmpeg. Moreover, port 1935 is used by red5 for connecting a flash client, not for pumping in an rtmp stream.



来源:https://stackoverflow.com/questions/15025436/streaming-with-red5-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!