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

2637 questions
10
votes
0 answers

How to use the phonon-vlc-backend in PyQt4 on Windows

I'm helping develop a PyQt4.8 application which amongst other things plays video and audio. We are using Phonon for this, part of the reason being that we also embed videos in a QtWebkit page which uses the same. On Windows 7, the default phonon…
Jonathan Corwin
  • 960
  • 1
  • 7
  • 11
10
votes
4 answers

VLC setting volume from command line/bash

With the risk of feeling really really stupid here, but I seem not to be able to set the volume of VLC from command line?? vlc file.mp3 --vol 0 I have read the man pages as well as googled but I can not get the above to work. Also tried --volume 0,…
Julio
  • 145
  • 1
  • 2
  • 8
10
votes
3 answers

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 or Chrome android). If it's possible it would have nice to use html5 tags, but since it TS it can't... So, I need a better suggest on how could I play them…
Remy
  • 1,053
  • 1
  • 19
  • 25
10
votes
1 answer

How to add a seekbar in VLC dot net forms in c# windows forms application

I need to add a custom seekbar / trackbar as you may say in c# windows forms. But the issue is there is almost no documentation on vlc dot net forms library. I need to know how to add a custom seekbar in windows forms application. remember, i am not…
prem pattnaik
  • 165
  • 4
  • 9
10
votes
2 answers

python-vlc won't start the player

Ok here go .Im trying to play a video located online.I got the url ,which is the following: http://fsi.stanford.edu/sites/default/files/video_4.mp4 Its not something i will use in my application but Its just a sample file . Reading the examples for…
10
votes
0 answers

MobileVLCKit iOS Camera roll video "VLC is unable to open the MRL" error

I have integrated MobileVLCKit Version: 2.2.2 in my iOS project. Having trouble playing the local videos from Camera Roll. Videos from document directory and streaming are working fine though. I am using this code to extract the url of PHAsset…
atulkhatri
  • 10,896
  • 3
  • 53
  • 89
10
votes
3 answers

Can't find libavcodec when running ./configure for vlc

I am trying to run './configure' for vlc on ubuntu 10.04. But it can't find libavcode libraries for some reason. I have check /usr/lib, it has the libraries, why ./configure can't find it? This is the error from './configure': checking for…
michael
  • 106,540
  • 116
  • 246
  • 346
10
votes
1 answer

MobileVLCKit fails while compiling

I am trying to use MobileVLCKit for iOS in my application. I followed steps given @ Building the Framework for iOS. I have set deploymet target to iOS 7 in my Xcode 5. I used command ./buildMobileVLCKit.sh -f -l to compile the shell file to get an…
Yogi
  • 3,578
  • 3
  • 35
  • 56
10
votes
1 answer

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++, Lua, Python ...) to make a VLC plugin which purpose will be to be called by the VLC player and at specific times of the video stream will do some action. The…
Patrik
  • 1,286
  • 1
  • 31
  • 64
10
votes
4 answers

VLC RTSP live stream to Android

For my app I have to stream from a decklink card to an Android app (I must be a live stream, so either HLS or RTSP seems to be good solutions, since my app targets Android 3+). I recompiled VLC with the decklink sdk, and I am able to live stream to…
Tim Autin
  • 6,043
  • 5
  • 46
  • 76
10
votes
1 answer

Is it possible to get precise timestamps for frames in video file from VLC?

I’m looking to use VLC as the foundation for a video player within my application written in C# (since VLC is one of the few players that can properly decode the format I’m working with), but the primary tasks that I need it to perform are: Ability…
Regs
  • 321
  • 1
  • 3
  • 11
10
votes
3 answers

Censor Plugin or Extension for VLC Media Player

I'm having an idea to create a Censor Plugin/Extension for VLC Player.. Problem Scenario : An Adult-Scene for 1 minute in a nice movie makes it not watchable with Family. My Solution : Create a Plugin/Extension which does the following Reads time…
Dreamer
  • 481
  • 1
  • 5
  • 16
9
votes
4 answers

Delphi XE2 : How can I play video files with firemonkey

I want to make a mediaplayer application using with firemonkey but I can't see any component for videoplayer :( I was trying to integrate VLC (VideoLAN player) to firemonkey but the firemonkey controls don't have window handle. How can I make or…
user1046588
  • 91
  • 1
  • 4
9
votes
0 answers

Using libvlc for multi-format video playback inside an Electron app

I have an idea for a media player GUI, which I'd like to build using Electron (because it's a tool I know well; I realise it's not for everyone). I could do this easily using an HTML
callum
  • 34,206
  • 35
  • 106
  • 163
9
votes
4 answers

How to set HTTP User-Agent for VLC?

I am using VLC's command line option --http-user-agent, but it does not seem to work. My command is $ vlc --http-user-agent 'FooBar/1.2.3' 'http://wiki.videolan.org/' And when I use tcpdump -Xlnn dst port 80 to capture the packets, I see 0x0030: …
Eric Stdlib
  • 1,292
  • 1
  • 18
  • 32