You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got a question - not so much an issue - am working with protobuffers that i want to stream over tcp - and i came across your project here which really sounds like the same - but if i would try to use this as base for :
a client streams a video to the server
the server sends the video stream to all connected clients ( except the sender )
the clients will show the video
Clients is a c-sharp application.
Would your project here guarantee the order in which the packets are sent or do i need to implement some ordering id in the packet ?
Would you think it will be fast enough ?
Would you have any idea how i could 'broadcast'an incoming stream onto all connected clients ?
And the fixes you committed will they become master soon ?
The text was updated successfully, but these errors were encountered:
Got a question - not so much an issue - am working with protobuffers that i want to stream over tcp - and i came across your project here which really sounds like the same - but if i would try to use this as base for :
Clients is a c-sharp application.
Would your project here guarantee the order in which the packets are sent or do i need to implement some ordering id in the packet ?
Would you think it will be fast enough ?
Would you have any idea how i could 'broadcast'an incoming stream onto all connected clients ?
And the fixes you committed will they become master soon ?
The text was updated successfully, but these errors were encountered: