Anders Gustafsson
Anders Gustafsson
_From @GoogleCodeExporter on January 20, 2016 12:59_ ``` 4 color component mode is part of "baseline" specification. It would be great to have it supported. ``` Original issue reported on...
_From @GoogleCodeExporter on January 20, 2016 12:59_ ``` What steps will reproduce the problem? 1. Run the fjexample silverlight sample code. 2. Open task manager and watch iexplore.exe process. 3....
_From @GoogleCodeExporter on January 20, 2016 12:59_ ``` How hard would it be to add hierarchical JPEG support? Is hierarchical Jpeg part of the "baseline" spec? Happy to help if...
When trying out a very simple client example on Universal Windows Platform, UWP, [XmlRpcUrl("https://xxx/UserInterfaceServlet/")] public interface IService : IXmlRpcProxy { [XmlRpcMethod("userInterface.execute")] string Execute(Hashtable parameters); } var proxy = XmlRpcProxyGen.Create(); var...
According to [this](https://www.linphone.org/docs/liblinphone/group__IOS.html) document, there are a number of actions recommended to ensure reliable network connections on iOS. Please implement the workarounds for managing WWAN connection and IP connection state...
I appreciate that the Android sample has recently been updated with video display. It would be very helpful if the iOS sample could be updated with the corresponding functionality, and...
**Describe the bug** According to the [README](https://github.com/theRainbird/CoreRemoting/blob/master/README.md) file and [wiki Configuration page](https://github.com/theRainbird/CoreRemoting/wiki/Configuration) websockets should be the default communication method. However, browsing the `RemotingServer` and `RemotingClient` classes reveals that `TcpServerChannel` and...