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.
But video and audio seem good, and there is no seek problem too.Code:[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).
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:https://www.mediafire.com/file/ef0z1528dcg07j9/sample3.rar/file
+ Reply to Thread
Results 1 to 11 of 11
-
-
Have you tried remuxing the ts full video file to mkv using mkvtoolnix? Does it still have errors ?
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
After multiplexing using mkvtoolnix, ffplay doesn't show an error anymore.
But I'm still wondering why ffplay shows errors when playing original .ts file
Is there really a problem in it? Then what is it? How to fix it?
If there is no problem, then why does ffplay show errors? -
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
It's not from the same site
Your video is from https://www.sooplive.com/jihime
My video is from https://play.sooplive.co.kr/zpdl1313
This issue won't happend on sooplive.com, only happened on sooplive.co.kr -
The original .ts file is fine to me, I just don't understand why ffplay report it's corrupted.
I want to create an transcode pipeline to reduce video file size, I am not sure this .ts to .mkv step is necessary or not.
I want to know more detail, what's the error, what mkvtoolnix fix exactly so I can better understand what to do next. -
Just search the internet. You are not the first to see this - e.g. here: https://github.com/nschlia/ffmpegfs/issues/89
Conclusion there is to ignore the message. -
Use:
ffmpeg -i "https://live-global-cdn-v02.sooplive.co.kr/live-stm-16/auth_master_playlist.m3u8?aid=xxxxx" -c copy video.ts
https://files.videohelp.com/u/274438/_BJ___52992___51060_.ts
Similar Threads
-
FFMPEG RTMP stream Non-monotonous DTS in output stream 0:1
By idavidpintoi in forum Video ConversionReplies: 0Last Post: 5th May 2023, 18:04 -
Downloading HLS stream
By Ukarer in forum Video Streaming DownloadingReplies: 2Last Post: 18th Jan 2022, 06:27 -
Recording of HLS stream
By eviljust in forum Video Streaming DownloadingReplies: 5Last Post: 1st Dec 2021, 07:51 -
FFMPEG Save video from rtsp stream to hls stream
By Wisperrio in forum Video Streaming DownloadingReplies: 2Last Post: 26th Aug 2021, 22:38 -
[matroska,webm @ 0x7f91f100e000] DTS discontinuity in stream 1: packet 4255
By AspiringVideoProcessor in forum Video ConversionReplies: 2Last Post: 6th May 2021, 14:08