Initialization segment seems mandatory #4602
Unanswered
StarkillerGDN
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm working on an API that implement the MPEG Dash Normalization. I'm using the SegmentList and the SegmentURL to expose the video chunks (show exemple in the attachment) but I'm not using the SegmentInitialization part because my chunks are "self initialized" (each one contains the moov header at the begining of the container). I want to use dashjs because many other librairies used this one in backend.
But for now I'm stucked because dashjs search an init segment which does not exists and fail to start the video. Can someone help me to understand ? Thanks ! :)
manifest.txt
Beta Was this translation helpful? Give feedback.
All reactions