Thanks :), it works better ! I have just a warning about playlist loading. In addition, I have a in connection with VLC (its VLM part configuration). Within VLM, it's possible for anyone to add a new vod or broadcast stream, by this way to specify VOD or Broadcast stream input or output. This last parameters is really interesting and my issue is about it.
<br><br>When we have a VOD or a broadcaster configured such like below :<br><br>new whatever vod (or broadcast) enabled<br>setup whatever input wherever<br>setup whatever output #transcode{vcodec=mp2v,vb=1024,scale = 1,acodec=mpga,ab=128}
<br><br>Each unicast connection will be transcoding with the parameters juste right above (a transcoding per client) or is there only a transcoding for all unicast connection likely to occur.<br><br>best regards,<br><br>jf
<br><div><span class="gmail_quote">2007/6/15, Olivier Aubert <<a href="mailto:olivier.aubert@liris.cnrs.fr">olivier.aubert@liris.cnrs.fr</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> My compile CLI : g++ -Wall -pedantic Server_sock.cpp main.cpp<br>> Stream_test.cpp webtv.cpp -o server -lvlc<br>You need to add -lvlc-control to the link flags (after -lvlc), since the<br>external API functions have been splitted from the main library (only if
<br>compiled with libtool, which is the default on linux platforms).<br><br>Olivier<br><br>--<br>This is the vlc-devel mailing-list, see <a href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/</a><br>To unsubscribe, please read 
<a href="http://developers.videolan.org/lists.html">http://developers.videolan.org/lists.html</a><br><br></blockquote></div><br>