[FFmpeg-user] ffmpeg profesional decoder compatibility mpegts

Anshul anshul.ffmpeg at gmail.com
Thu Nov 20 15:07:48 CET 2014


On 11/20/2014 07:18 PM, AlexandreL wrote:
> Hi all, 
>
> I'm using ffmpeg for a lot of tricks (mainly for encoding) BUT i can't use
> professional decoders (Ateme, Ericsson, Tandberg, etc...) to decoding my
> stream (udp or rtp over mpeg2ts). 
>
> Do you know why ? 
> The stream is really good decoding by any avconv/ffmpeg player or vlc or
> raspberry or whatever BUT NOT by professional decoders. 
> They "see" the stream (they probe it) but they can't decode it and show the
> service, pid program, video and audio. 
> I did this : 
>
> avconv -i udp://@:5006 -map 0  -codec copy -streamid 0:512 -streamid 1:4112
> -metadata:s:a:0 language=eng -metadata service_name=test  -metadata
> service_provider=test2 -mpegts_service_id 0x1  -f mpegts
> udp://192.168.1.54:5004?pkt_size=1316?ttl=8
On ffmpeg mailing list people would like to know, what command you used
by ffmpeg
not avconv.

Complete uncut ffmpeg console output is what any one want to provide any
info.

from avconv command it looks like you have some encoder installed on
your PC, which is
providing stream, check whether bare output of encoder of each stream is
decodable by
its refrence decoder, FFmpeg is very stable code, to give user maximum
out of video.
It supress some warning, may be debug log from FFmpeg would be helpful
to you.

-Anshul


More information about the ffmpeg-user mailing list