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

Stream to ip address #46

Open
filzek opened this issue Mar 11, 2022 · 9 comments
Open

Stream to ip address #46

filzek opened this issue Mar 11, 2022 · 9 comments

Comments

@filzek
Copy link

filzek commented Mar 11, 2022

Hi,
How could we stream from esp32 to a ip address?

Like I want the esp32 cam to stream to myfeedvideo.io

How could IRTSP to a particular address?

@V45370
Copy link

V45370 commented Mar 11, 2022

I used https://github.com/easytarget/esp32-cam-webserver to do this. You need a domain to point to your static ip address. If you use a router you need port forwarding to (ESP32CAM-IP-ADDRESS):(PORT(default is 81)) and you are done.

@filzek
Copy link
Author

filzek commented Mar 11, 2022 via email

@Bra1nK
Copy link

Bra1nK commented Mar 11, 2022 via email

@V45370
Copy link

V45370 commented Mar 11, 2022

If only 1 person is going to view the stream, you can do it as I explained above. Right now I am viewing my stream with mydomain.com:81/view. However if you need to stream to more people I guess you could use ffmpeg from another PC in the network to upload to youtube for example. This https://gist.github.com/olasd/9841772 seems promising but I haven't tested it.

@filzek
Copy link
Author

filzek commented Mar 11, 2022 via email

@Bra1nK
Copy link

Bra1nK commented Mar 11, 2022 via email

@garudaonekh
Copy link

Hello, I am also finding solution for this---stream to a public IP.

For example, I can setup an RTSP server and let the ESP32-Cam to stream to that server.

@wiwidnadw
Copy link

Here i have project example to stream (esp32cam) into ip address. So this one called as IPCamera, but i using other interface (VB.net). Hope it refresh viewpoint

https://youtu.be/mogghaQbEy8

@filzek
Copy link
Author

filzek commented Oct 5, 2022 via email

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

5 participants