Skip to content

Commit

Permalink
cosmetic(Readme): Update documentation for conferencing
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsnen committed Sep 30, 2024
1 parent ee4c0e3 commit 51c3ec5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 6 additions & 1 deletion FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ uvgComm Features

The features list for uvgComm is constantly expanding and here is the detailed description of current features in uvgComm.



## uvgComm Protocols

### Session Initiation Protocol (SIP)
Expand All @@ -24,10 +26,13 @@ uvgComm can also be used to directly call other computers provided that the TCP

Some SIP messages carry an SDP messages as a payload during call initiation. SDP is used for describing the media parameters wanted for the call and is used to negotiatiate various aspects of the call.

uvgComm has SDP implements forming of a P2P Mesh based conference. Here each participants *synchronization sources (SSRC)* are negotiated as part of the call negotiations.

**Specifications**
- [RFC 8866 SDP: Session Description Protocol](https://datatracker.ietf.org/doc/html/rfc8866)
- [RFC 3264 An Offer/Answer Model with the Session Description Protocol (SDP)](https://www.rfc-editor.org/rfc/rfc3264.html)
- [RFC 3551 RTP Profile for Audio and Video Conferences with Minimal Control](https://www.rfc-editor.org/rfc/rfc3551)
- [RFC 5576 Source-Specific Media Attributes in SDP](https://www.rfc-editor.org/rfc/rfc5576.html)
- [RFC 5888 The SDP Grouping Framework](https://www.rfc-editor.org/rfc/rfc5888.html)

### Interactive Connectivity Establishement (ICE)

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ If you are using uvgComm in your research, please cite one of the following pape

## Planned features

- Media server integration for better connectivity
- Media server integration
- TLS Encryption for SIP
- Integrating SRTP & ZRTP
- Contact presence monitoring

0 comments on commit 51c3ec5

Please sign in to comment.