Skip to content

grantiago/kestrel_box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kestrel box 🦅

kestrel box with esp32 cam streaming to youtube

two esp32 cameras

cam50 🎥

192.168.1.50 installed sketch E14 rtsp stream suitable for youtube

source rtsp tutorial

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. 🐦

cam 234

192.168.1.234

the arduino example streamer:

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.

ffmpeg

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  

useful sources:

http upload and gallery

https://randomnerdtutorials.com/esp32-cam-post-image-photo-server/

long range wifi

https://randomnerdtutorials.com/telegram-esp32-motion-detection-arduino/

About

kestrel box with esp32 cam with youtube livestreaming

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published