Questions tagged [vlc]
VLC Media Player is a cross-platform, open-source media player.
106 questions
0 votes
1 answer
54 views
How do I play back a low latency audio and video stream from a HDMI capture device?
I have a HDMI capture USB dongle that I've hooked up all my retro games to, and I want to display it through my Raspberry Pi 4 so that I can play both emulated and real hardware games on the same VGA ...
0 votes
0 answers
33 views
Missing subtitles when playing live stream with OMXPlayer
When playing the following live stream from NRK with OMXPlayer, no subtitles can be displayed: https://nrk-live-no.akamaized.net/nrk1/muxed.m3u8?adap=small #EXTM3U #EXT-X-VERSION:3 #EXT-X-INDEPENDENT-...
0 votes
1 answer
195 views
Getting `segmentation fault` while running a video using `cvlc`
I have a raspberry pi model 4B. This the os version I have PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)...
0 votes
0 answers
231 views
VLC segmentation fault when trying to play video RPi 3b
I see it complains about not finding a proper vout display in stack trace, but! It works fine on another RPi somehow. Please help. I had to chop off some lua and alsa debug info in the middle because ...
-1 votes
1 answer
3k views
Graphics Problem on Raspberry Pi 4 (4GB RAM) on Browsers and VLC
I have a Raspberry Pi 4 (4GB) that works fine graphically when I remote desktop into it, as soon below However, when I open Firefox or Chromium, I get distorted graphics. Additionally, when I use my ...
0 votes
1 answer
457 views
VLC - main decoder error: failed to create audio output
Just installed Raspberry Pi OS Lite 64 bits (no desktop) thanks to "Raspberry Pi Imager" I did sudo apt-get upgrade sudo apt-get update sudo apt-get install vlc I want to play a random mp4 ...
1 vote
0 answers
438 views
gstreamer problem
I want to try gstreamer to do live video streaming with VLC player. Raspberry pi 4 model B. Bookworm OS, 32 Bit Linux raspberrypi 6.1.0-rpi4-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.54-1+rpt2 (2023-10-05)...
1 vote
1 answer
458 views
Can't play song on startup using Python and rc.local
I have a python app called main.py, that runs upon startup using rc.local. During this app's runtime, it runs an external bash script 'play.sh' that runs vlc to play a song. The code in the 'play.sh' ...