(I have realized this was misposted under general Linux and probably belong here instead, I'm moving it over and will place a link back in the previous area instead.)
EDIT: I am running "VLC media player 0.8.6a Janus" on Debian Etch
Hello All,
First let me say that VLC is a truly amazing piece of software, probably one of the most impressive opensource applications I've ever had the pleasure of using. Thank you to everyone involved and can you please point me in the direction of where to make a donation or a list of things the project maintainers would like contributed.
Now, on to my current challenge:
I am currently doing a lot of work with IPTV multicast streams and I've run in to an odd problem.
I am streaming various HD Movie Trailers from http://www.apple.com across the network using the following string:
#!/bin/bash
vlc -d -vv $1 --sout '#transcode{acodec=mpga,ab=224,channels=2}:standard{access=udp,mux=ts,dst=239.1.0.51,}' --loop
Where $1 is any of various HD trailers I downloaded today.
The first few trailers I tried worked great and had audio on the IP set top box I am using.
Here is one that worked fine:
http://movies.apple.com/movies/paramoun ... h1080p.mov
The clip played with audio either way in the windows VLC player (that is without the transcode line above and after being transcoded), presumably because the player handles >2 channel audio without any issues. However the IP set top handles only 2 channel audio at the moment.
I was pleased with the result so I downloaded a number of additional trailers, but the identical command line options for 2 channel audio transcode resulted in garbled audio on BOTH the windows VLC playback machine as well as the IP set top box. I suspect because the audio encoding format is different and I'm not using the correct options to transcode I'm only guessing.
Here is a clip that does not play properly (when transcoded and streamed with the vlc string above) on either VLC or the IP STB:
http://movies.apple.com/movies/touchsto ... h1080p.mov
I would really appreciate some assistance on how to transcode clips like these to 2 channel MPEG audio. Can anyone offer any advice?
Thanks in advance.
-Jeff
** This looks like it was an open bug (http://trac.videolan.org/vlc/ticket/990) from early last year and may have been fixed, although it is unclear exactly when the fix went in the release tree, it may have been added as recently as January, 2008. Either way, I will upgrade to current stable and see if it is fixed.