-
-
Notifications
You must be signed in to change notification settings - Fork 236
Open
Description
Feature Request: Example for Video Transmission via RTP instead of DataChannel (ESP32)
Description
I am using the ESP32 example provided in the libpeer project for video transmission, and noticed that the current implementation uses DataChannel to send video data.
However, for my use case (low-latency real-time video streaming on ESP32), RTP (Real-time Transport Protocol) is more suitable for media transmission (it is the standard protocol for WebRTC media streams, optimized for real-time audio/video).
I would greatly appreciate it if you could provide a complete example of video transmission using RTP channels instead of DataChannel for the ESP32 platform.
Any guidance, code snippets, or a complete example would be extremely helpful. Thank you for your work on libpeer!
Metadata
Metadata
Assignees
Labels
No labels