Changes between Initial Version and Version 1 of Ticket #9327
- Timestamp:
- Jul 12, 2021, 9:38:33 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9327 – Description
initial v1 1 1 Hi, 2 2 3 I'm using the following command to produce a fMP4 HLS stream using the hls muxer:3 I'm using the following command to produce a fMP4 HLS live stream using the hls muxer: 4 4 5 5 … … 10 10 }}} 11 11 12 When playing this stream using ffplay, I get a lot of decoding errors: 12 The produced files are served by an nginx server. 13 14 When playing this stream using ffplay while it is being produced, I get a lot of decoding errors: 13 15 14 16 … … 69 71 }}} 70 72 71 These errors repeat every second, but ffplay still seems to decode it correctly while VLC isn't even able to play this stream.73 These errors repeat every second, but ffplay still seems to decode it correctly. In VLC this stream isn't even playable. 72 74 This is also reproducible with libx265 and hevc_nvenc encoders. 75 76 When stopping the ffmpeg encoding process and playing the remaining streaming files again, such errors appear only for the first segment. 73 77 74 78 ffmpeg version: release/4.4


