vlc-media-player

Toolbar with VLC ActiveX in VB.NET

Hello! I've used the VideoLAN VLC ActiveX Plugin 2 (available in the VLC 0.9.4 installation) in my VB.NET App. I've noticed that: The controller toolbar (seek bar, control buttons, volume) do NOT appear at all Even after playing a file And the "Toolbar" property cannot be set to TRUE, read-only? So my questions are: Is the "Toolb...

VLC Server Communication with .NET C#

I am working on a project that allows for video streaming or video-on-demand. I've looked for software packages and VLC looks like an excellent choice for low cost needs. In order to really work with this application I need an API that can communicate with the system. After doing some research there were some bindings via PHP and Java b...

Reposition a VLC window programmatically

I'm sure others have run into this problem too... I often watch videos in a small VLC window while working on other tasks, but no matter where the window is placed, I eventually need to access something in the GUI behind it, and have to manually reposition the video window first. This could be solved by having the VLC window snap to an...

embed vlc player in HTML

hi i am trying to embed vlc player in a web page. what is the best way to do it. actually i have to stream a video file using vlc and show it on the web page so that other users logging to my site could see that video. i have tried various snippts but unable to embed it. any help will be greatly appreciated. Thanks ...

I need to open several VLC clients in order to "monitor" the stream they're receiving

I want to be able to specify how many clients do I want opened, and be able to manually switch between the windows after they're opened- meaning "streaming in background" (if such a thing is possible? ) won't do here. I need to specify different inputs for the different clients as well. Additionally -and this is the part I'm totally cl...

"Member not found" error when using vlc plugin in vs2008 Mfc

Hi i am trying to use vlc plugin in my vs2008 mfc project to play video files. but i am getting "Member not found" exception. can any body suggest me how to overcome this? ...

HTTP Stream (video) recording to a set of files.

Hi all. I just thinked that a usage of VLC's livehttp module on a certain project is way too resource hungry, just for recording video stream by 30-minute files. Thereby, what OSS software can be used to record an UDP video stream part-by-part? Excluding mencoder, since the recorded video should be gap-less. Also, if writing own FFmpeg...

ubuntu doesnt play .wmv files .. after attempting to add DVD playback from medibuntu

i cannot see video with "movie player", "GNOME video" OR with "VLC media player" .. ANnyone have any guesses?? ...

Creating DVD navigation using VLC versoin 1.1.4

Hi, I have been developing a DVD player using vlc version 1.1.1 libraries and have recently upgraded to version 1.1.4. Previously I have been getting the current vlc_object_t by using libvlc_get_vlc_instance and then using the object, along with the relevant key information, in subsequent calls to __var_SetInteger. This mehtod worked ...