MrArca9

Results 10 comments of MrArca9

If this was to be added, then it would require a video file to be streamed to the service. The workflow would be something along the lines off: Select Server-...

The other solution was to create a generated file from code with the proper bit rate. (Trying real hard to not use base64 for file creation lol) Could (possibly?) pack...

The server selection support via checkbox is now sitting in pull requests, and should be added soon.

Can confirm I am having a similar problem as well. Confirmed TLS 1.2 is enabled on the windows 7 machine Used with and without: client.SslProtocols = SslProtocols.Tls |SslProtocols.Tls11 | SslProtocols.Tls12;...

Is there a parameter we can use to pass KeyDown through the window? I have an application that goes fullscreen and uses ESC to exit, however the window cannot capture...

when i was mucking around in someone else's fork i had this issue. I actually had to go into one of the player cs files to modify the height and...

Any chance of giving the .MediaSource a call to manipulate the VideoFormatCallback internally? Something along the lines of .MediaSource.AspectRatio = AspectRatio.XXXX, just to simplify changing the aspect ratio. Also, thanks...

Thanks for the reply, Yes it would actually be very nice to implement. The main downside to using the image dourve is the requirement that the frames need to be...

Using basic http authentication you can pass the request to the API with an 'Authorization' header in the http get request. The user would have to create a token for...

I have NO idea what i'm doing in QML. I'm not sure what/how/who/wtf this language is but i managed to hack my way through it. For those coming here from...