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

How should the data of the received video be processed after the SIP protocol is interoperable, so that livekit can be forwarded to other participants? #205

Closed
sunnytzh opened this issue Oct 17, 2024 · 1 comment
Labels
question Further information is requested

Comments

@sunnytzh
Copy link

 1.Interfacing with third-party platforms through the SIP protocol: After establishing UDP communication after expanding the SDP information of video, what processing should be performed on the received video data (whether it needs to be decoded, what format it needs to be decoded into, and then whether it needs to be re-encoded into a specific format), and which interfaces can be successfully forwarded to other video conference participants.
  2.How to process the real-time video data of others in the video conference on the livekit side, how to synthesize a picture during processing, and then how to process the synthesized video data, which can be encapsulated into RTP data packets and sent to the peer.

Thankyou!

@dennwc dennwc added the question Further information is requested label Oct 17, 2024
@dennwc
Copy link
Contributor

dennwc commented Oct 17, 2024

As you may know LiveKit SIP doesn't support video at the moment, as was discussed in #192. Please post these question to the relevant issues instead of creating new ones. Thank you.

I will update #24 to list current blockers.

Closing as duplicate of #192

@dennwc dennwc closed this as not planned Won't fix, can't repro, duplicate, stale Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants