ok ive managed to stream webtv to my dreambox and so watch the content on my tv screen.the problem is though that ive only managed to do it if i first save the stream to ts on the pc's HDD thats mounted to the dreambox,then open up file mode on the box and then watch the created ts file on the fly.this works perfectly,but the problem is space.it doesnt take long to fill up the pc's HDD when watching alot of web tv.
heres the batch file i created to do this and if anyone wants to watch web tv this way all they have to do is copy this into a text editor and save as a .bat file(obviously editing the HDD directories to that of their own on their pc)then run it and enjoy tv from the states ect.
cd \Program Files\VideoLAN\VLC
vlc.exe -vvv "mms://151.1.245.71/cblfilm-live" --sout "#transcode{vcodec=mp2v,width=352,height=576,vb=30 72,scale=1,fps=25,acodec=mpga,ab=192,channels=2}:d uplicate{dst=std{access=file,mux=ts,dst=F:\shared\ movie\%~n1.ts}}"
obviously ive been using a url snooper to give me the mms of the web tv stream to insert into any batch file that i create.i have them for movie channels entertainment,sport ect and you would also need to use a snooper on your desired web tv stream from sopcast or whatever stream server you prefer(tv-links.cc is a good one) and then edit it into your own batch files,but this only ever has to be done the once for each of your favorite internet porn channels or sports and movie channels ect.
as i said this works great,but i dont feel its the final answer,simply because of the space issue.
so what i want to do is connect the dreambox directly to the vlc stream without first saving it to disk,using vlcf.but im failing miserably.
here is the experimental batch file ive been using to do this(its not finished yet,screen size,resolution,vb,cache ect can all be sorted later)
cd \Program Files\VideoLAN\VLC
vlc.exe -vvv "mms://151.1.245.71/cblfilm-live" --sout "#transcode{vcodec=mp2v,vb=2048,scale=1,acodec=mpg a,ab=192,channels=2}:duplicate{dst=std{access=udp, mux=ts,dst=192.168.0.2:8080}}"
then i created a m3u file with this content
udp://@192.168.0.2:8080
(192.168.0.2 being the LAN ip of my pc)
i first run the batch file and when vlc opens and connects to the web tv stream i then open the m3u file with vlcf on the dreambox.(unfortunately it has to be vlcf 1.30 as vlcf 1.80 doesnt recognise m3u files yet)
but it wont connect!!!!
it gets to 8% then tries again,untill finally it states that there is a problem with the stream.
on the vlc program itself it states that udp://@192.168.0.2 is indeed running,but this information replaces the information about the web tv stream,so in effect when i start the m3u file,its closing the web tv stream in vlc.ive no idea why this is.
this should work,but it doesnt!!!!!! and ive completely ran out of ideas why it wont.
please someone help me find out why this is.ian.