Questions tagged [vlc]

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. Use this tag only for programming-related questions about VLC.

See VLC (Video LAN) Media Player for more details.

Stack Overflow questions tagged VLC may have to do with:

  • Compiling VLC media player's source code and its underlying frameworks
  • Using VLC's underlying libraries (libvlc, VLCKit) inside your own programs
  • Scripting/automating VLC media player via a Bash script, Lua or other approaches
  • Controlling VLC media player via the command line and questions concerning the usage of available parameters
  • Encoding, transcoding or streaming through VLC media player's interfaces via scripts, command line or provided frameworks

Questions about LibVLC, the external programming interface for VLC Media player, should be tagged as well.

If your question is about the usage of the player (with no programming involved) ask your question at Super User and use their vlc tag

Resources

2413 questions
90
votes
2 answers

how to get vlc logs?

I am trying to run rtsp url from the VLC player. But an error appears, and "see logs for details" comes up in a dialog box. How can I enable logs in VLC?
garima
  • 4,934
  • 10
  • 41
  • 76
63
votes
7 answers

Hunk #1 FAILED at 1. What's that mean?

I get the following error when running make, and I have no idea what it means or what to do about it. Can anyone illuminate me or point me in the right direction? (cd libdvdnav-git && patch -p1) < ../../contrib/src/dvdnav/dvdnav.patch patching file…
JellicleCat
  • 23,907
  • 21
  • 96
  • 144
41
votes
1 answer

How to use VLC live streams with HTML5 video?

I tried HTTP Ogg/Theora and works alright with Chrome but not with Firefox 7. VLC Configuration: For testing, I've been streaming the desktop using the following vlc command line configuration: vlc.exe screen:// :screen-fps=30 :screen-caching=100 …
Bruno Santos
  • 1,542
  • 1
  • 15
  • 22
36
votes
2 answers

GStreamer rtp stream to vlc

I'm having some trouble figuring out how to create a simple rtp stream with gstreamer and display it on vlc. I've installed GStreamer 0.10.30 and VLC 1.1.3. My only requirement is to use MPEG4 or H.264 codecs. Right now, I can stream the GStreamer…
Nicola Desogus
  • 901
  • 1
  • 7
  • 7
31
votes
2 answers

android libvlc multiple surface problems

I would know if is possible to use two surface in same layout and view each at same time. In future I would a grid-view of video-view, but each video-view using vlc. I modify this sample (android-vlc-sample) using fragment. The result is that I see…
tulkas85
  • 953
  • 1
  • 15
  • 43
29
votes
6 answers

VLC: How to convert from mp4 to webm

How can I convert from mp4 to webm using VLC, if possible? What codec should I choose? Do I need to recode the sound? I'm trying to put html5 video on a website with flash as fallback. As I understand it, it's the only format (webm) that Firefox…
OZZIE
  • 3,932
  • 3
  • 39
  • 51
28
votes
6 answers

How to remove the right click menu in VLC Media Player?

I am adapting VLC to make a custom video player. I chose VLC because of its ability to play lots of formats, and because it allows me develop a custom skin for it very easily. But I also want to restrict user access to the file system, for which I…
awreccan
  • 582
  • 1
  • 6
  • 11
25
votes
5 answers

How to playback MKV video in web browser?

I am trying to make a MKV video with a MPEG4 video codec and AC3 audio codec available to be played online using Mozilla or Chrome. I have tried multiple methods including native HTML5, which plays back the video but no audio and from what I've read…
Alex Meyer
  • 451
  • 1
  • 6
  • 14
22
votes
4 answers

Streaming mp4 with vlc to html browser

I have problems streaming my webcam picture (without sound) to a html page. I'm using the latest (v2.0.2 vlc for windows) for streaming, here's the command line: "c:\Program Files (x86)\VideoLAN\VLC\vlc.exe" -I dummy dshow:// --dshow-vdev="Logitech…
balazs
  • 5,294
  • 5
  • 32
  • 45
22
votes
3 answers

Save continuous RTSP stream to 5-10 minute long mp4 files

How can I keep the flow (protocol rtsp, codec h264) in file (container mp4)? That is, on inputting an endless stream (with CCTV camera), and the output files in mp4 format size of 5-10 minutes of recording time. OS: debian, ubuntu Software: vlc,…
Ruslan Sharipov
  • 653
  • 2
  • 6
  • 10
21
votes
4 answers

Open video stream on VLC Player through the browser

Is it possible to add a type of link on a webpage that will open up VLC Player and start playing a stream video? Like this one: Alternatively, is it possible to embed VLC Player in the browser?
user516242
21
votes
1 answer

Playing YUV on VLC Player

When playing a raw video (.yuv) file on VLC Player. How can I tell VLC the width, height and frame-rate of the video?
user1177187
  • 411
  • 1
  • 5
  • 15
21
votes
3 answers

Using Gstreamer to serve RTSP stream, working example sought

We are trying to get Gstreamer working on a DM368 Leopardboard*, we've successfully persuaded it to create a test video (videotestsrc), encode it, and dump it into a file. The pipe that worked is: gst-launch -v videotestsrc num-buffers=100 ! queue !…
John U
  • 2,617
  • 2
  • 22
  • 35
19
votes
3 answers

VLC Scripting with Lua: Jump to a specific time in a file?

This seems like it should be simple, but I'm coming up empty handed here. I'm trying to make a simple VLC script that checks if the "random" button is on, and if so when it jumps to a random file, instead of starting at time=0, it starts at a random…
Paul
  • 9,014
  • 9
  • 41
  • 75
19
votes
4 answers

RTSP stream and OpenCV (Python)

I have an IP camera streaming on Linux through rtsp protocol and h264 linux driver. I am able to see the video in VLC with the following address and port: rtsp://192.168.1.2:8080/out.h264 However if I try to get the same video for OpenCV processing…
Guadancil11
  • 515
  • 1
  • 6
  • 16
1
2 3
99 100