Postby _FrnchFrgg_ » 11 Jul 2005 20:19
I got the same problem, when trying to unicast a div3 to a mpeg2 reader via UDP (the UDP/MPEG-TS part is not responsible for the fault, since trying to transcode to disc leads to the same result).
Here is the sout chain :
:sout=#transcode{vcodec=mp2v,vb=1024,scale=1,fps=25,acodec=mpga,ab=192,channels=2}:duplicate{dst=std{access=udp,mux=ts,url=freeplayer.freebox.fr:1234}}
(fps=25 is here to avoid a message "current codec does not support 100000/39999 fps")
Last messages are :
[00000316] ffmpeg decoder debug: ffmpeg codec (MS MPEG-4 Video v3) started
[00000116] main module debug: using decoder module "ffmpeg"
[00000317] main encoder debug: looking for encoder module: 7 candidates
[00000317] ffmpeg encoder debug: libavcodec already initialized
[00000317] ffmpeg encoder debug: found encoder MPEG-2 Video
[00000118] main module debug: using encoder module "ffmpeg"
[00000118] main module debug: unlocking module "ffmpeg"
[00000317] main encoder debug: looking for encoder module: 7 candidates
[00000317] ffmpeg encoder debug: libavcodec already initialized
[mpeg2video @ 0xb29192d8]removing common factors from framerate
[00000317] ffmpeg encoder debug: found encoder MPEG-2 Video
[00000118] main module debug: using encoder module "ffmpeg"
[00000267] stream_out_duplicate private debug: duplicated a new stream codec=mpgv (es=0 group=0)
[00000275] main private debug: adding a new input
[00000275] mux_ts private debug: adding input codec=mpgv pid=68
[00000275] mux_ts private debug: new PCR PID is 68
[00000267] stream_out_duplicate private debug: - added for output 0
I hope this will help to sort out the problem.
_FrnchFrgg_