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

Can't reproduce this .ts file #68

Closed
tario opened this issue Nov 16, 2015 · 2 comments
Closed

Can't reproduce this .ts file #68

tario opened this issue Nov 16, 2015 · 2 comments

Comments

@tario
Copy link

tario commented Nov 16, 2015

Just uploaded a test, I can't reproduce this .ts file:

Test Page: http://dailymotion.github.io/hls.js/demo/
Test Video: http://tario.github.io/m3u8test/sample/master.m3u8

I got:
"cannot recover fragLoopLoadingError error"

It fails three times at https://github.com/dailymotion/hls.js/blob/master/src/remux/mp4-remuxer.js#L65

I know it should be OK, because I did:

wget http://tario.github.io/m3u8test/sample/segment2_0_av.ts
ffmpeg -i segment2_0_av.ts output.mp4
vlc output.mp4

And it reproduces fine

@mangui
Copy link
Member

mangui commented Nov 16, 2015

your stream contains a PAT but no PMT found in TS fragments
i can't play your stream with Safari or VLC ....

@mangui mangui closed this as completed Nov 16, 2015
@tario
Copy link
Author

tario commented Nov 16, 2015

You can convert the segment to MP4 using ffmpeg, the video/audio info IS within the file

EDIT: Maybe this is not a bug, is a feature, because we need to parse a new format for fragment data (???)

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

2 participants