Tumgik
#networktransport
audiovenue · 2 years
Photo
Tumblr media
Musical Fidelity MX-Stream, transport only network streamer, plug straight into USB DAC . #usbtransport #networktransport #bridge #musicalfidelity #mxstream #fidelity #universaltransport #sounds #audiovenue #ealing #maidenhead #hifi #hifiroom #luxuryhifi #networkaudio , @henleyaudiouk . @musical_fidelity . . . Would you like to this transport with your USB DAC, drop us a message to discuss. (at Audio Venue) https://www.instagram.com/p/CizRoBxI0EP/?igshid=NGJjMDIxMWI=
4 notes · View notes
jasozz · 5 years
Note
Hello! I adore the progress you've been making on your game, and every update is inspiring. Was the lobby stuff difficult to learn / write?
Thank you!
It’s definitely a challenge in the current state of Unity, where all of the HLAPI multiplayer stuff has been deprecated, but the new multiplayer stuff isn’t finished yet or documented. I’m trying to learn more about how networking works at a core level, so I’ve been trying to build everything basically from the ground up, using Unity’s NetworkTransport API - basically establishing socket connections and manually wrapping my messages and writing custom functions to read them as well. The problem is the LLAPI is pretty poorly documented (and soon to be deprecated also), so the amount of support out there for it is pretty slim. N3K has an excellent tutorial series on it that I started with ( https://www.youtube.com/watch?v=amy3L3pGWH0 ) and I’m just kind of trying to build off of that.
3 notes · View notes