Re: [FFmpeg-user] Not able to open URL using avformat_open_input

2018-05-10 Thread m.kamalasubha m.kamalasubha
Thanks Moritz.
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Not able to open URL using avformat_open_input

2018-05-08 Thread Moritz Barsnick
On Mon, May 07, 2018 at 05:27:04 +, m.kamalasubha m.kamalasubha wrote:
> I tried to open URL using avformat_open_input API function.
> Initially, I got a warning like,

Hi Kamalasubha,
for questions regarding the use of the libav* libraries, you have a
much better chance of getting support on the appropriate list
libav-user:
https://lists.ffmpeg.org/mailman/listinfo/libav-user/

This list, ffmpeg-user, is for the use of the command line tools and
general multimedia related questions. (And the command line tool ffmpeg
copes well with your given URL.)

Regards,
Moritz
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] Not able to open URL using avformat_open_input

2018-05-06 Thread m.kamalasubha m.kamalasubha
 Hello all,
I tried to open URL using avformat_open_input API function.
Initially, I got a warning like,

*Using network protocols without global network initialization. Please use
avformat_network_init(), this will become mandatory later.*

After initializing avformat_network_init(), I am getting a negative return
value for avformat_open_input() function call.

*INPUT URL:* https://mnmedias.api.telequebec.tv/m3u8/29880.m3u8

Can anyone please help me to find the issue?

Regards,
Kamalasubha M
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".