jamesdlow
jamesdlow
That line isn't how fast it sends the image, that tells it to resend the image again just before the TCP connection times out. It tries to send the frames...
Yes, basically the original AirPlay protocol is over HTTP. You either send an image or URL to webserver serving audio or video. The URL can be on a different server...
Hi, what did you want to do with the cursor exactly?
I would love this too since I think the transition deadline from Google is July 1, 2023
Would love to see this added too.
Experiencing the same issue on Mac too.
I replied before that I had this issue, but on the current version (9.2.2) I can no longer replicate the issue. There was a recent update (May 16th 2024) that...
I've tried wrapping in a `Device.BeginInvokeOnMainThread` incase that helped, but it didn't.
I've also double-checked, I can receive MIDI from my device.
Ok, so if I set length to 0, i.e. `output.Send(new byte[] { MidiEvent.NoteOn, 0x40, 0x70 }, 0, 0, 0);` there is no error, but this sends no MIDI data. But...