Top "Vlc" questions

VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVD, Audio CD, VCD, and various streaming protocols.

How to play MPEG-TS in chrome

I have a video in which I want to show the user ( 'the' user because he can access Chrome PC …

video h.264 vlc aac mpeg
How to write VLC plugin that can interact with the operating system

I need to find out if it is possible and how (I do not care about the language C/C++, …

c++ c plugins lua vlc
Multiple Video Streams in one Feed ffmpeg

We are trying to send live stream from two webcams as below : ffmpeg -f video4linux2 -i /dev/video0 -f …

video stream ffmpeg vlc ffserver
Reduce delay when playing rtp stream with libvlc on Android

I am using LibVLC version 3.0.0 to play incoming mpeg2ts stream over rtp on Android. The code is the following: …

java android vlc libvlc
C# - Capture RTP Stream and send to speech recognition

What I am trying to accomplish: Capture RTP Stream in C# Forward that stream to the System.Speech.SpeechRecognitionEngine I …

stream ffmpeg speech-recognition vlc rtp
VLC 1.2 mosaic streaming

This VLM Config works in VLC 1.1, but I am having other issues with memory leaks after the player is running …

vlc mosaic
C# Vlc Player Mouse Double Click Event

I am working on a player developed using libvlc, c#. There is working fullscreen button. I tried to add mousedoubleclick …

c# mouseevent vlc double-click libvlc
Desperately looking for a RTSP server that can stream from a live source (not from a file)

I need a RTSP-server that can listen on a configured port (8554 for example), and then, for example, if I run …

ffmpeg gstreamer vlc rtsp live555
How to implement an eclipse VM argument in code

This is probably a simple question but I'm currently working with vlcj to make a video player for a project. …

java vlc vlcj run-configuration