devsisters / goquic

QUIC support for Go
http://devsisters.github.io/goquic/
BSD 3-Clause "New" or "Revised" License
944 stars 100 forks source link

is quic suitable for video streaming? #34

Closed notedit closed 8 years ago

hodduc commented 8 years ago

I think so, because Youtube uses QUIC as well as other Google services and having some benefits from QUIC.

https://groups.google.com/a/chromium.org/forum/#!searchin/proto-quic/youtube/proto-quic/BrMMwpI32KU/kGWBKe-NMQAJ https://groups.google.com/a/chromium.org/forum/#!searchin/proto-quic/youtube/proto-quic/_7EzqwFzu7I/05Ih3LaUx8UJ

I'm not sure that our implementation works well with video streaming. At least It is in my TODO list.

notedit commented 8 years ago

ok i want to wraite an rtsp-server/client based quic.

will look this later.

pavan4 commented 7 years ago

@notedit did you go forward on quic based rtsp video streaming?