You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.
I have multiple network interfaces (mainly due to Docker bridge interfaces).
When I run the example to connect to my ip cam, it creates a RTP UDP socket from the wrong interface and therefore I do not receive any of the UDP packet from the camera.
Am I missing something?
Shouldn't the local side of the UDP socket be in the same host as the RTSP host at least or shouldn't we offer the possible to select a Network Interface?
Eric
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I have multiple network interfaces (mainly due to Docker bridge interfaces).
When I run the example to connect to my ip cam, it creates a RTP UDP socket from the wrong interface and therefore I do not receive any of the UDP packet from the camera.
Am I missing something?
Shouldn't the local side of the UDP socket be in the same host as the RTSP host at least or shouldn't we offer the possible to select a Network Interface?
Eric
The text was updated successfully, but these errors were encountered: