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

Multicast module #77

Merged
merged 2 commits into from
Feb 27, 2021
Merged

Multicast module #77

merged 2 commits into from
Feb 27, 2021

Commits on Feb 22, 2021

  1. udp: Add function udp_open for socket without bind

    For (multicast) RTP transmission feature we need a function that simply creates
    an UDP socket without bind and attaching a thread for incomming data.
    cspiel1 authored and cHuberCoffee committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    6603baf View commit details
    Browse the repository at this point in the history
  2. rtp: Add rtp_open which creates an RTP object only for sending.

    For (multicast) RTP transmission feature we need a function that simply creates
    an rtp_open object only for sending RTP packets to one specific IP and port
    number. Also there is no need for RTCP session for now.
    cspiel1 authored and cHuberCoffee committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    0fd1d8f View commit details
    Browse the repository at this point in the history