Page 1 of 1

configure vlm for VOD

Posted: 30 May 2013 15:35
by nupushayatun
I have some script for my VOD, but it doesn't work.
help me please.


# VLC media player VLM command batch
# http://www.videolan.org/vlc/

new a broadcast enabled
setup a input "C:\Documents and Settings\Administrator\My Documents\T.A putri\1.1.mpg"
setup a output #transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:duplicate{dst=rtp{dst=224.1.1.1,port=1234,mux=ts},dst=display}

new b schedule enabled
setup b date 2012/6/24-18:05:00
setup b append control a play

new c schedule enabled
setup c date 2012/6/24-18:07:00
setup c append control a stop

new d broadcast enabled
setup d input "C:\Documents and Settings\Administrator\My Documents\T.A putri\Iklan1.mpg"
setup d output #transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:duplicate{dst=rtp{dst=224.1.1.1,port=1234,mux=ts},dst=display}

new e schedule enabled
setup e date 2012/6/24-18:07:01
setup e append control d play

new f schedule enabled
setup f date 2012/6/24-18:07:31
setup f append control d stop

new g broadcast enabled
setup g input "C:\Documents and Settings\Administrator\My Documents\T.A putri\Iklan2.mpg"
setup g output #transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:duplicate{dst=rtp{dst=224.1.1.1,port=1234,mux=ts},dst=display}

new h schedule enabled
setup h date 2012/6/24-18:07:32
setup h append control g play

new i schedule enabled
setup i date 2012/6/24-18:08:01
setup i append control g stop

new j broadcast enabled
setup j input "C:\Documents and Settings\Administrator\My Documents\T.A putri\1.2.mpg"
setup j output #transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:duplicate{dst=rtp{dst=224.1.1.1,port=1234,mux=ts},dst=display}

new k schedule enabled
setup k date 2012/6/24-18:08:02
setup k append control j play

new l schedule enabled
setup l date 2012/6/24-18:10:02
setup l append control j stop

new m broadcast enabled
setup m input "C:\Documents and Settings\Administrator\My Documents\T.A putri\Iklan2.mpg"
setup m output #transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:duplicate{dst=rtp{dst=224.1.1.1,port=1234,mux=ts},dst=display}

new n schedule enabled
setup n date 2012/6/24-18:10:03
setup n append control l play

new o schedule enabled
setup o date 2012/6/24-18:10:32
setup o append control l stop

new p broadcast enabled
setup p input "C:\Documents and Settings\Administrator\My Documents\T.A putri\Iklan3.mpg"
setup p output #transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:duplicate{dst=rtp{dst=224.1.1.1,port=1234,mux=ts},dst=display}

new q schedule enabled
setup q date 2012/6/24-18:10:33
setup q append control p play

new r schedule enabled
setup r date 2012/6/24-18:10:58
setup r append control p stop

new s broadcast enabled
setup s input "C:\Documents and Settings\Administrator\My Documents\T.A putri\1.3.mpg"
setup s output #transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}:duplicate{dst=rtp{dst=224.1.1.1,port=1234,mux=ts},dst=display}

new t schedule enabled
setup t date 2012/6/24-18:10:59
setup t append control s play

new u schedule enabled
setup u date 2012/6/24-18:12:59
setup u append control s stop

Re: configure vlm for VOD

Posted: 05 Jun 2013 17:52
by Jean-Baptiste Kempf
To help you, we need messages, to completely understand what your problems is.
To fix this, please be sure before you start the playback to:
  1. Open: Tools -> Messages.
  2. Set Verbosity to 2
  3. Start playback to reproduce your issue
  4. Save text in a file or copy into clipboard
  5. Then paste the full resulting log here between [​code]and[​/code] (or use Pastebin.com if it's too long)
Also don't forget to name your Operating System and provide the VLC media player version.