-
Notifications
You must be signed in to change notification settings - Fork 7
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
CMAF Ingest Content-Length #244
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's working. 🌕 Big thanks.
cmd/livesim2/app/cmaf-ingester.go
Outdated
default: | ||
slog.Warn("unknown content type", "type", contentType) | ||
} | ||
setIngestHeader(req) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a bit out of topic, but value of Dash-If-Ingest
is 1.1
.
I thought it should be 1.6?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nvkhoi112358 Yes, the version is not the latest, but I think it should be 1.2, not 1.6
Where did you see 1.6?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, sorry, I thought it would be the version of livesim2.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a good idea to add the livesim2 version as well. Will do that.
CMAF Ingest PUT of segments now use content-length, unless chunk duration is specified, in which case segments are pushed chunk by chunk as produced.
This solves #242.