-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use sdp-types 0.1.3 with more permissive parsing
- Loading branch information
Showing
6 changed files
with
101 additions
and
48 deletions.
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
v=0 | ||
o=- 1109162014219182 1109162014219192 IN IP4 x.y.z.w | ||
s=RTSP/RTP stream from anjvision ipcamera | ||
e=NONE | ||
c=IN IP4 0.0.0.0 | ||
a=tool:LIVE555 Streaming Media v2011.05.25 CHAM.LI@ANJVISION.COM | ||
t=0 0 | ||
a=range:npt=0- | ||
a=control:* | ||
m=video 0 RTP/AVP 96 | ||
a=rtpmap:96 H264/90000 | ||
a=control:trackID=1 | ||
a=fmtp:96 profile-level-id=4D401F;packetization-mode=0;sprop-parameter-sets=Z01AH5WgLASabAQ=,aO48gA==;config=00000001674d401f95a02c049a6c040000000168ee3c800000000106f02c0445c6f5000620ebc2f3f7639e48250bfcb561bb2b85dda6fe5f06cc8b887b6a915f5aa3bebfffffffffff7380 | ||
a=x-dimensions: 704, 576 | ||
a=x-framerate: 12 | ||
m=audio 0 RTP/AVP 0 | ||
a=rtpmap:0 MPEG4-GENERIC/16000/2 | ||
a=fmtp:0 config=1408 | ||
a=control:trackID=2 | ||
a=Media_header:MEDIAINFO=494D4B48010100000400010010710110401F000000FA000000000000000000000000000000000000; | ||
a=appversion:1.0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
v=0 | ||
o=- 1001 1 IN IP4 192.168.5.237 | ||
s=VCP IPC Realtime stream | ||
m=video 0 RTP/AVP 105 | ||
c=IN IP4 192.168.5.237 | ||
a=control:rtsp://192.168.5.237/media/video1/video | ||
a=rtpmap:105 H264/90000 | ||
a=fmtp:105 profile-level-id=4d4032; packetization-mode=1; sprop-parameter-sets=Z01AMpWgCoAwfiZuAgICgAAB9AAAdTBC,aO48gA== | ||
a=recvonly | ||
m=application 0 RTP/AVP 107 | ||
c=IN IP4 192.168.5.237 | ||
a=control:rtsp://192.168.5.237/media/video1/metadata | ||
a=rtpmap:107 vnd.onvif.metadata/90000 | ||
a=fmtp:107 DecoderTag=h3c-v3 RTCP=0 | ||
a=recvonly |