ffmpeg – Recorded HLS stream .ts file always shows Packet corrupt (stream = 0, dts = 51908280) when playing in ffplay
I am recording SOOPLive(AfreecaTV) live streams.
They are all using the HLS protocol. I try to use StreamLink and N_m3u8DL-RE to download the stream as .ts file, but ffplay always shows many error when playing these .ts files.
[mpegts @ 0000019db9106500] Packet corrupt (stream = 0, dts = 49208280).
[mpegts @ 0000019db9106500] Packet corrupt (stream = 0, dts = 49388370).
[mpegts @ 0000019db9106500] Packet corrupt (stream = 0, dts = 49568460).
[mpegts @ 0000019db9106500] Packet corrupt (stream = 0, dts = 49748820).
[mpegts @ 0000019db9106500] Packet corrupt (stream = 0, dts = 49928730).
[mpegts @ 0000019db9106500] Packet corrupt (stream = 0, dts = 50108640).
[mpegts @ 0000019db9106500] Packet corrupt (stream = 0, dts = 50288640).
[mpegts @ 0000019db9106500] Packet corrupt (stream = 0, dts = 50468280).
[mpegts @ 0000019db9106500] Packet corrupt (stream = 0, dts = 50648280).
[mpegts @ 0000019db9106500] Packet corrupt (stream = 0, dts = 50828820).
But video and audio seem good, and there is no seek problem too.
This is a good video to me, I don’t know why ffplay keeps reporting these error.
If this is actually an error, how can I fix it?
Here’s the file:www.mediafire.com/file/ef0z1528dcg07j9/sample3.rar/file
Read more here: Source link
