I have been able to create a 3x3 autowall using the examples provided in the docs here https://docs.brightsign.biz/display/DOC/Autowall
I can get both an rss ticker and video playing using video from an MRSS feed or by setting the video src in the html5 to a unicast udp stream. If I try to use a multicast feed the video does not load. I tried setting the video src="rtp://239.192.0.1:5004" but the video does not play. I was able to get a unicast video to play using src="udp://@10.51.70.30:8090".
Does Autowall support an rtp stream and if so, what is the correct form or the mrl?