truebob
truebob
CDCloudflare Developers
Created by truebob on 8/4/2024 in #stream
Hi everyone.
--- Assuming the above, I will investigate using another library. We could run that as a sidecar, and forwards from python to the sidecar, e.g. with udp
11 replies
CDCloudflare Developers
Created by truebob on 8/4/2024 in #stream
Hi everyone.
I can confirm removing ice credentials from the video section resolves the http error, though my crude change breaks aiortc. Patching aiortc to work properly is difficult due to structure of their code. I had a look at the whip-whep example, but I can't figure out how it could work for us. To clarify, our setup is as follows: - the server sends audio/video to webrtc - the client connects to webrtc afterwards, or might not connect at all in some cases. The whephandler expects tracks to be available in LIVE_STORE. But I don't have any tracks, which look like they should be created by the whiphandler instead. As mentioned above, the client might or might not be connected, so we can't rely on the ordering here.
11 replies
CDCloudflare Developers
Created by truebob on 8/4/2024 in #stream
Hi everyone.
@drno I'm not seeing "bundle-only" in the offer created by chrome. Adding bundle-only to aiortc also still returns a 500 error, though I could have made a mistake. Would you be able to provide guidance on what changes would have to be made? I can implement it in aiortc. Attached are my aiortc and chrome local offers
11 replies