Skip to content
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

Protocol used for streaming? #1

Open
sharun-s opened this issue Feb 1, 2018 · 7 comments
Open

Protocol used for streaming? #1

sharun-s opened this issue Feb 1, 2018 · 7 comments

Comments

@sharun-s
Copy link

sharun-s commented Feb 1, 2018

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!

@umar14
Copy link

umar14 commented Aug 8, 2019

@sharun-s Did you find out the protocol used for streaming?

@sharun-s
Copy link
Author

nope @umar14 didn't get much time to work on it

@Gowresh7
Copy link

rtsp protocol is used for streaming

@alur222
Copy link

alur222 commented Apr 8, 2020

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

@Gowresh7
Copy link

Gowresh7 commented Apr 8, 2020

@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

@alur222
Copy link

alur222 commented Apr 8, 2020

@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')

@Gowresh7
Copy link

To view it in VLC remotely, you have to do the following:-

  1. Connect V380 to internet (Plug Ethernet from Router to V380)
  2. Find the IP Address assigned to V380 by the router.(It is advisable to reserve the IP address in router settings)
  3. Enable Port Forwarding in your Router for the V380's IP Address.
  4. Make note of your Public IP (Just Google it.)
  5. 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"
  6. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants