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

Sometimes module generates different ts from the same mp4 file #15

Open
sibnet opened this issue Oct 20, 2014 · 1 comment
Open

Sometimes module generates different ts from the same mp4 file #15

sibnet opened this issue Oct 20, 2014 · 1 comment

Comments

@sibnet
Copy link

sibnet commented Oct 20, 2014

On the same request (/994297.ts?video=5) module can generate different .ts.
Some packets are broken (has no sync byte, lost payload.)
Here you can see the diff
bad ts
good ts
33 packets of 17544 total are broken in this .ts
iOS devices play "bad" .ts with minor distortions on broken pakets, but jwplayer tries to find sync byte offset and stuck on it.
How can it be?

@DomrachevIvan
Copy link

I have got the same problem and may be solution:
hls_mp4_buffer_size 12m;
hls_mp4_max_buffer_size 12m;
it's looks like that there is no errors on hls_mp4_buffer_size is full and after it packets are thrown away.
anyway for my videos this params are solve this problem.

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