Skip to main content

Questions tagged [cvlc]

0 votes
1 answer
195 views

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)...
SHIVAM SINGH's user avatar
1 vote
0 answers
186 views

Is it possible for cec-ctl (NOT cec-client) to work with VLC fullscreen (vlc --fullscreen) from the CLI? NOTE: I am not interested in running VLC from the Desktop. In my case, VLC is started by ...
Thuddwin Smith's user avatar
3 votes
2 answers
8k views

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 ...
Eddy Sorngard's user avatar
1 vote
1 answer
438 views

Is it possible to play a series of video files without showing the desktop or console between each video? I would be fine with simply displaying a black screen for a split second. I do see that there ...
moorej's user avatar
  • 165
1 vote
0 answers
625 views

I have successfully streamed an h264 video over the local network with this command. raspivid -o - -t 0 -n -w 1280 -h 720 -vf -vs -fps 30 -b 3500000 | cvlc -vvv stream:///dev/stdin --sout '#rtp{...
Rex Low's user avatar
  • 111
2 votes
0 answers
1k views

Im trying to stream audio and video using cvlc from a Logitech C920 using RTSP, I have got video to work but not audio. cvlc --sout=#rtp{sdp=rtsp://:8554/} 'v4l2:///dev/video0:chroma=H264:width=1280:...
rtm516's user avatar
  • 46
4 votes
2 answers
21k views

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 ...
Vedant's user avatar
  • 141
8 votes
3 answers
16k views

I've read multiple threads about streaming a Logitech C920 Webcam via raspberry pi with cvlc using basically this command: cvlc v4l2:///dev/video1:chroma=h264:width=800:height=600 --sout '#standard{...
Gotschi's user avatar
  • 618
1 vote
0 answers
1k views

I am trying to setup an audio player in Python using vlc.py bindings, but the simplest of code seems to throw an error. I want it running headless so I am trying all my experiments over SSH. Code ...
sumitkm's user avatar
  • 111
1 vote
0 answers
334 views

My project is to start RASPI camera streaming from Android APP. When android app clicks a button, HTTP POST method accesses a PHP page on RASPI. This PHP page executes shell script which opens VLC to ...
Faiz's user avatar
  • 11
0 votes
1 answer
848 views

I'm trying to capture full field of view video from my Raspberry Pi camera (by full field-of-view I mean video that uses the full 2592x1944 set of pixels on the image sensor but that is downsampled to ...
gboy's user avatar
  • 111
2 votes
0 answers
506 views

I just recently upgraded my series of Pi's (1B+, 2B, 3B) to Raspbian Jessie Lite. Now, when I try to setup a stream with my Pi NoIR Camera as I did in Wheezy, sudo modprobe bcm2835-v4l2 cvlc v4l2:///...
Christian's user avatar
2 votes
1 answer
3k views

I have a Rapberry Pi (model B), wired connected on network. I want to stream using raspistill and save loop jpeg picture into a fifo file. In the other side I want to read this fifo file with VLC, ...
Jérémy's user avatar
  • 121
1 vote
1 answer
1k views

I am able to get audio or video, but not both (I am relatively unfamiliar with the 5k lines of VLC options). /usr/bin/nohup /opt/vc/bin/raspivid -mm matrix -br 60 -co 10 --nopreview -qp 30 -b 200000 -...
user1133275's user avatar
  • 2,216