petersimonsson / libqatemcontrol

libqatemcontrol implements the protocol used to connect to BlackMagic ATEM switches.
GNU Lesser General Public License v2.1
79 stars 28 forks source link

.png and .jpg uploading causes disconnect (repower needed) #7

Closed deedos closed 10 years ago

deedos commented 10 years ago

using this for example, for a png file: qt5qatemuploader 10.10.0.11 1 /media/dados/CartelaEvento.png QColor::setHsvF: HSV parameters out of range Uploading... The switcher connection timed out

That causes the tvs to loose connection to another Windows Switcher panel connected..Also replicated with jpg file.

petersimonsson commented 10 years ago

Might be that I send to much data in one go as it works with the 1M/E. Will look into it.

petersimonsson commented 10 years ago

Ok, the problems was due to me having missed a part of the protocol telling the client how much to send to the switcher at a time. Fixing that bug surfaced another one that I haven't tracked down yet

petersimonsson commented 10 years ago

The branch mediafix should contain something that will work with your TVS. Still have some problems on 1 M/E though so in a branch for now.

https://github.com/petersimonsson/libqatemcontrol/tree/mediafix

petersimonsson commented 10 years ago

I have now merged this fix into master as I found the problem with 1M/E. (The client was sending too much at once so I added as small delay)