Chris Wiggins
Chris Wiggins
Hi @hnguyen48206 - I haven't updated this module in a long time, but are you able to provide your Dockerfile and your run command and I can try and help...
Actually hold that thought - the reason this won't be working if you're using the docker `-p` option, is that this requires UDP directly too. UDP won't port forward into...
I haven't tested on Windows - presume this is a path parsing issue. Happy to review a PR that fixes this!
@saket424 What changes exactly? Have you tried the fork?
Can you please recompile with debug logging on and post the output from error.log ? On 24/04/2017, at 12:18 AM, notmark wrote: Experiencing an issue where nginx process hits 100%...
Great write up of your issue! The problem here is you’re port-forwarding the RTSP port, however RTSP uses RTP (over UDP) under the hood to stream the video, on different...
Kubernetes doesn't have networking problems with UDP if you're running pod-to-pod communication (we do this). The issue is definitely if you're trying to to push data from outside Kubernetes to...
Wow neat! Hadn't heard of Multus so naively dismissed the idea. Apologies. Could definitely make the library bind to an interface but unfortunately not something I have time for at...
@RobotnickIsrael please open a new issue for something unrelated - but I can confirm that this is working fine on my end. What version of node are you running?
This does work if you pass in an array of hostnames for the addresses. You can also use hostPreference inside your config as well to specify preference for a specific...