I used a VP9 video file i got from Steam store as a stream test, same result. I am not sure, but i think the reencoding on the cloudflare server is going out as VP8 or VP9? I believe it is reading the SDP offer. I get that from
let answerSDP = await response.text();
in the negotiate js file, but I need to read the spec to understand that.