-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to change default RTSP port #162
Comments
Hello albenex! You can try the port 8001. In my camera, it's a clone of port 554.
Another option is a little more complicated: you can use the dropbearmulti binary available in this github repository to connect to a SSH server in your raspberry PI. Using the dropbear client (dbclient), open a SSH tunnel mapping the remote port on you raspberry, let's say, 64554, to the local 554 port. To avoid being asked for credentials, you export the environment variable I do something very similar with the following code inside
I actually use it to get past a NAT444 that my ISP has deployed on 4G networks. My first option was using a VPN (like WireGuard), but I couldn't find a client already compiled for this architecture (ARMv6), unfortunately. |
hi, anyway at this time I ended up with a public IP 4g connection so i would avoid using raspberry so for this reason i excluded dropbear trick (already thinked about it..) as raspberry often get stuck so not very reliable for continuative remote access. Another option is to acquire stream and transcode to a different port, also adding security login. I will try 8001 port thing, seems an easy one.. even if i'd have to set a password (cameras provide passwordless access.. not ideal for remote public access) however if anyone got how to modify p2pcam setting it would be great! |
Hi,
i've 2 of these cameras and i would control them remotely.
unfortunately my router can't map internal/external ports with different port number so I need to change default RTSP port (554) to a different one.
is this possible?
otherwise a workaround could be to transcode stream with a local raspberry and send it to a different socket.
however in this case i'd lost streams if raspberry freezes.
thank you in advance.
The text was updated successfully, but these errors were encountered: