Hello Everyone,
which request should I send to the server to know which channel is actually playing?
Using INFO 2-10 with version Server 2.3.0 a4a7c053 Dev for instance is returning me the following:
<?xml version="1.0" encoding="utf-8"?>
<channel>
<framerate>30</framerate>
<framerate>1</framerate>
<mixer>
<audio>
<volume>0</volume>
<volume>0</volume>
<volume>0</volume>
<volume>0</volume>
<volume>0</volume>
<volume>0</volume>
<volume>0</volume>
<volume>0</volume>
</audio>
</mixer>
<stage>
<layer>
<layer_10>
<background>
<producer>empty</producer>
</background>
<foreground>
<file>
<path>file://C:\CasparCG Server\template/ATHID/INDEX.html</path>
</file>
<paused>false</paused>
<producer>html</producer>
</foreground>
</layer_10>
</layer>
</stage>
</channel>
I cannot see any difference on the on the xml from which understanding if something is playing.
Where I am making a mistake?
Thanks in advance
Federico