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

[Question] Cue Point Section #167

Open
aromancev opened this issue May 29, 2022 · 2 comments
Open

[Question] Cue Point Section #167

aromancev opened this issue May 29, 2022 · 2 comments
Labels
question Further information is requested

Comments

@aromancev
Copy link

aromancev commented May 29, 2022

Hi,

Thank you for such an amazing package!

I'm trying to write a WebM file from an RTP (webrtc stream) like this: https://github.com/pion/example-webrtc-applications/tree/master/save-to-webm

Apparently, any files created from a continuous stream of data lack cues (key frame meta header). This makes ffmpeg choke when trying to create a Dash manifest (error when parsing cues).

I see there are exported structs to work with Cue Points, but I'm not sure how to use them and I don't know much about video encoding and WebM container specification.

Do you have any recommendations on how to add cues initialisation section to make the resulting file dash compatible? Maybe I can add the cue point section with this package after the initial file had been created.

Thanks!

@at-wat at-wat added the question Further information is requested label May 31, 2022
@at-wat
Copy link
Owner

at-wat commented May 31, 2022

Does #134 answer your case?

@aromancev
Copy link
Author

Oh, I see.

Thanks a lot, that explains it!

I will try to implement it myself, but would really appreciate an example of how I can do it. If you don't have time for it, please feel free to close the issue.

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

No branches or pull requests

2 participants