WebRTC icon indicating copy to clipboard operation
WebRTC copied to clipboard

How to initiate a desktop stream from VLC?

Open chilman408 opened this issue 3 years ago • 4 comments

I'm trying to stream a desktop from an Ubuntu Box using VLC and this command: cvlc screen:// :screen-fps=15 :live-caching=450 :sout='#transcode{vcodec=h264,venc=x264{qp=21},acodec=none,scodec=none}:rtp{sdp=rtsp://:8554/ch0.h264}' :no-sout-all :sout-keep

This stream fine to the Picture-Entity card.

But when using Webrtc-camera card, I'm getting this error: ERROR: Camera send statusRTSP/1.0.461 Client error

Can anyone tell what I should change to make this work with WebRTC?

chilman408 avatar Jan 07 '22 23:01 chilman408

Hi, wondering if anyone could help out with this. I'm trying to get a VLC stream working, let me know if there is anything from the commandline perspective that I can change to make this work.

chilman408 avatar Jan 26 '22 17:01 chilman408

VLC seems to have incorrect support for the RTSP specification

AlexxIT avatar Feb 06 '22 12:02 AlexxIT

Thanks, Do you have specifics on which part is not correct? I can connect with VLC to see if I can get something resolved.

The odd thing is that the regular camera card in HA support the VLC RTSP stream but not this.

chilman408 avatar Feb 06 '22 18:02 chilman408

Check my new project. Maybe it handle this situation https://github.com/AlexxIT/go2rtc

AlexxIT avatar Aug 21 '22 11:08 AlexxIT

Closed because no response

AlexxIT avatar Jan 02 '23 12:01 AlexxIT