CasparCG / help

File an issue here if you need help with CasparCG by the community-led support :+1:
https://casparcg.com
74 stars 8 forks source link

AMCP 2.3 lts INFO SERVER issue #56

Open dust63 opened 1 year ago

dust63 commented 1 year ago

I can see that the INFO SERVER command not returning information like consumers. The 2.3 return result like INFO command

2.3 command lines

VERSION
[2023-02-15 23:38:08.141] [info]    Received message from Console: VERSIOn\r\n
#201 VERSION OK
2.3.2 4de6d18f Dev
INFO SERVER
[2023-02-15 23:38:14.317] [info]    Received message from Console: INFO SERVER\r\n
#200 INFO OK
1 720p5000 PLAYING

2.0.7 command lines

[2023-02-15 23:39:42.486] [6124]  [info]    Received message from Console: VERSION\r\n
#201 VERSION OK
2.0.7.aecd9cf Stable
INFO SERVER
[2023-02-15 23:39:49.669] [6124]  [info]    Received message from Console: INFO SERVER\r\n
#201 INFO SERVER OK
<?xml version="1.0" encoding="utf-8"?>
<channels>
   <channel>
      <video-mode>PAL</video-mode>
      <stage/>
      <mixer>
         <mix-time>1</mix-time>
      </mixer>
      <output>
         <consumers>
            <consumer>
               <type>oal-consumer</type>
               <index>500</index>
            </consumer>
            <consumer>
               <type>ogl-consumer</type>
               <key-only>false</key-only>
               <windowed>true</windowed>
               <auto-deinterlace>true</auto-deinterlace>
               <index>600</index>
            </consumer>
         </consumers>
      </output>
      <index>1</index>
   </channel>
</channels>