Nicolas Graziano
Nicolas Graziano
Hello, sorry I don't know when I'll do that. I'm working alone on this project and it requires a bit of work because I have to support the UplinkDwellTime function....
hi @djorr5, You can try to make the modification. You need to: - manage to compile an example with US915 (this is similar to AS915) for your board - fork...
Hi Concerning the temperature display problem on the main screen, I was about to do a PR with this commit [eb9f48df0c57b900dd0ea0f66a2af9ba6264427e](https://github.com/ngraziano/Vyper/commit/eb9f48df0c57b900dd0ea0f66a2af9ba6264427e) when I saw this PR here. I think my...
Hi, I have try to make SdpFile.ReadLoose accept more error in the sdp file. Can you send me the SDP that generate the error so I can test ? I...
Hi, I have think a little about adding RTSP over HTTP for the server side but I did not start to code. I think that using the same port for...
I had some time so I made a first version of RTSP over HTTP but for now I do not try to put it on the same port.
I do not have access to this kind of material. no way for me to test.
I have add the sending of RTCP RR message in the example, it may help. Can you test ? If it is not working, can you make a capture with...
Sorry, I was totally wrong. I don't know why I was thinking you were using the program as client. As server, the RR can't be the problem. In the capture,...
I made a change to allow `OPTIONS` request to ignore authentication and it seems to work, VLC show the login window. The server do not respond to `DESCRIBE` because it...