Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote streaming video #50

Open
GiovanniDeRosa1 opened this issue Jan 9, 2025 · 9 comments
Open

Remote streaming video #50

GiovanniDeRosa1 opened this issue Jan 9, 2025 · 9 comments

Comments

@GiovanniDeRosa1
Copy link

Hi, i am using a T-SIMCAM with an a7670e module. I was able to stream video both from the ap and under the local network. Is it possible to stream video that can be accessed by users not under the same network ?
Thanks for the support,
Giovanni

@lewisxhe
Copy link

It can be accessed under the same network. You only need to initialize the specified STA mode. You can access it by entering the ESP IP address in the browser, but the video cannot be streamed under 4G.

@GiovanniDeRosa1
Copy link
Author

is it possible to save videos on the sd ?

@lewisxhe
Copy link

The chip does not support video encoding. It can save pictures to SD. The essence of video is also each picture, but the frame rate is limited by the SD read and write speed and other speeds.

@GiovanniDeRosa1
Copy link
Author

Is there a lilygo solution that allows videos to be saved on an sd ?

@lewisxhe
Copy link

We don't have one, but here is an example, you can refer to https://github.com/jameszah/ESP32-CAM-Video-Recorder

@GiovanniDeRosa1
Copy link
Author

the board has a microphone. is it possible to save audio files in mp3/wav to sdcard ? does it have a built-in codec?

@lewisxhe
Copy link

Can save wav, esp official already has this example
https://github.com/espressif/arduino-esp32/tree/master/libraries/ESP_I2S/examples/Record_to_WAV

@GiovanniDeRosa1
Copy link
Author

I ask for confirmation. Since the schematic does not show me psram, is missing ?

@lewisxhe
Copy link

ESP32S3-R8 has built-in PSRAM. It exists inside the ESP32S3 chip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants