-
Notifications
You must be signed in to change notification settings - Fork 31
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
Could not append initialization segment to source buffer #173
Comments
@dero could you please provide Quân with a few examples of the commands you’re using to generate the manifests when you’re back online. |
@derekherman I was following this tutorial to generate 3 different representations. I dont have much experience with video encoding so I just pretty much copied the script Here's the link to the tutorial: Here's the generated ffmpeg command for segmenting into chunks and generating manifest file:
I honestly don't understand most of the things inside the command and just managed to run and generate the segments and manifest which I thought would run. Maybe there's something wrong with this command ? I'd be best if you could share some sample commands to correctly generate the segments and manifest :D |
@derekherman i'm really sorry if i keep asking for ffmpeg commands that you used but i really need them now to have a look since i'm doing a school project and the deadline is about to be due :( The streaming part is the core part of my project so I managed to set up everything but could not load chunk to the buffer. I'd very much appreciate it if you could provide (or ask s.o handling this part) some examples of the commands soon. Thank you for replying my issue! |
@quanhoang288 The commands used to generate the sample videos are a part of the posts that explain streaming: See the "Example FFmpeg command" section in both of those posts. Do those help? |
@dero thanks a lot, i'll check it out and see if it works xD |
@dero I'm sorry for bothering again but it didn't seem to work for me. I was able to encode the video but it throws this error when trying to load the initialization segment to the buffer: |
@derekherman could you help me take a look at the problem for a bit ? I reference kino generated manifests and they look similar to mine but somehow it still didnt work. Any insight would be appreciated |
Bug Description
I'm cloning this project and making use of the streamer class for VOD streaming but could not append initialization segment to source buffer. I think my encoding and generating dash segments has some problems since i was following another tutorial to generate dash segemtns. Could you provide the ffmpeg commands used for segmenting the original video and generate MPD file ?
I've been stuck on this problem for 2 days without any solution. I'd appreciate it if you could share the ffmpeg commands. Thanks in advance!
The text was updated successfully, but these errors were encountered: