Hello guys
I have a ESP32-Cam, currently trying to connect the Blynk App Video Stream Widget.
Has anyone successfully got the stream to work. I have tried looking into https://github.com/geeksville/Micro-RTSP/
But i’m having trouble getting this to work.
I’m fully aware that Blynk needs a RTSP stream link almost like our DVR camera’s. But i have no clue how to load the correct code onto the ESP32.
Thanks all!!
That library won’t work well with Blynk as it stands, because there’s too much code in the void loop.
One person claimed to have had success streaming video to the app with this hardware:
Thanks a lot Gunner! I’ll read about it and will share if I’ll find a solution.
Regarding the port, the serial print gives you the IP address. When opening it, it sends you to a configuration page + the streaming together. When you copy the streaming link it gives you the address with the port that I shared where you can see only the video.
BTW, I did succeed in streaming video from a video streaming app to Blynk, and it works great, but it’s for another post
But, he’s not said how, and hasn’t been seen on the forum since 30th July. If you figure out how to do it then please share your findings!
Pete.
If i find a solution i will indeed.
psoro
October 18, 2019, 11:17am
4
I’ve got 2 boards coming so it will help!
Thanks
I would really appreciate that, do you by any chance use discord?
psoro
October 18, 2019, 11:29am
6
Rubikscube:
discord?
I don’t know what it is… should I??
Its a chat program. but no worries
gydota
October 18, 2019, 6:38pm
8
Hello people!
I was able to get a video stream for Blynk.
I used this instruction https://github.com/geeksville/TenDollarWebcam but I’m not using RTSP but HTTP. The advantage of this connection is the rapid download of the video stream. In order to be able to connect outside the LAN, you need to forwarding 80 port, but this requires a static IP.
But there is one downside to connecting to only one device.
psoro
October 18, 2019, 8:11pm
9
Thanks for the info @gydota !
Regards
But if you not using RTSP how are you streaming video from the Blynk App? i thought it only reads RTSP.
I can easily program a button to point it to the video stream, but i want to beable to use the Video Stream Widget
gydota
October 20, 2019, 1:48pm
11
Video Stream Widget can read HTTP
1 Like
Is that on Android or iOS?
Can you give us an example of the URL that you’re using in the video streaming widget?
Pete.
So the URL for the ESP32 Cam i get is http://10.1.1.37 straight to camera no added features or anything like that so its a direct URL to the Camera.
The Device im using is IOS.
Another test i did, I used Arduino CameraWebServer example and get a Video stream link http://10.1.1.37:81/stream
Surely Blynk can stream that with the Video Widget but it doesn’t.
Edit: just to be clear i am doing all this in a local environment.
gydota
October 20, 2019, 2:21pm
15
I was also able to configure it to be viewable from outside the LAN
This is awesome!, could i get your sketch for the ESP32-Cam by any chance? if possible
Having the URL tattooed on your finger was taking things a bit too far
Pete.
4 Likes
Sorry to bug you gydota but do you still have the sketch on your ESP32-Cam? Pleeeease!
I use the Blynk ESP32 Cam Example and my link is http://xx.xx.xx.xx:81/stream and using that link on the Blynk App doesnt work in Video Streaming