Page 1 of 1

VLM, audio-pid, ASF, MMSH

Posted: 16 Jan 2009 08:49
by ghost7
Hi all,

I have one problem and I hope that you will have the answer. I am using VLC 0.8.6i and I am streaming through DVB Dream stream with 3 audio channels. Unfortunatelly my language is on the second audio-pid. I am using VLM to stream into home net, but I need to catch the exact moment to manualy change audio to run the stream in right language. Is there any way to make this happend automatically??? By script or setup file??? I am using mux=asf to stream to the mmsh to watch the stream with Windows Media Player.

Thanks in advantage

Ghost7

vlm config file:

new stream broadcast enabled
setup stream input "UDP://@127.0.0.1"
setup stream output #transcode{vcodec=DIV3,vb=1024,scale-1,acodec-mp3,ab-192,channels=2}:duplicate{dst=std{access=mmsh,mux=asfh,dst=10.10.10.1}}
control stream play

cmd run:

vlc.exe --vlm-conf c:\\configVLC.txt -I telnet

Re: VLM, audio-pid, ASF, MMSH

Posted: 03 May 2009 07:02
by vibes992000
Insted of 'vcodec=DIV3' have you tried using 'WMV3' as it provides the best ration of compression and quality over the other conventional window media streaming formats. However WMV3 in vlc is litlte bit buggy but surprisingly working well for me (... I First capture the input from capture card and stream it to UDP and from that UDP Stream converts is further to mms://.. Just like you are doing)