Page 1 of 1

Mosaic View of a TS Stream

Posted: 18 Jun 2020 12:23
by ChristianH
Hi,

I try to show all programs provided in one ts stream. I unluckily only found examples which require different input streams.
I also have no idea how to switch a program inside the stream without reloading the ts file and providing program=nr parameter.
Maybe someone has an idea.

Regards
Christian

Re: Mosaic View of a TS Stream

Posted: 18 Jun 2020 13:38
by mfkl
Can you share some code of what you tried so far please?

Re: Mosaic View of a TS Stream

Posted: 18 Jun 2020 16:21
by ChristianH
I just tried this script: https://github.com/mfay/vlc-mosaic

The input would be always the same link. I provide the stream via TCP and VLC opens the tcp stream a couple of times, depending how many inputs I have.

Re: Mosaic View of a TS Stream

Posted: 18 Jun 2020 16:54
by mfkl
Have you tried various programs related options? https://wiki.videolan.org/VLC_command-line_help

like

Code: Select all

--programs=<string> Programs Choose the programs to select by giving a comma-separated list of Service IDs (SIDs). Only use this option if you want to read a multi-program stream (like DVB streams for example).

Re: Mosaic View of a TS Stream

Posted: 18 Jun 2020 17:22
by ChristianH
Thanks I did not tried it before, but I don't see a way to present them.