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

LL-Mode and Ad Insertion: Do Ads have to be prepared in Chunked Mode #49

Open
haudiobe opened this issue Jun 14, 2019 · 1 comment
Open
Labels
future-version Addressed in future version

Comments

@haudiobe
Copy link

(Live TF 2019/06/14):
Generally no, as the chunking is only done at the ABR encoder for early releasing the content.
Still the Segment (not CMAF chunked) could be delivered using HTTP Transfer Encoding Chunked, but the boundaries of the HTTP chunks are more arbitrary. Likely Chunked transfer is not even needed as the size of the segment is known and you can specify the full HTTP header. Also the bandwidth estimation in the ad slot should work regularly as there is no encoder based throttling.

@haudiobe haudiobe added the Open-Issue-CR Open Issue noted in the Community Review label Jul 19, 2019
@haudiobe
Copy link
Author

haudiobe commented Aug 2, 2019

(2019-08-02 Live TF): We need to make sure that the client is aware of the change. No explicit signaling is necessary, but we need client implementation guidelines to be aware when this switch happens.

Another way would be to deliver the ad in HTTP chunked mode but this is a complex operation for an ad proxy. So it may be unnecessarily complex.

@haudiobe haudiobe added future-version Addressed in future version and removed Open-Issue-CR Open Issue noted in the Community Review labels Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future-version Addressed in future version
Projects
None yet
Development

No branches or pull requests

1 participant