Download a .mp4 file from my web server to ESP32 SD Card
Posted: Wed Apr 14, 2021 7:14 am
Hello All,
I am new to ESP-IDF and am trying to do a project to download a video (.mp4) from server and then stream it on local host.
So the project is mainly divided into 2 parts,
First, I am planning to download few videos ( https://www.pexels.com/video/1812902/download/ and few others similarly) into SD card
Second, Stream these videos through local server. (For streaming I got few examples through ESP32-CAM projects )
So initially when Internet is available it downloads all videos and on a command through some means (Maybe App or BLE) It starts it's own server and presents the videos
If any example for the first problem is available please do share.
Regards,
I am new to ESP-IDF and am trying to do a project to download a video (.mp4) from server and then stream it on local host.
So the project is mainly divided into 2 parts,
First, I am planning to download few videos ( https://www.pexels.com/video/1812902/download/ and few others similarly) into SD card
Second, Stream these videos through local server. (For streaming I got few examples through ESP32-CAM projects )
So initially when Internet is available it downloads all videos and on a command through some means (Maybe App or BLE) It starts it's own server and presents the videos
If any example for the first problem is available please do share.
Regards,