Re: [FFmpeg-user] ffmpeg profesional decoder compatibility mpegts

2014-11-20 Thread AlexandreL
no success too with mpeg2 i'm sure it's possible to do it i need more coffee !! -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/ffmpeg-profesional-decoder-compatibility-mpegts-tp4668216p4668238.html Sent from the FFmpeg-users mailing list archive at Nabble.com. ___

Re: [FFmpeg-user] ffmpeg profesional decoder compatibility mpegts

2014-11-20 Thread AlexandreL
i tried with video only and audio only > no success i tried this command c-100-2@c1002-ProLiant-DL360-G6:~/bin$ cd ~/bin && ./ffmpeg -i udp://@:5006 -c:v libx264 -profile:v high -preset ultrafast -threads 12 -b:v 4000k -maxrate 4000k -bufsize 8000k -c:a copy -streamid 0:512 -streamid 1:4112 -

Re: [FFmpeg-user] ffmpeg profesional decoder compatibility mpegts

2014-11-20 Thread Carl Eugen Hoyos
AlexandreL gmail.com> writes: > i just updated to the last version > it's not working again Does it work if you don't use -codec copy but if you encode to mpeg2video or libx264? Did you already try audio-only or video-only? Carl Eugen ___ ffmpeg-us

Re: [FFmpeg-user] ffmpeg profesional decoder compatibility mpegts

2014-11-20 Thread Nicolas George
Le decadi 30 brumaire, an CCXXIII, Carl Eugen Hoyos a écrit : > This looks like an intentionally broken version of > FFmpeg that contains several hundred known bugs not > present in FFmpeg, some of them security relevant, > please understand that we cannot support it here. > Please see http://ff

Re: [FFmpeg-user] ffmpeg profesional decoder compatibility mpegts

2014-11-20 Thread AlexandreL
no it's the same with the compiled version c-100-2@c1002-ProLiant-DL360-G6:~/bin$ cd ~/bin && ./ffmpeg -i udp://@:5006 -vcodec copy -acodec 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 m

Re: [FFmpeg-user] ffmpeg profesional decoder compatibility mpegts

2014-11-20 Thread AlexandreL
i'm agree but the encoder used is a professional one (same brand as the decoder), Ateme. When i stream directly from the Ateme encoder to the Ateme decoder, it works. When i stream from the Ateme encoder through ffmpeg and ffmpeg streaming to the decoder, it's not working. What i don't underst

Re: [FFmpeg-user] ffmpeg profesional decoder compatibility mpegts

2014-11-20 Thread Anshul
On 11/20/2014 08:13 PM, AlexandreL wrote: > so sorry i am > i just updated to the last version > it's not working again > > here the command > > c-100-2@c1002-ProLiant-DL360-G6:~/Downloads/ffmpeg-git-20141120-64bit-static$ > ./ffmpeg -i udp://@:5006 -vcodec copy -acodec copy -streamid 0:512 > -st

Re: [FFmpeg-user] ffmpeg profesional decoder compatibility mpegts

2014-11-20 Thread AlexandreL
so sorry i am i just updated to the last version it's not working again here the command c-100-2@c1002-ProLiant-DL360-G6:~/Downloads/ffmpeg-git-20141120-64bit-static$ ./ffmpeg -i udp://@:5006 -vcodec copy -acodec copy -streamid 0:512 -streamid 1:4112 -metadata:s:a:0 language=eng -metadata servi

Re: [FFmpeg-user] ffmpeg profesional decoder compatibility mpegts

2014-11-20 Thread Anshul
On 11/20/2014 07:48 PM, AlexandreL wrote: > Sorry all, > Where can i find the "Complete, uncut console output" ? > > Thanks, > Though I am not sure, from long time I was not here, Most of the times things printed on console is known as Console Output of ffmpeg. Use git version and your console

Re: [FFmpeg-user] ffmpeg profesional decoder compatibility mpegts

2014-11-20 Thread Carl Eugen Hoyos
Anshul gmail.com> writes: > > ffmpeg version 0.8.16-4:0.8.16-0ubuntu0.12.04.1 > > Its Historical version :) No, this is *not* an old FFmpeg version, such a version has never existed. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org ht

Re: [FFmpeg-user] ffmpeg profesional decoder compatibility mpegts

2014-11-20 Thread Moritz Barsnick
On Thu, Nov 20, 2014 at 06:05:44 -0800, AlexandreL wrote: > ffmpeg -i udp://@:5006 -vcodec copy -acodec copy -streamid 0:512 -streamid > 1:4112 -metadata:s:a:0 language=eng -metadata service_name=test1 -metadata > service_provider=test2 -mpegts_service_id 0x1 -f mpegts > udp://192.168.1.54:5004?

Re: [FFmpeg-user] ffmpeg profesional decoder compatibility mpegts

2014-11-20 Thread Carl Eugen Hoyos
AlexandreL gmail.com> writes: > ffmpeg version 0.8.16-4:0.8.16-0ubuntu0.12.04.1 This looks like an intentionally broken version of FFmpeg that contains several hundred known bugs not present in FFmpeg, some of them security relevant, please understand that we cannot support it here. Please se

Re: [FFmpeg-user] ffmpeg profesional decoder compatibility mpegts

2014-11-20 Thread AlexandreL
Sorry all, Where can i find the "Complete, uncut console output" ? Thanks, -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/ffmpeg-profesional-decoder-compatibility-mpegts-tp4668216p4668223.html Sent from the FFmpeg-users mailing list archive at Nabble.com. ___

Re: [FFmpeg-user] ffmpeg profesional decoder compatibility mpegts

2014-11-20 Thread AlexandreL
Sorry, i'm a new user i post my ffmpeg message during transcoding. *c-100-2@c1002-ProLiant-DL360-G6*:~$ ffmpeg -i udp://@:5006 -vcodec copy -acodec copy -streamid 0:512 -streamid 1:4112 -metadata:s:a:0 language=eng -metadata service_name=test -metadata service_provider=test2 -mpegts_service_id

Re: [FFmpeg-user] ffmpeg profesional decoder compatibility mpegts

2014-11-20 Thread Anshul
On 11/20/2014 07:41 PM, AlexandreL wrote: > Sorry, i'm a new user > i post my ffmpeg message during transcoding. > > > *c-100-2@c1002-ProLiant-DL360-G6*:~$ ffmpeg -i udp://@:5006 -vcodec copy > -acodec copy -streamid 0:512 -streamid 1:4112 -metadata:s:a:0 language=eng > -metadata service_name=tes

Re: [FFmpeg-user] ffmpeg profesional decoder compatibility mpegts

2014-11-20 Thread Carl Eugen Hoyos
AlexandreL gmail.com> writes: > Sorry for avconv but also with ffmpeg it's not working Complete, uncut console output missing. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] ffmpeg profesional decoder compatibility mpegts

2014-11-20 Thread AlexandreL
Sorry for avconv but also with ffmpeg it's not working ffmpeg -i udp://@:5006 -vcodec copy -acodec copy -streamid 0:512 -streamid 1:4112 -metadata:s:a:0 language=eng -metadata service_name=test1 -metadata service_provider=test2 -mpegts_service_id 0x1 -f mpegts udp://192.168.1.54:5004?pkt_size=1

Re: [FFmpeg-user] ffmpeg profesional decoder compatibility mpegts

2014-11-20 Thread Anshul
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 deco

Re: [FFmpeg-user] ffmpeg profesional decoder compatibility mpegts

2014-11-20 Thread Carl Eugen Hoyos
AlexandreL gmail.com> writes: > I did this : > > avconv This looks like an intentionally broken version of FFmpeg that contains several hundred known bugs not present in FFmpeg, some of the security relevant. Please understand that we cannot support it here. Carl Eugen __

[FFmpeg-user] ffmpeg profesional decoder compatibility mpegts

2014-11-20 Thread AlexandreL
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