I've used vlm file do do things like play from cameras, PVR 150's ATI
cards and DVD drives.

I found my DVD vlm

new mvpmc broadcast enabled
setup mvpmc input "dvdsimple:///dev/scd0"
setup mvpmc output
#transcode{vcodec=mp2v,vb=4096,scale=1,acodec=mpga,ab=192,channels=2}:duplicate{dst=std{access=http,mux=ts,dst=:5212}}
setup mvpmc option sout-http-mime=video/mpeg
control mvpmc play

so  I expect yours would be something close to (no transcoding needed)

new mvpmc broadcast enabled
setup mvpmc input "dvdsimple:///dev/video1"
setup mvpmc output #standard{access=http,mux=ts,dst=:5212}
setup mvpmc option sout-http-mime=video/mpeg
control mvpmc play

vlm'd don't play and stream you access the process from m3u the vlm
command url runs the telnet script and the http url plays it.

vlm://somewhere/file.vlm
http:/ip:5212

You'd need a third command to stop the mvpmc broadcast

For raw streaming of live rather than creating a file I think this is
more efficient than writing to disk.

Have fun.

Martin

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Mvpmc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/

Reply via email to