We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Media3 1.4.1
DefautDataSource doesn't add headers on master playlist requests
reproduced on Google Pixel 6 Pro
no device
Not tested
val cmcdConfigurationFactory = CmcdConfiguration.Factory { mediaItem -> val cmcdRequestConfig = CmcdConfiguration( /* sessionId=*/ UUID.randomUUID().toString() /* contentId= */ UUID.randomUUID().toString() , object : CmcdConfiguration.RequestConfig {})
mediaSourceFactory.setCmcdConfigurationFactory(cmcdConfigurationFactory)
Run any HLS stream
Headers is presents during ts requests, but not presents during m3u8 requests
cmcd headers presents in m3u8 requests
No cmcd headers in m3u8 requests
https://devstreaming-cdn.apple.com/videos/streaming/examples/adv_dv_atmos/main.m3u8 But can be uses any hls stream
adb bugreport
The text was updated successfully, but these errors were encountered:
Enable sending CmcdData for manifest requests in DASH, HLS and SS
CmcdData
8d2f531
Issue: #1951 PiperOrigin-RevId: 704875765
Hi @AlexStankevic,
Thank you for bringing this to our attention. We’ve implemented a fix to enable CMCD data on playlist requests.
Sorry, something went wrong.
rohitjoins
No branches or pull requests
Version
Media3 1.4.1
More version details
DefautDataSource doesn't add headers on master playlist requests
Devices that reproduce the issue
reproduced on Google Pixel 6 Pro
Devices that do not reproduce the issue
no device
Reproducible in the demo app?
Not tested
Reproduction steps
mediaSourceFactory.setCmcdConfigurationFactory(cmcdConfigurationFactory)
Run any HLS stream
Headers is presents during ts requests, but not presents during m3u8 requests
Expected result
cmcd headers presents in m3u8 requests
Actual result
No cmcd headers in m3u8 requests
Media
https://devstreaming-cdn.apple.com/videos/streaming/examples/adv_dv_atmos/main.m3u8
But can be uses any hls stream
Bug Report
adb bugreport
to android-media-github@google.com after filing this issue.The text was updated successfully, but these errors were encountered: