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
0
votes
1 answer

VideoLan VLC player ActiveX

Based on this example I have imported the VLC ActiveX. When I try to put VLCPlugin on my form (or when I create it at run-time) I get an error message: The specified procedure could not be found. (EOleSysError) 4001a321 +019 Vcl50.bpl Comobj …
kobik
  • 21,001
  • 4
  • 61
  • 121
0
votes
2 answers

Can flash player 11 encode microphone raw audio data to AAC or mp3?

We need send h264 from flash to Wowza and after to vlc by RTSP protocol. But if we send sound in Speex codec, we not listens sound. what it is possible to make?
Bimawa
  • 3,535
  • 2
  • 25
  • 45
0
votes
2 answers

VLC Web Plugin on IIS Server through authentication?

I have searched the VLC forums and basically all over google for the past week trying to find some information regarding this, since I'm having problems making videos stream from my IIS server. Sadly, i was not able to find a solution to this, which…
M.P.Goliath
  • 31
  • 1
  • 2
0
votes
1 answer

howto control recording of a webcam

I have a nice work to do for a customer. He has a lab where he has a webcam that records things that happens in the lab work. He has a PLC that controls the lab work. Now we would like to control the start and stop of recording, and save it to a…
wolfgang mrazek
  • 51
  • 1
  • 1
  • 3
0
votes
1 answer

VLC Mosaic effect: Use existing movie source as background with Video Lan Manager / VLM

How can I use an existing movie source as a background in VLC using VLM Video Lan Manager? My current VLM code looks like this: new isight broadcast setup isight input qtcapture:// setup isight output…
user753676
0
votes
1 answer

receiving VLC generated MP4 with PhP is a little messy

Im using VCL to broadcast to my localhost, 127.0.0.1 with UDP (legacy) method. To catch the traffic, I use this code: $address = '127.0.0.1'; $port = 1234; $sock = socket_create(AF_INET, SOCK_DGRAM, SOL_UDP); socket_bind($sock, $address, $port) or…
John Smith
  • 6,129
  • 12
  • 68
  • 123
0
votes
2 answers

Seeking video with VLC web player js

I'm trying to seek through an .avi file that is being streamed from a remote server via vlc plugin for firefox. I was trying to seek through the file. I know that if it is being streamed it could be impossible for the player to know the actual…
Matteo Monti
  • 8,362
  • 19
  • 68
  • 114
0
votes
1 answer

Change logo image in VLC player dynamically

I want to control VLC player via command line in windows 7 64 bit. I want to overlay an image in particular position on a video stream. This can be done easily via vlc command line option. Now I want to change this logo image while video is playing.…
lankabeta
  • 91
  • 2
  • 7
  • 15
0
votes
2 answers

Can't stream Jpegs images over http in C#

I 've a stream of Jpegs images and I'm trying to stream them with HTTP to VLC The code if the following: public HttpListenerResponse StartListening(String where) { listener = new HttpListener(); listener.Start(); …
user361526
  • 3,333
  • 5
  • 25
  • 36
0
votes
0 answers

VLC Convert/Save Not Working In Linux Mint 21.2

Self-explanatory title. I recently installed Mint Cinnamon 21.2 on a new PC, and when converting files from MP4 to MP3 with VLC, the output file is not saved. What I get is an "MP3" file with 0 bytes filesize. The program appears to run in the VLC…
0
votes
0 answers

Play Youtube in VLC with yt-dlp.exe (no ads) -- context menu in Firefox

I want to preface that I have asked many questions already and have consulted developer.mozilla.org and tried even openAI This is my first project and please be patient with me. I have already used a simple bat script to play URLs with the…
0
votes
0 answers

VLC specifying audio device on command line on Windows?

I tried the following command, to play an audio file on vlc that plays on the monitor speaker, instead of the default speaker that plays on my audio interface. vlc.exe --qt-start-minimized --alsa-audio-device "LG IPS FULLHD" "Windows Notify System…
0
votes
0 answers

Is it possible to view TIF image in VLC and if so - how

I'm trying to load Tif image in VLC viewer. It is mentioned that TIF is supported but the image is not displayed. When I do the following: In VLC go to Advanced preferences -> Demuxers ->Image - I uncheck the Decode option and then the image is…
0
votes
0 answers

getting info from a VLC process spawned from Node.js?

I'd like to know at least two things about my VLC video playing: 1) When it has looped and 2) The current timecode (or seconds) of the video which is playing. Here is what I have, the relevant part is like the playVideo function. There does not seem…
prismspecs
  • 1,482
  • 6
  • 20
  • 35
0
votes
0 answers

decoding/accessing the video stream of ip camera model WD6B

I have an ip camera that I'm trying to get a video stream from for use in Agent DVR. I have successfully added a number of other types of cameras but this one is proving difficult as I can't seem to get Agent DVR to see it using any combination of…
Damo
  • 361
  • 4
  • 16