Protocol used for streaming?
Hi! Thanks for putting this up. Just wondering what is involved, to port the app to windows. Before I go digging around in the code, I thought I'd ask if you know what protocols are in use for camera discovery and streaming? Thanks again!
@sharun-s Did you find out the protocol used for streaming?
nope @umar14 didn't get much time to work on it
rtsp protocol is used for streaming
hi @Gowresh7 can you help me pls. I am trying to view my camera from the office using VLC. Should I just use the public IP of my router at home to access it? thanks for the help
@alur222 You have to port forward the V380's ip address in your office router. Then using your public ip you can live stream in VLC from home
@Gowresh7 Hmmm how is the app doing it? I mean wherever I am, for example at the park, using mobile data I can access my camera using the App. What I want to achieve is to also be able to view it using VLC while I am in another house (parents')
To view it in VLC remotely, you have to do the following:-
- Connect V380 to internet (Plug Ethernet from Router to V380)
- Find the IP Address assigned to V380 by the router.(It is advisable to reserve the IP address in router settings)
- Enable Port Forwarding in your Router for the V380's IP Address.
- Make note of your Public IP (Just Google it.)
- The V380 rtsp url is generally in the format "rtsp://
/live/ch00_1". After port forwarding is enabled, the url will change to "rtsp://public-ip:port/live/ch00_1" - Using this IP, you can live stream in VLC. Note: You will not be able to ptz control the camera movements. I have a different method for that purpose. Will upload the source code for that shortly.