Search found 2 matches

Go to advanced search

by cryypt
23 Feb 2023 22:25
Forum: VLC stream-output (sout)
Topic: combine 2 vlc streaming operations
Replies: 0
Views: 985

combine 2 vlc streaming operations

I am trying to stream a camera to a browser. I have been successful in getting the stream to go to a video tag using 2 separate vlc operations: i use the following on the camera device (pi4 running ubuntu 22.10): libcamera-vid -t 0 --inline -o - | cvlc stream:///dev/stdin --sout '#rtp{dst=192.168.1....
by cryypt
23 Feb 2023 21:10
Forum: VLC stream-output (sout)
Topic: On RaspPi3, switched from on board video cam to USB with VLC, how change command line code?
Replies: 1
Views: 1843

Re: On RaspPi3, switched from on board video cam to USB with VLC, how change command line code?

You may wish to try libcamera since they are deprecating the raspicam utilities. This is what I've been using to stream rtsp: libcamera-vid -t 0 --inline -o - | cvlc stream:///dev/stdin --sout '#rtp{dst=192.168.1.18,port=8554,sdp=rtsp://192.168.1.18:8080/cam.sdp}' :demux=h264 be sure to use raspberr...

Go to advanced search