-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
能运行播放,但过一段时间自动超时停止;推的rtmp流是正常的 #19
Comments
超时调试输出:[0x7f7463fff700][1602311678.790][DBG]-DTLSICETransport::onRTCP() | FPU requested [ssrc:279434614,group:0x3f799a0,this:0x3f61650] |
你好 请问可以详细交流一下ffmpeg页面 如何看到画面的吗?目前我能看到转码出来的SDP信息,但是会有提示: 然后一直循环 send() | we don't have an DTLS setup yet |
应该是因为,没有加载DTLS证书的缘故,我在mediaServer.js 中添加了加载证书。
|
我使用命令:ffmpeg -fflags nobuffer -i rtmp://127.0.0.1:1935/live/{stream} -vcodec copy -an -bsf:v h264_mp4toannexb -f rtp -payload_type {pt} rtp://127.0.0.1:{port} 能在页面种看到正常的画面,但是过一段时间后会出现超时,停播现象。
尝试使用:gst-launch-1.0 -v rtmpsrc location=rtmp://localhost:1935/live/{stream} ! flvdemux ! h264parse ! rtph264pay config-interval=-1 pt={pt} ! udpsink host=127.0.0.1 port={port} 一直推流不成功。
请问:有什么建议吗?
The text was updated successfully, but these errors were encountered: