Skip to content

OpenRTP.NET is an open source implementation of the RTP protocol adhering to the RFC

License

Notifications You must be signed in to change notification settings

EclipseLunaria/OpenRTP.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenRTP.NET

OpenRTP.NET is an open source implementation of the RTP protocol adhering to the RFC 3550. OpenRTP.Net will be an easy to integrate and easy to extend for whatever streaming purposes the user needs.

Usage

Session client = new Session(ip, port);
if(!client.IsConnected){
    Console.WriteLine("failed to connect session.")
}

client.Send(H264Payload);

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Under issues there is a TODO category for features that need to be implemented. Please make sure to update tests as appropriate.

License

MIT

About

OpenRTP.NET is an open source implementation of the RTP protocol adhering to the RFC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages