qdeconinck / mp-quic

Please read https://multipath-quic.org/2017/12/09/artifacts-available.html to figure out how to setup the code.
MIT License
176 stars 71 forks source link

Chrome Integration of MP-QUIC #2

Closed adarshdec23 closed 5 years ago

adarshdec23 commented 5 years ago

I'm interested in integrating MP-QUIC with Chrome so that I can test out the protocols performance with HD video streaming. Would this be possible without a lot of changes?

Thanks, and sorry if this is a vague question.

qdeconinck commented 5 years ago

If you want to test Chrome with a mp-quic server, it's likely you need to rebase mp-quic on the current quic-go status branch as mp-quic is based on a (now) old gQUIC version. Also, I think you will need to implement multipath support in Chrome browser (I don't think it is possible to outsource the QUIC process to the go code).

adarshdec23 commented 5 years ago

Thank you for the confirmation.