[vlc-devel] how to write a sample video streaming application using libvlc-dev

J Decker d3ck0r at gmail.com
Fri Jun 4 09:10:06 CEST 2010


You probably don't really need to explore the API itself.  I did a
similar project to provide a service of a stream on demand which other
clients would be told they could connect to.  Setting this up with
just the command line options and/or vlc configuration file (vlc.cfg
or like .vlcrc), then all you need to do is fork a vlc instance to do
the service, and kill it when it needs to be ended. so if you have a
few scripts to like 'host_stream <parameter where>'  ... well on the
other side, just connect with your appropriate player.

On Thu, Jun 3, 2010 at 11:54 PM, Parveen Jain <parveenjain at live.com> wrote:
> Hi All,
>   I am writing a SIP application , which will establish a video session(by
> sending SIP INVITE) with peer entity and once it gets confirmation from the
> peer(200 OK of SIP) the application will send out the video stream to his
> designated RTP port.
>     For this I am trying to explore the video streaming capabilities of
> VLC.I know that VLC can do video streaming using RTP/UDP very easily(using
> command line).The same thing I am trying to achieve using its External
> APIs.I had tried to explore the APIs of "libVlc-dev" but somehow got
> confused in its usage for creating such video streaming application.My
> current requirements are just to read from a video file and stream it using
> a very basic video codec(it can be H248).
>
> Any help or even further reference will be highly appreciated.
>
> Regards,
> Parveen Jain
>
> ________________________________
> Chin music and high voltage T20 action on MSN Sports Sign up now.
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>
>



More information about the vlc-devel mailing list