Skip to content
  • Rémi Denis-Courmont's avatar
    rtp: add initial datagram socket abstraction · 989b8dc7
    Rémi Denis-Courmont authored
    RTP and RTCP are packet-based. The low-level I/O abstraction needed is
    similar but different from that of connection-oriented streams as
    provided by `struct vlc_tls'. So this adds a new suitable abstraction
    for the RTP plugin(s).
    989b8dc7