Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 librtmp(rtmpdump),我的应用程序中有这两种方法,即:
RTMP_Connect(RTMP *r,NULL)
和
RTMP_ConnectStream(RTMP *r,0)
连接到red5服务器并将流发布到服务器。
当RTMP_ConnectStream(RTMP *r,0)被执行时,日志中出现以下错误
错误:关闭连接:NetStream.Play.Failed
因此与服务器的连接被中止。
有人能告诉我为什么会这样吗?
我建议研究 ffmpeg 或 xuggler 如何使用 librtmp 在 Red5 上访问发布或播放。我知道他们的实现对两者都有效,因为我已经多次在高层次上使用它。我不是C-guy,所以我不能再帮你了。