Open haridarshan opened 5 years ago
Using --hls --encryption-cenc-scheme=cbcs
should work. What type of error are you getting?
Hi @barbibulle
I've tried with --hls --encryption-cenc-scheme=cbcs
and segmentation was successful but video is not getting played on Chrome with no error in bitmovin player
On Chrome, are you delivering the key with a DRM system, or the built-in "clearkey" method?
I'm delivering the key with a DRM system
here is the sample url Dash Streaming Url: https://public.jetstream.video/stage/test/test_segments/manifest.mpd Hls Streaming Url: https://public.jetstream.video/stage/test/test_segments/playlist.m3u8
Hello Are there any updates on this, is it a shaka player issue?
I'll try to investigate this next week.
On Fri, Aug 2, 2019 at 9:45 AM deisenbacher01 notifications@github.com wrote:
Hello Are there any updates on this, is it a shaka player issue?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/axiomatic-systems/Bento4/issues/404?email_source=notifications&email_token=AASYTDMFJWDAZYW5SVSFQVDQCRQD3A5CNFSM4IDVH67KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3OIUMQ#issuecomment-517769778, or mute the thread https://github.com/notifications/unsubscribe-auth/AASYTDPXH6XA5PTYM5APUPTQCRQD3ANCNFSM4IDVH67A .
Hi,
I was trying to create common segments for both dash and hls and it worked when content is not DRM protected but when passing DRM options to the packaging tool, it doesn't work
Here is the command I've used for segmentation with DRM protection
Dash works but Hls doesn't work as encryption scheme is cenc instead of cbcs
Both hls and dash doesn't work, even if encryption scheme is cbcs
Anyone who can help me with this