Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Segmentation fault when extracting from MP4 which remuxed from HLS #1616

Open
7 tasks done
szescxz opened this issue Jun 9, 2024 · 0 comments
Open
7 tasks done

Comments

@szescxz
Copy link

szescxz commented Jun 9, 2024

CCExtractor version: 0.94

In raising this issue, I confirm the following:

  • I have read and understood the contributors guide.
  • I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present.
  • I have checked that the issue I'm posting isn't already reported.
  • I have checked that the issue I'm porting isn't already solved and no duplicates exist in closed issues and in opened issues
  • I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.
  • I have used the latest available version of CCExtractor to verify this issue exists.
  • I have ticked all the boxes in this section and to prove it I'm deleting the section completely to remove boilerplate text.

Necessary information

  • Is this a regression (i.e. did it work before)?
    Yes, works with 0.87
  • What platform did you use?
    Tested on both Windows and Linux
  • What were the used arguments?
    -out=srt

Video links

test.mp4

Original HLS source (requires US IP): https://tve-vod-preview.cdn.turner.com/toon/c26e41c4570090fca8e550ecca41df0b/layer1/layer1.m3u8

Additional information

With version 0.94, CCExtractor only extracts when I remux the HLS stream to MPEGTS with ffmpeg -i <hls link> -c copy test.ts. If I remux it to MP4 (ffmpeg -i test.ts -c copy test.mp4), CCExtractor throws a Segmentation fault.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant