Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added stereo 3D streaming support #148

Merged
merged 7 commits into from
Feb 17, 2017
Merged

Added stereo 3D streaming support #148

merged 7 commits into from
Feb 17, 2017

Commits on Feb 16, 2017

  1. Added stereo 3D streaming support

    Raphael Dumusc committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    68d654c View commit details
    Browse the repository at this point in the history
  2. Improved Server interface, FrameDispatcher is now private

    Raphael Dumusc committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    56253b3 View commit details
    Browse the repository at this point in the history
  3. Server: added safety check to close likely pixels streams

    Prior to this, the queue of unprocessed segments could grow
    indefinitely if one of multiple sources of segments stopped
    sending, or if the application stopped requesting frames
    (after a JPEG decompression error from a corrupted segment,
    for instance).
    Raphael Dumusc committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    7676567 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d94bede View commit details
    Browse the repository at this point in the history
  5. Added stereo streaming documentation

    Raphael Dumusc committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    81e1887 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0fc612 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. CR#2: various style cleanups

    Raphael Dumusc committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    e3a2e66 View commit details
    Browse the repository at this point in the history