libVLC: VLC command line emulation

This forum is about all development around libVLC.
erotavlas_turbo
Blank Cone
Blank Cone
Posts: 75
Joined: 26 Nov 2009 10:52

libVLC: VLC command line emulation

Postby erotavlas_turbo » 10 Dec 2009 16:30

Hi all,

I would like to realize an application in C that emulate the command line of VLC. I have already tried with system("command") call and it work well, but it requires VLC installed. I want a stand alone application that can streaming a video/image over RTSP with the following command...

Code: Select all

vlc -vv campione2.jpg --fake-duration 30000 --repeat --loop --sout '#transcode{vcodec=H263p,vb=800,width=352,height=288}:duplicate{dst=display,dst=rtp{sdp=rtsp://10.36.1.23:8080/test.sdp},dst=rtp{dst=192.168.0.4,port=1234,mux=ts}}' vlc://quit
Are there a libraries-API? Can libVLC libraries get it? Where can i search an example?

Thank

Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 28 guests