You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seek interface is necessary.
if dash stream is SegmentBase mode, you may get init range and index range. you need to seek to the range to get moov box and sidx box.
http support range request ,which means seek operation for http
currently only
io.ReadSeeker
is supported:https://pkg.go.dev/github.com/yapingcat/gomedia/go-mp4#CreateMp4Demuxer
this is a big problem, as it wont work with HTTP:
https://pkg.go.dev/net/http#Response.Body
this is OK for
SegmentTemplate
butSegmentBase
is a single segment.The text was updated successfully, but these errors were encountered: