Romont Sylvain <psgman24 <at> yahoo.fr> writes: > I have thiks command make for VLC: > cvlc http://localhost/cgi-bin/friio.cgi?$CH --sout '#transcode{acodec=mp3, > ab=128, channels=2}:duplicate{dst=std{access=udp, mux=ts, dst=localhost, > port=1234}}' & > > I want to make it working with mplayer. MPlayer is not a transcoding (but a playing) application. It would be possible to use FFmpeg (or mencoder), but note that our ts muxer is known to produce invalid streams (afaik), so depending on what you want, this might not be a solution. Carl Eugen