esp-adf icon indicating copy to clipboard operation
esp-adf copied to clipboard

ESP-RTSP Streaming Cilent/Server (AUD-5856)

Open ManikandanVaradharaj opened this issue 1 year ago • 7 comments

Is your feature request related to a problem? Please describe.

No,It's not an problem.I'm checking this feature availability for my requirement.

Describe the solution you'd like

I'm using Esp32-p4 ev board in that can i add the features for esp-rtsp as a client.with that if i set the ip address it should connect the live stream in rtsp..the streaming will comes form different module with rtsp.

ManikandanVaradharaj avatar Nov 13 '24 07:11 ManikandanVaradharaj

Yes, you can take the example as a reference: https://github.com/espressif/esp-adf/blob/master/examples/protocols/esp-rtsp/main/rtsp_service.c ignore the server related code.

TempoTian avatar Nov 13 '24 09:11 TempoTian

How can i make an complete app structure for work in esp32-p4 board..whether still ui,assets will be needed

ManikandanVaradharaj avatar Nov 13 '24 09:11 ManikandanVaradharaj

If you need UI support for P4 you can select LVGL, there are also esp_ui https://components.espressif.com/components/espressif/esp-ui/versions/0.1.1~1?language=zh can help to setup the UI related things, currently we have not add UI in the example code, just have code to demo RTSP usage for both server and client.

TempoTian avatar Nov 13 '24 09:11 TempoTian

Orelse any other idea to integrate rtsp in esp32-p4..rather than ui side

ManikandanVaradharaj avatar Nov 13 '24 10:11 ManikandanVaradharaj

Without UI, RTSP can run in service mode that need no UI, you get your stream data then send out through RTSP api, it just like the example do.

TempoTian avatar Nov 13 '24 10:11 TempoTian

Here i need to set the wifi connection first after that set ip address in esp32-p4 ev board,it should connect the server..for this requirement how can i run in the display without UI intreacts.

ManikandanVaradharaj avatar Nov 13 '24 11:11 ManikandanVaradharaj

@ManikandanVaradharaj you can use cmd: join (ssid) (pass)

jimforr avatar Aug 21 '25 03:08 jimforr