CESNET / UltraGrid

UltraGrid low-latency audio and video network transmission system
http://www.ultragrid.cz
Other
485 stars 55 forks source link

Control Port Stats on decoder side issue #366

Open TheSashmo opened 6 months ago

TheSashmo commented 6 months ago

Seems like the control ports stats when enabled only report back two channels instead of 16 when the encoded signal has 16 coming into the decoder. Using release version, I have not tried continuous.

mpiatka commented 6 months ago

I've changed that a while ago in the continuous version which can now report more audio channels. Right now it's limited to 8 though. Would raising the limit to 16 be enough your use case?

TheSashmo commented 5 months ago

Yes that would be correct. Ideally should match what the encoder supports.

mpiatka commented 5 months ago

Alright, I made the default 16 and also made it configurable through --param control-report-audio-ch-count=<count>.

TheSashmo commented 5 months ago

OK thanks I will test it!