diff --git a/test/asserts/camera.sdp b/test/asserts/camera.sdp new file mode 100644 index 0000000..ca6ac63 --- /dev/null +++ b/test/asserts/camera.sdp @@ -0,0 +1,15 @@ +v=0 +o=- 0 0 IN IP6 ::1 +s=No Name +c=IN IP6 ::1 +t=0 0 +a=tool:libavformat 58.20.100 +m=video 0 RTP/AVP 96 +a=rtpmap:96 H264/90000 +a=fmtp:96 packetization-mode=1; sprop-parameter-sets=Z3oAH7zZQFAFuhAAAAMAEAAAAwPA8YMZYA==,aO+Pyw==; profile-level-id=7A001F +a=control:streamid=0 +m=audio 0 RTP/AVP 97 +b=AS:128 +a=rtpmap:97 MPEG4-GENERIC/44100/2 +a=fmtp:97 profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3; config=121056E500 +a=control:streamid=1 \ No newline at end of file diff --git a/test/asserts/x265.sdp b/test/asserts/x265.sdp new file mode 100644 index 0000000..9409e8d --- /dev/null +++ b/test/asserts/x265.sdp @@ -0,0 +1,15 @@ +v=0 +o=- 0 0 IN IP6 ::1 +s=No Name +c=IN IP6 ::1 +t=0 0 +a=tool:libavformat 58.20.100 +m=video 0 RTP/AVP 96 +a=rtpmap:96 H265/90000 +a=fmtp:96 sprop-vps=QAEMAf//BAgAAAMAnQgAAAMAAF2VmAk=; sprop-sps=QgEBBAgAAAMAnQgAAAMAAF2wAoCALRZZWaSTK4BAAAADAEAAAAeC; sprop-pps=RAHBcrRiQA== +a=control:streamid=0 +m=audio 0 RTP/AVP 97 +b=AS:128 +a=rtpmap:97 MPEG4-GENERIC/44100/2 +a=fmtp:97 profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3; config=121056E500 +a=control:streamid=1 \ No newline at end of file