Gilles Boccon-Gibod
Gilles Boccon-Gibod
Sorry about that. I made some changes recently to update the AxTLS module, and ended up breaking the linux and Windows builds... I'll fix that ASAP.
This should work. But recent versions of Chrome have changed a bit, which has broken the dash.js player (media types are not detected properly anymore), so the dash.js library needs...
Can you send me an set of an example file that would let me reproduce the problem? -- Gilles On October 29, 2014 at 11:16:30 PM, TKHuang ([email protected]) wrote: Thanks...
Yes, that's supported. Did you run into an instance where it isn't working as expected?
Yes, this is absolutely possible. One way is to encrypt the files prior to combining them with the `mp4dash` tool (if you run `mp4dash` with encryption support, using `--encryption-key`, and...
Hi. Thanks for the detailed write up. Sorry for taking so long to follow up. A few things to point out that may clarify some points: * Since you want...
I’ll take a look.
The latest code should support C++ 20 with gcc now. Please let me know if that works for you.
You should get a non-split file with the `on-demand` profile of DASH. Use the `--profile on-demand` option with `mp4dash`. The template isn't really time-based, since in that case the client...
The index here is a binary index located in the init segment. The player accesses individual segments using byte ranges. I'm not quite sure I understand how you would want...