If you want to stream Youtube video
you need to install youtube-dl brew install youtube-dl and then do:
./StreamVideo -i $(youtube-dl -f bestvideo -g https://youtu.be/CZ9Pu9Usk5o) -d 123x48 -a 192.168.1.22
Any luck with this?
I am struggling with the same to find an implementation.
I believe it should be pretty simple, but same as you, I am missing the starting point.
Any info or insights you have gained will be appreciated.
--Abhinav
martinius96:
Yes, dislike that, I spent 3 months making code and now you think I will send it to you because you simple want it... haha, NO.
If someone is interested in buying code, or binary file (will cost less), then contact me at: martinius96@gmail.com
I hope I can remember your nick, but I'm pretty confident that I will.
Now people will be motivated to duplicate your efforts and give it away for free to thank you. If an ESP32- CAM can serve up a single frame, then serving up repeating frames should be fairly easy.
Has any one get the solution to this exact scenario: where the stream of the esp32-cam can be post directly to youtube or any other rmtp server. I have done POC with raspberry pie and android OS but didn\t get any success for esp32-cam.
@5ran6 thanks for sharing your article but it is not showcasing solution expected in the thread as it is making the esp-32 as local streaming server which can be accessed over local wifi network, however expected is to have a sketch that will publish the stream to some server like youtube. as similar to