Gilles Boccon-Gibod

Results 136 comments of Gilles Boccon-Gibod

When encrypting a segment by itself, you need to pass in a reference to the unit segment, where some of the encryption parameters are stored (that info is only in...

I'm not sure what you mean by 'HLS with clear-key'. Clear-key is a way to provide a "no-drm" key delivery method for MPEG DASH. With HLS, the equivalent is to...

This is due to a current limitation of the way mp4edit works with fragmented MP4: you can only edit atoms/boxes that are outside of the movie fragments. This could be...

I'll take a look at this shortly.

I haven't been able to attend to this item yet. I'll try to schedule this soon.

removing a pssh atom should work. Example: mp4edit --remove moov/pssh input.mp4 output.mp4 For uuid atoms, you can edit them out, but you can't specify the actual UUID bytes, so if...

I looked at this again and realized that it is quite a bit more complicated than I originally assumed. The problem is that when you edit atoms, some of the...

I haven't tried this specific example, but one thing that seems wrong here is that the `LA_URL` value you use here seems to point to a PlayReady test server with...

Sorry for not having taken the time to look at the issue earlier. I'll try to get to it over the week-end.

In theory this should work fine. Would it be possible for you to share some test content, both the input and the output as processed by the commands above (including...