-
- Downloads
* #14077: video: send and receive RTP on one socket
Thanks to the new custom_io flag in libavformat's SDP demuxer, we can manage our own UDP transports for RTP and RTCP. This allows us to comply with RFC 4961. If an older version of libavformat is detected, we fallback to sending and receiving on different sockets.
Showing
- daemon/src/sip/sdp.h 4 additions, 0 deletionsdaemon/src/sip/sdp.h
- daemon/src/sip/sipvoiplink.cpp 1 addition, 1 deletiondaemon/src/sip/sipvoiplink.cpp
- daemon/src/video/Makefile.am 2 additions, 1 deletiondaemon/src/video/Makefile.am
- daemon/src/video/socket_pair.cpp 324 additions, 0 deletionsdaemon/src/video/socket_pair.cpp
- daemon/src/video/socket_pair.h 88 additions, 0 deletionsdaemon/src/video/socket_pair.h
- daemon/src/video/test/test_video_rtp.cpp 2 additions, 2 deletionsdaemon/src/video/test/test_video_rtp.cpp
- daemon/src/video/video_receive_thread.cpp 38 additions, 4 deletionsdaemon/src/video/video_receive_thread.cpp
- daemon/src/video/video_receive_thread.h 5 additions, 1 deletiondaemon/src/video/video_receive_thread.h
- daemon/src/video/video_rtp_session.cpp 18 additions, 2 deletionsdaemon/src/video/video_rtp_session.cpp
- daemon/src/video/video_rtp_session.h 5 additions, 1 deletiondaemon/src/video/video_rtp_session.h
- daemon/src/video/video_send_thread.cpp 20 additions, 13 deletionsdaemon/src/video/video_send_thread.cpp
- daemon/src/video/video_send_thread.h 5 additions, 0 deletionsdaemon/src/video/video_send_thread.h
Loading
Please register or sign in to comment