Mailing List archive

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

[vdr] Re: DESPERATION: vdr-stream-0.0.5 (was: Re: ANNOUNCE: vdr-stream-0.0.4)



On Mon, 4 Nov 2002 20:39:45 +0100
Sascha Volkenandt <mailbot1@wat.willz.de> wrote:

> Now I've re-coded the whole thing to stay as close as possible to the
> old code which worked in vdr-1.0.4 .
> 
> I put another another version on my page http://www.magoa.net/linux 

vdr-stream-0.0.5.

On my system ( vdr 1.1.14 and "old" drivers from Klaus' page ) i need to
change line 18 of Makefile from 

DVBDIR = ../../../../DVB/include

to

DVBDIR = ../../../../DVB/ost/include

to make the plugin compile successful.

After that i get two ( trivial ) warnings:

rtp.c: In function `int sendrtp2(int, sockaddr_in *, rtpheader *, char
*, int)': rtp.c:150: warning: value computed is not used
rtp.c: In function `int getrtp(int, rtpheader *, char **, int *)':
rtp.c:159: warning: unused variable `int i'

The unicast stream works very well ( as you know )  i use mplayer on the
client side ( stream <host> -p <port> | mplayer - -cache 2048 ).

Now i set the route on the server side to try the  multicast
mode:

/sbin/route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0

i configure the plugin properly and start ( multicast ) streaming:
my network switch starts a savage blinking ;) 

on the client side:

mplayer rtp://224.0.1.2:5002 -cache 2048

the player starts the caching process, but it hangs after a while... if
( in the meantime) i stop and restart streaming on VDR, mplayer
continues the caching process and finally plays the stream successfully.

It works.


NOTE: mplayer must be configured with --disable-live command.

> Greetings,
> Sascha Volkenandt

Regards,

Angelus.

Sorry again for my english ;)


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index