- From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
- Date: Thu, 12 Sep 2024 08:04:18 +0000
- To: public-webrtc-logs@w3.org
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