Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: streamdev working



Tony Grant wrote:
Le mar 26/10/2004 à 02:31, C.Y.M a écrit :


I just tried this patch against streamdev-0.3.3-pre4 and it compiled fine with vdr-1.3.14. But, when I attempt to connect VLC to the streamdev server, I get the following errors:
...
vlc -vvv http://192.168.0.111:3000/TS/1

I tried the command line above:

	- vlc connects to the server and opens the gtk interface (Menu bar)
	- I see 450 K of traffic on eth0
	- I have no video window...

Exactly the same a connecting directly from the GUI

No errors but no video either

After some testing, I am now able to stream live tv using streamdev-0.3.3-pre3-geni and the patch posted by Anssi Hannula with vdr-1.3.14 and VLC! :)

I have done the following:

1) Use latest cvs of ffmpeg configured with the following options:

./configure --enable-a52 --enable-faad --enable-mp3lame --enable-pp --enable-gpl

2) Use latest svn (not cvs) of vlc configured with the following options. Note: the cvs tree for VLC is not complete, so use svn instead.

./configure --enable-release --enable-livedotcom --enable-dvdread --enable-dshow --disable-x11 --enable-alsa --enable-ncurses --with-ffmpeg-mp3lame --with-ffmpeg-tree=/usr/local/src/ffmpeg.cvs/ffmpeg --with-a52-tree=/usr/include/a52dec --enable-faad --with-faad-tree=/usr/lib --disable-skins --disable-skins2 --disable-speex --enable-flac --enable-theora --disable-wxwindows --disable-visual

3) Use this script to start vlc and connect to streamdev:

#!/bin/sh
vlc -vvv http://127.0.0.1:3000/PS/$1 --sout '#transcode{vcodec=DIV3,vb=512,acodec=mp3,ab=128,channels=2,deinterlace}:std{access=mmsh,mux=asfh,url=:1234}'

4) Connect to vlc server using windows media player 9.

I would like to add that the svn version of VLC has greatly improved the stability.


Thanks to everyone for all the great work!














Home | Main Index | Thread Index