[mythtv-users] FW: New Source Forge Project MythStreamTV

Ashley Bostock abostock at gmail.com
Fri Jan 21 13:51:05 EST 2005


I've got streaming over http with authenication working well, works
with mplayer on linux and windows media player on windows :-D

Just open up the mythstreamtv.sh file and change the vlc line to read:

 /usr/local/bin/vlc -vvv --sout-transcode-fps=$FPS
--sout-transcode-deinterlace $NUV_DIR/$1
":sout=#transcode{vcodec=$VCODEC,acodec=$ACODEC,vb=$VB,ab=$AB,scale=$SIZE}:std{access=http{user=test,pwd=test,mime=video/x-ms-asf},mux=asf,url=:8080}"

You can either remove the user=test,pwd=test bit or set them to
something other that test so you force people to log in before they
can view the stream.

Hope this is useful to someone.
Ash.


More information about the mythtv-users mailing list