Skip to content

Example for Video Transmission via RTP instead of DataChannel (ESP32) #255

@wilsonlv

Description

@wilsonlv

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions