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

deinterlace make m3u8 duration change from 10s to 5s #10

Closed
zhangping opened this issue Feb 27, 2014 · 2 comments
Closed

deinterlace make m3u8 duration change from 10s to 5s #10

zhangping opened this issue Feb 27, 2014 · 2 comments
Assignees
Labels
Milestone

Comments

@zhangping
Copy link
Contributor

add deinterlace after video decode:
... mpeg2dec ! queue ! deinterlace ! queue ! appsink name = video

the output segment duration is 5s, but it's 10s in job file:
"segment-duration" : 10.00

0:00:06.970572065 30100 0x7fe468020980 ERROR gstreamill livejob.c:575:notify_function: add segement 0.ts
0:00:11.991578931 30100 0x7fe468020c90 ERROR gstreamill livejob.c:575:notify_function: add segement 5770853909.ts
0:00:17.011150355 30100 0x7fe46800c900 ERROR gstreamill livejob.c:575:notify_function: add segement 10770734416.ts
0:00:22.015128171 30100 0x7fe46c004520 ERROR gstreamill livejob.c:575:notify_function: add segement 15770611535.ts

@zhangping zhangping added this to the 0.5.0 milestone Feb 27, 2014
@zhangping zhangping added the bug label Feb 27, 2014
@zhangping zhangping self-assigned this Feb 27, 2014
@zhangping
Copy link
Contributor Author

deinterlace output buffer have invalid duration. The difference between the pts of two adjacent buffer is 40ms, but the duration of buffer is 80ms.

This was referenced Mar 6, 2014
@zhangping
Copy link
Contributor Author

gstreamer bug

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

No branches or pull requests

1 participant