Mailing List archive

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

[vdr] Re: streamdev plugin --> choppy playback



At Freitag, 25. Juli 2003 21:37 Thomas Glomann wrote:
> well, tried latest xine cvs.
> TS now works except some buffer problems sometimes on some channels.  Can
> the buffer size be increased somewhere?

You can increase the streaming-buffer in streamdev/server/transceiver.c line 
13. Just exchange MEGABYTE(1) to whatever you want. And tell me about the 
results, please!!! If there is any safer setting than 1 MB I'll put it into 
my plugin (maybe as an option).

> BTW, is there any possibility to switch channels without having to stop
> the stream and request another "URL" ? this is not very comfortable for
> zapping ;)

This would incorporate using anything else than HTTP, since there is no 
possibility (and no ability in the player) to send another command after 
the HTTP-Request (since HTTP is kind of a Request-Answer-Close type 
protocol). Maybe you could encourage Xine folks to incorporate VTP 
streaming (where that is possible), or write a VTP input plugin yourself 
:-) (The VTP API is documented in streamdev/PROTOCOL)

> regards,
> Thomas

Greetings,
Sascha


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



Home | Main Index | Thread Index