[FFmpeg-devel] livestream.com us-local news channels

Georg Stein georg_stein at t-online.de
Tue Sep 23 16:44:36 CEST 2014


where is hls_probe in, my qt creator is not showing me this, and i included
#include <libavcodec/avcodec.h>
    #include <libavformat/avformat.h>
    #include <libavutil/frame.h>
    #include <libavutil/pixfmt.h>
    #include <libavutil/opt.h>
    #include <libavutil/imgutils.h>
    #include <libswscale/swscale.h>
    #include <libavutil/mathematics.h>
    #include <libavutil/dict.h>

Georg

Am Di, 23.09.2014, 14:08 schrieb Michael Niedermayer:
> On Tue, Sep 23, 2014 at 12:59:48PM +0200, Georg Stein wrote:
>
>> Hello,
>>
>>
>> this call i do already after
>> avformat_open_input(&this->avFormatContext, fileNameChar, fmt, NULL); i
>> guess my problem is that the above call (and a av_probe_input_format to
>>  the stream url) gives me always "mp3"/"MP2/3 (MPEG audio layer 2/3)"
>> as format back, ffmpeg and ffprobe returns here "hls,applehttp" what the
>> stream in fact is
>>
>> i looked into the source of ffmpeg.c and ffprobe.c but could not figure
>> out if they set here some AVDictionary options to the callse.
>
> why does hls_probe() not detect the format for you ?
>
> [...]
> --
> Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>
>
> The real ebay dictionary, page 3
> "Rare item" - "Common item with rare defect or maybe just a lie"
> "Professional" - "'Toy' made in china, not functional except as doorstop"
> "Experts will know" - "The seller hopes you are not an expert"
> _______________________________________________
> ffmpeg-devel mailing list ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
>




More information about the ffmpeg-devel mailing list