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
lelandmiller edited this page Sep 18, 2014
·
3 revisions
Initially we are using a simple video protocol with the server in which videos
will be sent all at once, an acknowledgement will then be sent verifying that
the video has been sent.
After connecting to the server we should send:
Camera Name (as a null terminated string)
Video ID (unsigned 32 int, little endian)
Video Byte Length (unsigned 32 int, little endian)
Video Data
We can then continue to send video IDs, lengths, and data for multiple videos.