Search found 7 matches

Go to advanced search

by sokrat3s
19 May 2011 17:50
Forum: Development around libVLC
Topic: Using libVLC to create simple rtp server
Replies: 5
Views: 1907

Re: Using libVLC to create simple rtp server

Thank you very much Rémi Denis-Courmont for your fast answer. In anyway, is rtp.c and rtcp.c the proper place to look at, and try to implement in my code the streaming of raw 264 data? Or will I need something more? And one other thing please, you use live 555 library just for the client side right?...
by sokrat3s
19 May 2011 16:28
Forum: Development around libVLC
Topic: Using libVLC to create simple rtp server
Replies: 5
Views: 1907

Re: Using libVLC to create simple rtp server

Hello, I am interested in exactly the same thing. (I want to stream h264 encoded data from my c application, and not a file) Is there any documentation about the rtp module of lib vlc or something similar ? I have seen the vlc/modules/rtp.c code, it is useful in a way, however, if there is some exam...
by sokrat3s
13 Apr 2011 16:44
Forum: VLC media player for Windows Troubleshooting
Topic: VLC bootstrap failure
Replies: 15
Views: 4086

Re: VLC bootstrap failure

Thank you a lot. Now, the error is one step further :) : $ ./bootstrap ++ dirname ./bootstrap + cd . + ACLOCAL_ARGS='-I m4 ' + test -d extras/contrib/build/bin ++ uname -s + test .MINGW32_NT-6.1 = .Darwin + pkg-config --version + PKGCONFIG=yes + export AUTOPOINT + test '' + AUTOPOINT=autopoint + aut...
by sokrat3s
13 Apr 2011 10:53
Forum: Development around libVLC
Topic: Stream a collection of images (getting from camera)
Replies: 7
Views: 2193

Re: Stream a collection of images (getting from camera)

Thank you plalonde. However, unfortunately if I don't have a documentation/API of the library I don't think your code can help me very much...
by sokrat3s
13 Apr 2011 10:38
Forum: VLC media player for Windows Troubleshooting
Topic: VLC bootstrap failure
Replies: 15
Views: 4086

Re: VLC bootstrap failure

Thanks. I tried to reinstall it, using ActivePerl but the problem insists. Should I build from source? Which version should I use?
by sokrat3s
12 Apr 2011 17:42
Forum: VLC media player for Windows Troubleshooting
Topic: VLC bootstrap failure
Replies: 15
Views: 4086

Re: VLC bootstrap failure

Hello, bootstrap command fails for me also, getting that message (through MSYS): $ ./bootstrap ++ dirname ./bootstrap + cd . + ACLOCAL_ARGS='-I m4 ' + test -d extras/contrib/build/bin ++ uname -s + test .MINGW32_NT-6.1 = .Darwin + pkg-config --version + PKGCONFIG=no + export AUTOPOINT + test '' + AU...
by sokrat3s
12 Apr 2011 16:52
Forum: Development around libVLC
Topic: Stream a collection of images (getting from camera)
Replies: 7
Views: 2193

Re: Stream a collection of images (getting from camera)

Hello everyone,
I am trying to do something similar. I would like to stream some H264 encoded byte stream (NAL unit format). Is that possible through libVLC? Is there a documentation/API about the streaming part of the library?

Thanks.

Go to advanced search