-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Action Cable with MessagePack encoding to deliver video stream fr…
…ames (#153) * Fix typo for setting data-turbo-track on script bundle * Temporarily remove turbo-data-track attr for preloaded CSS stylesheets * Make Turbo ignore noscript elements on page restore * Enable instantiation of JPEGFrames * Move mjpeg.JPEGFrame to videostreams.JPEGFrame * Add Base64Frame so we can send JPEG data over JSON for Action Cable * Send MJPEG frames over Action Cable instead of HTTP when possible * Use a separate websocket connection for every video stream * Use MessagePack encoding for Action Cable messages * Upgrade godest, stimulated, and some other dependencies * Make MJPEG receiver handle boundary Content-Type param with "--" prefix * Resolve lint errors * Upgrade more dependencies
- Loading branch information
Showing
36 changed files
with
812 additions
and
431 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.