Hello,

On Tue, 20 Nov 2018 at 12:59, Carl Eugen Hoyos <[email protected]> wrote:

> 2018-11-20 8:22 GMT+01:00, Arminas <[email protected]>:
>
> > we're using libav* binded to custom IO, so it's possible to use
> > our http client instead of libav* one. I've noticed that application
> > is not even trying to decrypt HLS + AES* chunks and fails with
> > exception "Error when loading first segment".
>
> Did you test with ffmpeg (the application)?
> I believe it will not work indicating the problem is not related to
> your code, an initial patch was sent a few days ago iirc.
>

Yes, if I run ffmpeg -i "http://....";, it is able to show metadata and
stream information about video. Using custom IO, it crashes in
avformat_open_input() function. I'm just curious when using custom IO,
should user decrypt chunks at his application level, or somehow initialise
new context for crypto module.


>
> Carl Eugen
> _______________________________________________
> Libav-user mailing list
> [email protected]
> http://ffmpeg.org/mailman/listinfo/libav-user
>


-- 
Regards,
Arminas
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to