Search found 4 matches

Go to advanced search

by keithbo
03 Mar 2011 16:58
Forum: VLC stream-output (sout)
Topic: Can one stream images, using VideoLan?
Replies: 2
Views: 772

Re: Can one stream images, using VideoLan?

I would also like to stream an image, as in a simple .jpg file. I can do it via the GUI (VLC 1.1.6 on Windows XP) if I click the loop button. How can I do it using the command line? I tried this: "C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv --loop "C:\Video Files\stillPicture.jpg"...
by keithbo
03 Feb 2011 15:26
Forum: Development around libVLC
Topic: libvlc_media_player_t
Replies: 2
Views: 684

Re: libvlc_media_player_t

I've installed VLC 1.1.6.0 and used info from http://wiki.videolan.org/GenerateLibFromDll to "...extract exported symbols from libvlc.dll to generate a ..lib (libvlc.lib) and link your program against it". I created a Windows console app that does nothing but return 0. I'm using VS2010 I g...
by keithbo
03 Feb 2011 00:04
Forum: Development around libVLC
Topic: libvlc_media_player_t
Replies: 2
Views: 684

libvlc_media_player_t

I'm trying to build a simple Windows console app using liblvc. I'm running into a problem that I think is related to this line of code in libvlc_media_player.h : typedef struct libvlc_media_player_t libvlc_media_player_t; What does the libvlc_media_player_t struct really look like? Here is the info ...
by keithbo
02 Feb 2011 19:25
Forum: VLC stream-output (sout)
Topic: convert MPEG4 to H.264
Replies: 0
Views: 367

convert MPEG4 to H.264

I need to receive a MPEG4 stream change it to H.264 and multicast out from there. Is this possible to do with VLC? Any help is greatly appreciated. Doing it with the VLC media player would be a good, but I ultimately need to do it in an Windows application using the VLC sdk. Sample code to get me st...

Go to advanced search