livekit / python-sdks

LiveKit real-time and server SDKs for Python
https://docs.livekit.io
Apache License 2.0
74 stars 24 forks source link

Is it possible to send RTP packets(UDP) to the video track #157

Open dujeong opened 5 months ago

dujeong commented 5 months ago

I was wondering if I could video stream RTP(Real-time Transport Protocol) packets coming in via UDP communication. I want to send RTP packets sent from gstreamer through webrtc. I don't have any knowledge of streaming, so I ask for advice..

theomonnom commented 5 months ago

Currently, we do not offer an RTP API, but it is on our list of planned enhancements. However, it is not a high priority at this time, so I can't provide an ETA

davidzhao commented 5 months ago

@dujeong please take a look at livekitwebrtcsink from GStreamer

dujeong commented 5 months ago

@theomonnom I'm glad it's in your plan. I hope the priority for this will increase : )

@davidzhao I didn't know Gstreamer had this option. Thanks for letting me know~ I'll read it carefully!