[vlc-devel] Re: API VLC 0.9.0

jf massol jf.massol at gmail.com
Sat Jun 16 12:13:46 CEST 2007


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.

When we have a VOD or a broadcaster configured such like below :

new whatever vod (or broadcast) enabled
setup whatever input wherever
setup whatever output #transcode{vcodec=mp2v,vb=1024,scale =
1,acodec=mpga,ab=128}

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.

best regards,

jf
2007/6/15, Olivier Aubert <olivier.aubert at liris.cnrs.fr>:
>
> > My compile CLI : g++ -Wall -pedantic Server_sock.cpp main.cpp
> > Stream_test.cpp webtv.cpp -o server -lvlc
> You need to add -lvlc-control to the link flags (after -lvlc), since the
> external API functions have been splitted from the main library (only if
> compiled with libtool, which is the default on linux platforms).
>
> Olivier
>
> --
> This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
> To unsubscribe, please read http://developers.videolan.org/lists.html
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20070616/d19029ee/attachment.html>


More information about the vlc-devel mailing list