VLC Media Player is a cross-platform, open-source media player.
Questions tagged [vlc]
106 questions
68
votes
6 answers
Is it possible to install VLC?
I would like to install VLC on my Raspberry Pi and wonder if it is possible?
I can not find a distribution that supports it, but wonder if anyone has done this or knows a link to a site or group who has done it. My search on google didn't give…
FarhadA
- 1,847
- 2
- 16
- 20
24
votes
2 answers
How to stream raspivid to Linux and OSX using GStreamer, VLC or Netcat?
How can I stream video stream to Linux or OS X using raspivid and either VLC, GStreamer or Netcat?
JonasVautherin
- 741
- 1
- 7
- 16
13
votes
2 answers
VLC Hardware acceleration
I'm new to Raspberry Pi. I am trying to develop a media player that would use a library like libvlc to do the decoding. Now the problem is that I can't get the hardware acceleration going...
I have read a lot on the internet and but no one seems to…
Helder AC
- 269
- 1
- 2
- 6
11
votes
2 answers
How can I get Raspivid to skip h264 encoding? (getting rid of 5 second latency streaming video)
There are gazillions of forums and threads about getting rid of a 5 second latency when using a Pi together with a PI-Cam as a surveillance camera. Many tutorials show how to use vlc to encode and stream the images using the RTP protocol which…
Louis Somers
- 283
- 1
- 3
- 10
7
votes
4 answers
No sound output in VLC
I installed VLC, but I can't hear anything through the analog output (jack output) when I play a MP3 file or a video.
I'm using Debian Wheezy.
I already did some steps to test alsa sound, like this:
sudo aplay…
Mr_LinDowsMac
- 421
- 2
- 7
- 16
6
votes
3 answers
Is it possibly to have my pi play videos stored on my external hard drive?
im very new to all this, and i want to know if its possibly to have my raspberry pi play movies and such that i have stored on a WD My passport 500GB External Hard Drive. ive mounted the hard drive i think, and i still need to set it up to…
mobious
- 61
- 1
- 1
- 6
6
votes
2 answers
Unable to start X after Cheese and VLC are installed
I installed Cheese and VLC from the Raspbian repositories. The programs worked perfectly until I tried to restart the computer. Now, after executing startx I get a black screen. After killing X I see the following error message:
No protocol…
hellocatfood
- 267
- 4
- 10
4
votes
2 answers
VLC - Unable to open MRL 'v4l2:///dev/video0'
I have been trying to stream live webcam footage from my PS3 eye toy (connected to RPI through USB).
I downloaded VLC and ran:
vlc 4l2:///dev/video0
But I keep running into the error
VLC is unable to open the MRL 'v4l2:///dev/video0'
I even…
Vedant
- 141
- 1
- 1
- 2
4
votes
1 answer
How Can I Stream Video from SD Card over Ethernet via RTSP?
Problem:
I need to stream a video file from my RPi SD card over RTSP to display on a client computer. I'm new to RPi and Linux-based interfaces. I'm also new to RTSP and video streaming.
My hardware:
Raspberry Pi 3B running Debian, updated to…
Stephen
- 41
- 1
4
votes
0 answers
How do I delay video from the raspberry pi camera module and output it through hdmi?
I would like to have my camera module take video, delay that video for 15 seconds, and then have it sent through the HMDI cable to a monitor.
I am new to Raspberry Pi's and figured the best way to learn would be by jumping right in... and I got a…
Garet Webster
- 41
- 3
3
votes
2 answers
Raspberry Pi to iPhone Audio Streaming
I am trying to figure out how to get as close to real time streaming as possible from Raspberry Pi to an iPhone (more particularly just an HTTP stream so iPhone or Android could use it). The Raspberry will have a Behringer UCA202 connected to it.
I…
tluck234
- 31
- 1
- 2
3
votes
1 answer
Capture AV/HDMI and stream over the network? (+IR extender too, maybe?)
Is it possible to have the Pi take-in/capture footage then stream that footage over the network?
Could I also attach an IR receiver to one Pi, and have it repeat from an IR receiver on another Pi?
My hopes are to have the ability to capture the…
James
- 39
- 2
3
votes
1 answer
VLC does not release webcam resource
I have bought the NoIr cam for the Raspberry Pi. I stream the video of that camera to my other Ubuntu server using VLC:
cvlc v4l2:///dev/video0 --v4l2-width 1920 --v4l2-height 1080 --v4l2-chroma h264 --sout…
Christophe De Troyer
- 53
- 1
- 8
3
votes
2 answers
Streaming from the camera only when required?
Although I don't know much about video encoding and such I know how to stream video from the camera board with vlc by piping the output of raspivid into cvlc. Despite the horrific lag, it works well.
However, my other concern is streaming video…
Jobbo
- 131
- 4
3
votes
2 answers
Problem using vlc without X
After having used OMXPlayer for many years, I am now trying to install vlc for command line on a Raspberry Pi B+ (Buster Lite) without X:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install vlc-bin
Testing vlc with cvlc…
Eddy Sorngard
- 71
- 1
- 6