mirror of https://github.com/ossrs/srs.git
If SRS responds with this empty data packet, FFmpeg will receive an empty stream, like `Stream #0:0: Data: none` in following logs: ```bash ffmpeg -i rtmp://localhost:11935/live/livestream # Stream #0:0: Data: none # Stream #0:1: Audio: aac (LC), 44100 Hz, stereo, fltp, 30 kb/s # Stream #0:2: Video: h264 (High), yuv420p(progressive), 768x320 [SAR 1:1 DAR 12:5], 212 kb/s, 25 fps, 25 tbr, 1k tbn ``` This won't cause the player to fail, but it will inconvenience the user significantly. It may also cause FFmpeg slower to analysis the stream, see #3767 --------- Co-authored-by: Jacob Su <suzp1984@gmail.com>pull/4166/head
parent
05c3a422a5
commit
a7aa2eaf76
Loading…
Reference in New Issue