Files
srs/trunk
Winlin 0bac21df6e Fix #3767: RTMP: Do not response empty data packet. v6.0.153 (#4162)
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
```

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>
2024-09-01 06:41:20 +08:00
..
2023-09-28 11:03:34 +08:00
2024-07-27 11:40:10 +08:00