Mailing List archive

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

[vdr] Re: Streaming Mode - vdr crash



At 08:24 28.02.2002 +0100, you wrote:
> >Yeah, you're right. While testing the patch I did it by starting VDR form a
> >shell. The environment vars were set.
> >@Michael: Open a shell and start vdr by calling your runvdr. Be sure to set
> >DVBVL_DEST and DVBVL_PORT before.
>
>i check this again, it works and seems (/var/log/messages) to send 
>something over the net.
>
>Q i use suse 7.2 where can i set the export DVBVL_DEST="224.0.1.2" and 
>export DVBVL_PORT="5004" for startup? (i try /etc/init.d/boot.local, but 
>dosn't work)

Hi Michael,

I suggest to do it in runvdr.

[...]
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
# $Id: runvdr 1.8 2001/07/27 07:35:19 kls Exp $

# DVBVideoLAN
export DVBVL_DEST='224.0.1.2'
export DVBVL_PORT='5004'

DVBDIR="/dvb/DVB/driver"
[...]

Markus


>by Michael




Home | Main Index | Thread Index