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

CMAF Ingest Content-Length #244

Merged
merged 4 commits into from
Jan 15, 2025
Merged

CMAF Ingest Content-Length #244

merged 4 commits into from
Jan 15, 2025

Conversation

tobbee
Copy link
Contributor

@tobbee tobbee commented Jan 13, 2025

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.

Copy link
Contributor

@nvkhoi112358 nvkhoi112358 left a 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.

default:
slog.Warn("unknown content type", "type", contentType)
}
setIngestHeader(req)
Copy link
Contributor

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?

Copy link
Contributor Author

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

https://dashif.org/Ingest/

Where did you see 1.6?

Copy link
Contributor

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.

Copy link
Contributor Author

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.

@tobbee tobbee merged commit f6e91e5 into main Jan 15, 2025
4 checks passed
@tobbee tobbee deleted the cmaf-segment-contentlength branch January 15, 2025 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants