VideoHelp Forum




+ Reply to Thread
Results 1 to 11 of 11
  1. 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.

    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).
    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:https://www.mediafire.com/file/ef0z1528dcg07j9/sample3.rar/file
    Quote Quote  
  2. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    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*]
    Quote Quote  
  3. Originally Posted by LZAA View Post
    Use 'Streamlink'.
    I am using Streamlink
    Quote Quote  
  4. Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Have you tried remuxing the ts full video file to mkv using mkvtoolnix? Does it still have errors ?
    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?
    Quote Quote  
  5. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Originally Posted by christopher68koeppiaz View Post
    How to fix it?
    You just did it. By remuxing. It's not the end of the world if you remux a file to another container. It's still the same file, more or less (metadata). Same duration and all that. Remuxing is not reencoding (which is bad).
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  6. 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
    Quote Quote  
  7. Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Originally Posted by christopher68koeppiaz View Post
    How to fix it?
    You just did it. By remuxing. It's not the end of the world if you remux a file to another container. It's still the same file, more or less (metadata). Same duration and all that. Remuxing is not reencoding (which is bad).
    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.
    Quote Quote  
  8. 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.
    Quote Quote  
  9. 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
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!