Created
August 19, 2021 04:26
-
-
Save harinduravin/eb89bba96d9b968220f9a1c8e1bf5be9 to your computer and use it in GitHub Desktop.
SDP file that includes important information for the receiver
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
v=0 | |
o=- 0 0 IN IP4 127.0.0.1 | |
s=No Name | |
c=IN IP4 192.168.1.3 | |
t=0 0 | |
a=tool:libavformat 58.29.100 | |
m=video 1234 RTP/AVP 96 | |
a=rtpmap:96 H264/90000 | |
a=fmtp:96 packetization-mode=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment