Hello All,
I'm new person around here, I was reading all the posting, but could not able to find how to create a schedule on VLC which play out media at certain time and stop after finished and wait to play second on the list.
I m running Ubuntu Server 8
I m taking a file and transcoding that into mpeg2 and send it out into the network as UDP -- that is working fine no problem.
I need to create a playlist which trigger the start time and transcode the media file and finished
VLC 0.8 version for Ubuntu
I m created VLM file set the time and everything it does play.. I m not sure how to trigger the file to start transcoding..
Can someone please point me right direction.. that would really helpful...
here is file I tried:
File name: test.vlm
new my_media broadcast enabled
setup my_media input "c:\Temp\startrek-tlr3_720x480.mpeg"
setup my_media output #transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128,deinterlace}:duplicate{dst=display,dst=standard{access=udp,mux=ts,url=224.1.1.1:10000}}
new my_sched schedule enabled
setup my_sched date 2009/05/07-09:00:00
setup my_sched append control my_media play
new my_sched2 schedule enabled
setup my_sched2 date 2009/05/07-09:10:00
setup my_sched2 append control my_media stop
to excute: vlc -I qt --extraintf telnet c:\Temp\test.vlm -- nothing plays...
I have been testing in Windows enviroment.
Thank you for viewing my post, I hope someone could point me right direction..
Thank you all