Versions in this module Expand all Collapse all v1 v1.1.8 Oct 17, 2022 v1.1.7 Oct 17, 2022 Changes in this version + const DefaultPortMax + const DefaultPortMin + type RtpUDPStream struct + func NewRtpUDPStream(bind string, portMin, portMax int, callback func(pkt []byte, raddr net.Addr)) *RtpUDPStream + func (r *RtpUDPStream) Close() + func (r *RtpUDPStream) LocalAddr() *net.UDPAddr + func (r *RtpUDPStream) Log() log.Logger + func (r *RtpUDPStream) Read() + func (r *RtpUDPStream) RemoteAddr() *net.UDPAddr + func (r *RtpUDPStream) Send(pkt []byte, raddr *net.UDPAddr) (int, error)