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

Add tcp endpoint #82

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 10, 2022

  1. src: stream: managers: Make Mavlink handler optional.

    Reason: not all streams types we create are supported by Mavlink protocol,
    e.g: WebRTC, and TCP with RTP payload.
    joaoantoniocardoso committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    f6f9dce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bc75cd View commit details
    Browse the repository at this point in the history
  3. src: stream: strem_backend: Rename Redirect 'tcp' scheme to 'tcpmpeg'.

    Reason: MAVLINK doesn't support TCP with RTP, only TCP with MPEG.
    joaoantoniocardoso committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    d35f7c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12bbaf5 View commit details
    Browse the repository at this point in the history