i downloaded vlc 0.8.1 for windows.
and i write a configrattion file for vlm like this:
new gold_ch_1 broadcast enabled
setup gold_ch_1 input file://e:\movies\okok.mp4
setup gold_ch_1 output #transcode{vcodec=mp4v,acodec=mp3,vb=800,ab=128}:standard{access=udp,mux=ts,url=239.255.12.42}
new my_sched_start schedule enabled
setup my_sched_start append control gold_ch_1 play
setup my_sched_start date 2005/1/31-14:49:00
result is:
1, video and audio codec not work. the result audio is not mp3.
2, schedule not fired when time reached. that means my_sched_start object did not start.
3, when i replaced the date with "now", it worked.
4, if i add duplicate output like this:
setup gold_ch_1 output #duplicate{dst=standard{access=udp,mux=ts,url=239.255.12.42},dst=rtp{dst=192.168.0.91, port=1234, sdp=file://c:\upload\vlc.sdp}}
the rtp section seems did not work.
5, media list seems did not work. when first media played, vlm did not send the second ones.
could any one answer my question?
is this problem platform related? i did not test vlm under linux.
thanks in advance.