-
Notifications
You must be signed in to change notification settings - Fork 695
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
ESP-RTSP Streaming Cilent/Server (AUD-5856) #1315
Comments
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. |
How can i make an complete app structure for work in esp32-p4 board..whether still ui,assets will be needed |
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. |
Orelse any other idea to integrate rtsp in esp32-p4..rather than ui side |
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. |
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. |
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.
The text was updated successfully, but these errors were encountered: