Hello,

i try to record a youtube live hls channel with a qt/c++ application, I get
the video and audio stream fine, but when I play it back, the file is not
seekable and does not show the total length by example in the vlc player.

When I record it with the ffmpeg command line tool its fine.

Do I have to set here some special avoptions?

 

I open the stream with 

avformat_open_input(&this->avFormatContext, HLSURL, fmt, &avoption);

 

georg

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

Reply via email to