Building A UDP Protocol For Cloud Gaming // Chris Dickson, Parsec [FirstMark's Code Driven]

Sdílet
Vložit
  • čas přidán 13. 04. 2017
  • Chris Dickson is the Co-Founder and CTO of Parsec, which enables people to play PC games from anywhere. He joined Code Driven NYC in March of 2017 to share how Parsec delivers reliable, low-latency streaming through UDP networking protocols.
    Code Driven NYC is a community organized by FirstMark that brings together leading developers from across the tech ecosystem to learn, get inspired, and have fun. Join the group at www.meetup.com/Code-Driven-NYC/ or find out more at codedrivennyc.com/.
  • Věda a technologie

Komentáře • 8

  • @swrh
    @swrh Před 4 lety

    Awesome project and awesome presentation. I love working with low level network protocols and this for sure is one of the nicest presentations I've ever watched on CZcams. Great work.

  • @christoffer2387
    @christoffer2387 Před 6 lety +2

    Real useful info. Thanks :)

  • @AlexKiraly
    @AlexKiraly Před 4 lety +1

    I'm watching this while being connected with Parsec to my home computer

  • @krytharn
    @krytharn Před 6 lety +1

    Good talk, thanks for the little revelations :)

  • @ZaCkOX900
    @ZaCkOX900 Před 4 lety

    I would use only udp and write reliable sending for certain things. After using udp extensively, I wouldn't use tcp ever again. I already have accomplished beautiful udp netcode, and I would agree it's the hardest thing to program. All the threading matters. I almost created something like parsec years ago, but I still struggle with a chronic stomach health problem.

  • @akshaygupta3436
    @akshaygupta3436 Před rokem

    9:17 PUNCHING IS NOT BUG, IT ONLY WORKS WHEN BOTH WANT TO CONNECT ..... SEEM LEGEL...

  • @swedishpsychopath8795
    @swedishpsychopath8795 Před 4 měsíci +1

    As programmers we don't need pre-made frameworks. Give us the details of your approach and code samples so we can make our own implementations. Then we can all publish our solutions for others to get inspired and they may even use our code if they want to. But don't come with YOUR solution and make us use it.

  • @JakubArnold
    @JakubArnold Před 5 lety

    10:49 ... Rust :P