[streaming] Re: RTCP Server Implementation using live.com

Torben Knerr ukio at gmx.de
Fri Apr 29 10:10:58 CEST 2005



Siphiwe Nelwamondo wrote:

> Hi Gildas Bazin
>  
> I am interested in one of the features of VLC that you mentioned - on 
> the fly transcoding. I have a server that has videos and streams them 
> over 802.11b using VLC. I am developing a controller that monitors 
> network congestion and I want to do on the fly transcoding to vary the 
> bit rate as congestion increases.

Hi Siphiwe,

I don't know if vlc is possible to adapt the bitrate while streaming.
Maybe you have to restart the stream with the adjusted bitrate parameters
(please correct me if i'm wrong).

But maybe you should take a look at the RTCP protocol described in RFC3550.
It is mainly used to determine network congestion by sending reports from
client to server (and vice versa) about the bytes sent/received etc.
Usually RTCP is used for adaptive bandwith switching, so maybe you don't
have to implement everything from scratch and reuse existing standards.
Maybe you are interested in implenting this functionality (RTCP on 
serverside and
adaptive bandwith switching) in vlc and contribute to opensource?

Best regards,
Torben

>  
> Could you please explain to me how can I do on the fly transcoding on VLC.
>  
> Thank you in advance
>  
> Gift
>

-- 
This is the streaming mailing-list, see http://www.videolan.org/streaming/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the streaming mailing list