Hi,
I have around 10 XT1143 units and I need to stream the HDMI Input from one of them to the other 9 over TCP/IP using RTSP.
How do I go about doing this ?.
As I understand I need to setup one to act as a media server and load a script to start an RTSP media server:
s = CreateObject("roMediaServer")
s.Start("rtsp:port=554")
And on the players I need to do something like this:
rtsp://IP_address:port/hdmi:,encoder:
Is this all the code that I need to run my setup or am I missing something ?.
If not can you please provide me with a script to do it.
Thanks.