benbatya
benbatya
Oh, this happens with the media-server-demo-node in the /svc demo. Thanks!
I pulled out the handy wireshark and it seems like the handshake never completes because the server doesn't receives the ClientKeyExchange message or the server never sends the ChangeCipherSpec message...
I filtered out the ports to just 8000. It seems like there is eventually a New Session Ticket at packet 79 but the SSL_CB_HANDSHAKE_DONE is never received. I wonder if...
The server IP has the correct ipv4 address. interestingly the ssh uses the ipv6 address...
So what should I be filtering for? there's no udp communication over port 8000
console looks good... :-) [ww-client-output.txt](https://github.com/medooze/media-server-node/files/4602229/ww-client-output.txt) (I switched my domain name with ...) I checked that I could connect to the wss and after switched server certs, I finally figured out...
I'm guessing that the AutomaticWindowPositionAndResize property might be conflicting with the custom resize code in FboOffscreenWindow::OpenGLInitState()
Just override the standard keybinding like this > { "keys": ["ctrl+."], "command": "rust_goto_definition" }, in your user keymap. Works in ST3
Sorry, I just found it easiest to add it to python_tf_bodypix. Not professional at all... It does work nicely with the 120deg FOV camera https://www.amazon.com/Spedal-Conference-Streaming-Microphone-Desktop/dp/B07TDQ8NL3 It works but scaling up...
On this branch (https://github.com/benbatya/python-tf-bodypix/tree/autoframe_feature) I'm getting about 13fps. I scale down a high resolution to width=640 and maintain aspect ratio, run bodypix on the smaller image and then scale the...