Search found 4 matches

Go to advanced search

by asqz
01 Jul 2013 12:51
Forum: Development around libVLC
Topic: Error while compiling
Replies: 1
Views: 520

Error while compiling

Hi, I am trying to compile libvlc. I followed the steps : git clone https://code.google.com/p/vc-libvlc/ sudo apt-get build-dep vlc && sudo apt-get install libtool build-essential ./bootstrap ./configure --enable-debug make But I get the following error : make[4]: Entering directory `/home/e...
by asqz
28 Jun 2013 10:59
Forum: Development around libVLC
Topic: Feeding vlc with memory stored data : option imem
Replies: 2
Views: 2863

Feeding vlc with memory stored data : option imem

Hi, I am developing an application using libVLC in which I feed vlc with data stored in my memory for streaming it. The only way I found to do this is by configuring vlc with the option imem : --imem-width --imem-height --imem-get --imem-release --imem-data I know that imem-get and imem-release are ...
by asqz
28 Jun 2013 09:40
Forum: Development around libVLC
Topic: Creatint http video stream
Replies: 2
Views: 331

Re: Creatint http video stream

Are you sure, I found this link which describes how to create a streaming using libVLC. It seems to work.
by asqz
27 Jun 2013 15:21
Forum: Development around libVLC
Topic: Creatint http video stream
Replies: 2
Views: 331

Creatint http video stream

Hi,

I have a video that I want to broadcast on a network using the http protocol.
I know libVLC can do that but I haven't been able to know how. I checked the doxygen documentation, but this hasn't help me. Can you help me please ?


Thanks

Go to advanced search