Page 1 of 1

Dynamic or static Streaming

Posted: 01 Feb 2007 13:27
by Antjac
Hi, I'm in Computing Science Studing in France, and i need to develop a mini-linux distribution to broadcast music on a network on a embedded system.

We think to use VLC for streaming and a own-program to send command from PHP to VLC.

My question is : VLC uses a Dynamic ou Static system for the Streaming ?

Thanks

Posted: 01 Feb 2007 15:59
by Jean-Baptiste Kempf
what do you mean by static streaming ?

Posted: 01 Feb 2007 18:13
by pjwhite
do you mean can you change the parameters of the stream during the actually stream? like if i want to bump up my bitrate?

I dont' think so, but that would be amazing....

Posted: 02 Feb 2007 12:34
by Antjac
Yes, it is a dynamic changement of the bandrate during the streaming depending of the clients.

Posted: 02 Feb 2007 13:44
by Jean-Baptiste Kempf
hmmm. I don't think so... sorry :$

Posted: 02 Feb 2007 18:57
by DJ
VLC follows the Bit Rate of the transcode and some form of transcoding is required for streaming. The menus allow for ABR just as most encoders do. Given that VLC is a packet based player it reacts the same if you save to file or stream across a network and would be dynamic in this regard. This action can be changed for some encoders.