Ryan Winter

Results 56 comments of Ryan Winter

I poked around with this the other night, mostly trying to play the RTSP stream with no success. I was able to connect to the rtsp server with openssl and...

Foreign for me as well, been a crash course of hacking my network :) I have an android device which I will take home and have a look at what...

@chaddotson, this just means that all communications needs to be initiated through Netgears servers. Not really a problem as such, but kind of annoying cause it would be speedier to...

I duplicated some work with the basestation to see if I could get something working, however I'm having some initial problems with the sseclient. ``` url = SUBSCRIBE_ENDPOINT + "?token="...

I'm blocked by this at the moment, does anyone have any insight?

This makes sense, the part I'm having issues with is line 52/53. What is the purpose of line 52? I'm getting the data = "", but then SSEClient throws an...

Ok, so making some progress, it seems I had install sseclient, instead of sseclient-py :|

Awesome, so this is pretty much as expected. The Arlo Q cameras act as their own base station.

Hi @gdelazzari, Thanks for your detailed issue, I think I can see what is going on here. Are you adding the `-Wold-style-cast` to the `CMAKE_C_FLAGS` CMake property in your toolchain?...

Oh I just read this again, and I see that the error is when you are compiling c++ files that then include tx_api.h. Let me investigate further.