[linux-dvb] dvbstream vs videoLan
Jean-Paul Saman
jean-paul.saman at planet.nl
Tue Jan 31 12:20:53 CET 2006
toni martinez wrote:
> Hello,
>
> How can I send the receiving streaming with dvbstream (server) to view it
> in a VideoLan (client)?
you can even use VLC to stream
(http://www.videolan.org/doc/streaming-howto/en/ch09.html):
vlc -vvv --color --ttl 12 --ts-es-id-pid --programs=8508,8505 dvb: \
--dvb-frequency=11739000 --dvb-srate=27500000 --dvb-voltage=13 \
--sout-standard-access=udp --sout-standard-mux=ts --sout \
'#duplicate{dst=std{url=address1},select="program=8508",dst=std{url=address2},select="program=8505"}'
Reception can be done by:
vlc udp://
> I want to create a small LAn with this "plugin"
>
> Tnxs.
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> linux-dvb mailing list
> linux-dvb at linuxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
More information about the linux-dvb
mailing list