Re: [webrtc-rtptransport] How to (poly)fill out customPeerConnectionWithRtpSender() ? (#69)

In theory, I think you should be able to generate the SDP with:
- pc = new RTCPeerConnection()
- pc.addTransceiver('video')
- pc.setCodecPreferences(h264)
- pc.createOffer()
For sending the packet, I think you need the EncodedSource API that @guidou is defining, due to the limitation that you can't send new packets in the EncodedTransform API.

-- 
GitHub Notification of comment by alvestrand
Please view or discuss this issue at https://github.com/w3c/webrtc-rtptransport/issues/69#issuecomment-2345545786 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 12 September 2024 08:04:19 UTC