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

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

Open
ManikandanVaradharaj opened this issue Nov 13, 2024 · 6 comments
Open

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

ManikandanVaradharaj opened this issue Nov 13, 2024 · 6 comments

Comments

@ManikandanVaradharaj
Copy link

ManikandanVaradharaj commented Nov 13, 2024

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.

@github-actions github-actions bot changed the title ESP-RTSP Streaming Cilent/Server ESP-RTSP Streaming Cilent/Server (AUD-5856) Nov 13, 2024
@TempoTian
Copy link
Contributor

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.

@ManikandanVaradharaj
Copy link
Author

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

@TempoTian
Copy link
Contributor

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.

@ManikandanVaradharaj
Copy link
Author

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

@TempoTian
Copy link
Contributor

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.

@ManikandanVaradharaj
Copy link
Author

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.

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