|
4ca78db146
|
Reorganized stuff to make plog private
|
2021-04-13 23:03:16 +02:00 |
|
|
9a7b672d6e
|
Fixed htonll fallback implementation
|
2021-04-07 15:50:11 +02:00 |
|
|
a4ca6858a1
|
Merge branch 'master' into fix_typos
|
2021-03-16 20:29:14 +01:00 |
|
|
b0e1a7989d
|
Fix additional typos made by the previous typos
|
2021-03-15 22:09:21 -04:00 |
|
|
f83a03fcad
|
Fixed the description of SDPs
|
2021-03-15 19:31:47 -04:00 |
|
|
e592fcf217
|
Fixed compilation warnings
|
2021-02-21 15:46:03 +01:00 |
|
|
c2c57b16df
|
Add RTCP Nack responder
|
2021-01-28 12:19:47 +01:00 |
|
|
1ceb0fd292
|
Code formatting
|
2021-01-11 21:46:23 +01:00 |
|
|
28a2868edc
|
Add const reference to avoid copy
|
2021-01-07 13:48:30 +01:00 |
|
|
749fa32059
|
Fix: RTCP_SDES::isValid function checks all chunks now
|
2021-01-05 15:37:17 +01:00 |
|
|
938bd4dd43
|
Fix typo in isValid function
|
2021-01-05 10:03:27 +01:00 |
|
|
c43e82b8cb
|
Check incoming RTCP SDES
|
2021-01-05 09:58:00 +01:00 |
|
|
01085e4492
|
Add processing for SDES packets in PeerConnection::forwardMedia
|
2021-01-04 11:33:22 +01:00 |
|
|
43d31caee3
|
Fix items in SDES packet
|
2021-01-04 11:16:49 +01:00 |
|
|
b32a8b884b
|
Add support for RTCP SR and SDES
|
2020-12-10 18:41:51 +01:00 |
|
|
3dac651b02
|
Cleaned up useless const reference
|
2020-12-09 23:19:20 +01:00 |
|
|
435d471ad8
|
Fixes a few potential seg-faults in the sending of RTP and fixes the building of NACK packets
|
2020-12-08 00:28:47 +00:00 |
|
|
244c834992
|
Cleanup and reformatting
|
2020-11-28 17:03:51 +01:00 |
|
|
14918c16e8
|
Fixed track DSCP
|
2020-11-21 12:43:34 +01:00 |
|
|
d9aec59352
|
Fixed include
|
2020-11-19 23:29:44 +01:00 |
|
|
fc6d5afdd9
|
fix build warning on windows when built with MSVC /W4.
Some arguments where conflicting with data member names.
|
2020-11-19 14:10:52 +01:00 |
|
|
11ec8f7247
|
Made the logging of an RTP packet be verbose
|
2020-11-16 01:00:49 +01:00 |
|
|
1597c9ae6f
|
Exposed a function to log an RTP packet
|
2020-11-16 01:00:49 +01:00 |
|
|
7856ad45fd
|
Cleanup
|
2020-11-14 18:26:23 +01:00 |
|
|
db74daae1d
|
Removed field sizes
|
2020-11-14 18:16:15 +01:00 |
|
|
ece1bd9352
|
Retabbing and reformatting
|
2020-11-13 21:25:52 +01:00 |
|
|
b7a682cc50
|
Fixed compilation issues
|
2020-11-13 21:19:11 +01:00 |
|
|
a5eb653064
|
Fixed building rtp.hpp on Windows
|
2020-11-12 17:54:29 -05:00 |
|
|
97e23d00be
|
Assume passive role in an actpass scenario; Exposed the RTP Map iterator; Fixed setting the payload type
|
2020-11-08 20:38:18 -05:00 |
|
|
be96e8b1fa
|
Fixed setting the payload type
|
2020-11-07 19:52:38 -05:00 |
|
|
c0756aaa05
|
Fixed the distribution of RTCP packets regarding RTCP and RTCPFB packets
|
2020-11-01 03:01:24 -05:00 |
|
|
198d0746b9
|
Allow rtp.hpp to be used on it's own
|
2020-10-28 20:49:39 -04:00 |
|
|
41cf60c18b
|
Made SRTP policies to be made in flight rather than during configuration. Added some missing API fields.
|
2020-10-27 18:04:53 -04:00 |
|
|
45bbe642fc
|
Added ability to see how many nack parts there are in a NACK packet
|
2020-10-24 00:53:45 -04:00 |
|
|
fcb8d7b3df
|
Added support to route RTCP packets with SSRC=1's to the right client
|
2020-10-20 02:11:40 -04:00 |
|
|
8dbcd155e5
|
Disabled RTX because Firefox; Fixed a typo causing things to identify as SSRC=0
|
2020-10-19 16:09:10 -04:00 |
|
|
5a797e1170
|
Renamed all RTP logs to Verbose
|
2020-09-23 11:43:48 -04:00 |
|
|
dd296e4408
|
Many many bug fixes
|
2020-09-23 04:10:30 +00:00 |
|
|
5d78aecabb
|
Fixed the payload type being wrong
|
2020-09-22 17:22:27 -04:00 |
|
|
4930e666ac
|
Modified the RtcpSession class to a better API design
|
2020-09-22 16:30:25 -04:00 |
|
|
f461a40a6d
|
Added the SFU Media Demo. Fixed copyrights. Moved RTP stuff back into an header file :)
|
2020-09-22 12:43:07 -04:00 |
|
|
75b0b6dcdf
|
Moved rtp.hpp into rtcp.hpp and rtcp.cpp
|
2020-09-20 12:31:28 +02:00 |
|
|
66e9b9dd8b
|
Removed unreliable bit fields in RTP structures
|
2020-09-07 16:48:48 +02:00 |
|
|
31aac35d2c
|
Finished fixing media example
|
2020-09-01 15:26:53 +02:00 |
|
|
f1b680df4a
|
Fixes for RTP
|
2020-09-01 15:03:29 +02:00 |
|
|
4e426d75e0
|
Cleaned up unused stuff
|
2020-09-01 14:25:01 +02:00 |
|
|
d4f464bf89
|
Fixed broken byte-order-specific structs
|
2020-09-01 14:21:09 +02:00 |
|
|
d90a5d628f
|
Refactored media API into track API
|
2020-09-01 12:33:18 +02:00 |
|
|
bf044080e8
|
Added bitrate control via SDP
|
2020-08-17 07:21:24 -04:00 |
|
|
07abd640fd
|
Added RTCP Sessions; Added copy/paste example demo to use in the browser
|
2020-08-16 21:01:44 -04:00 |
|