View Single Post
Posts: 45 | Thanked: 45 times | Joined on Jul 2010 @ Berlin
#2
Just some more information about the command line parameters, especially for Germany, Berlin:

Check the existing channels.conf for Berlin
http://www.vdr-wiki.de/wiki/index.ph...in-Brandenburg

There are the DVB-T parameters needed for vlc:

--dvb-frequency in Hz

This is the third parameter of channels.conf * 1000.

--program number

This is the fourth parameter from the end.

For example:

Code:
Das Erste;ARD:522000:I999B8C23D12M16T8G8Y0:T:27500:
1401:1402=ger:1404:0:14:8468:258:0
--dvb-frequency=522000000
--program=14

Here is a the vlc command to stream ARD:

Code:
cvlc -vvv dvb:// :dvb-adapter=0 --dvb-frequency=522000000 \
--dvb-bandwidth=8 --program=14 \
--sout="#transcode{vcodec=h264,vb=400,width=512,height=288}\
:std{access=http,mux=ts,dst=0.0.0.0:1234/stream}"
vb=400 is the bitrate. The performance of your computer decides if you can choose better parameters.

Tunnel port 1234 through ssh.

Code:
ssh -L1234:localhost:1234 username@yourIP
On the N900 command line receive the stream:

Code:
cvlc http://localhost:1234/stream
 

The Following 2 Users Say Thank You to TorstenT For This Useful Post: