關於我自己

我的相片
New York, New York, United States
我叫江奕賢啦

2007年5月23日

用VLC當streaming server

VLC player當media server 播放E槽 VCD Track 1

mms server example:


step1:
VLCPortable.exe vcd://E:@1 ":sout=#transcode{vcodec=WMV2,vb=1024,scale=1,acodec=mp3,ab=192,channels=2}:duplicate{dst=display,dst=std{access=mmsh,mux=mp4,dst=:8080}}" --intf wx --extraintf sap,telnet,http --http-host 0.0.0.0:8080


step2:
mms://serverip:8080/

VOD example:

step1:
VLCPortable.exe --intf wx --extraintf sap,telnet,http --rtsp-host 0.0.0.0:554

step2:
telnet serverip 4212
new E1 vod enabled
setup E1 input vcd://E:@1

step3:
VLCPortable.exe rtsp://serverip:554/E1
*don't use NAT (ex:fon router)





後記:

想用我那的tablet看電影 不過我的tablet沒有CDROM 所以想測測看透過streaming看的效果

官方document裡面的範例 有些我run不起來 只好自己document一個我跑起來的版本

測試VLCPortable 0.8.6a的結果

rtsp可以做到VOD 不過只能用VLC看

mmsh or http可以用media player看 不過沒辦法VOD, 只能realtime streaming.

以我的case, 我可能還是用網路芳鄰配和media player吧

不過如果未來有需要可程式控制的streaming server的話 應該是個不錯的選擇

沒有留言: