I have a BLE keyring that has a button (and apparently also various sensors). I want my C# application to react to button presses. My issues: * I don't know which Characteristic I should subscribe to. * Even when subscribing to all characteristics notifications, the ValueChanged callback is never called. [...] read more
I am trying to stream video from server with accept-ranges to allow users to change position on client-side video player (in my case jwplayer) When accept-ranges code is included client (jwplayer or opened only in chrome directly from url) plays about 15s normally and after it is every chunk asked [...] read more
I'm currently experiencing an issue using WCF streaming to return a large set of serialized objects over the internet while hosted through IIS. I'm not sure if it is a network issue or a WCF issue, but the symptoms are hard for me to justify as network issues, as I'll [...] read more