kestrel box with esp32 cam streaming to youtube
two esp32 cameras
192.168.1.50 installed sketch E14 rtsp stream suitable for youtube
prints the rtsp url on the serial screen. in my case rtsp://192.168.1.50:8554/mjpeg/1
remember!! only one client at a time. this error -- Invalid data found when processing input
means you are connected with VLC or another client.
some video of my desk as I tested the sketch
This is under development. It's live condition may be dead. 🐦
192.168.1.234
for the example esp32 webserver stream from the arduino ide examples over http http://192.168.x.xx:81/stream the stream without clicking on the start stream.
See the .sh file. This actually works with the arduino E14 sketch and the ESP32 cam. I had a diffucult time finding info on the esp32 cam streaming to youtube.
I found the answer by setting the search to -- ffmpeg to youtube site:stackoverflow.com
Then I spent a day punching through the ffmpeg options.
The esp32 video is identified by ffmpeg as follows:
Stream #0:0: Video: mjpeg (Baseline),
yuvj422p(pc, bt470bg/unknown/unknown),
800x600 [SAR 1:1 DAR 4:3],
9.90 fps,
9.90 tbr,
90k tbn,
90k tbc
http upload and gallery
https://randomnerdtutorials.com/esp32-cam-post-image-photo-server/
https://randomnerdtutorials.com/telegram-esp32-motion-detection-arduino/