Page 1 of 1

Output of Mosaic (of 3 RTSP IP cams) to Chromecast

Posted: 16 Jan 2019 15:17
by Travolta_82
Hi, I have been successfully streaming my individual IP Camera RTSP feeds to my chromecast using the command prompt and have recently been investigating if it is possible to create a mosaic of my three camera feeds, and output that to the chromecast instead.

Using a vlm.conf file, I am able to create a mosaic that displays locally, however I am unsure what elements of the file I need to adjust to output it to a chromecast.

The line in my vlm.conf I am struggling with is...

Code: Select all

setup mosaic output #transcode{sfilter=mosaic,vcodec=mp4v,vb=8500,acodec=none,fps=25,scale=1}:display
Presumably I need to change the :display to something else, my command line (for a single stream) has the following parameters that work...

Code: Select all

--sout "#chromecast" --sout-chromecast-ip=192.168.0.50 --demux-filter=demux_chromecast
but I can't figure out how to combine the two.

For info, I am running VLC 3.0.6 on Windows 10

Is there any chance someone may be able to point me in the right direction with this?
Any help would be greatly appreciated,

Many Thanks,

Steve

Re: Output of Mosaic (of 3 RTSP IP cams) to Chromecast

Posted: 10 Feb 2019 22:44
by Jean-Baptiste Kempf
Replace "display" by "chromecast" in the vlm.conf