An open API service indexing awesome lists of open source software.

https://github.com/maxakuru/videoserver

Multithreaded video streaming server developed in C# using RTP and RTSP protocols
https://github.com/maxakuru/videoserver

csharp rtp rtp-streaming rtsp rtsp-protocol rtsp-protocols streaming streaming-video video videoserver

Last synced: about 1 month ago
JSON representation

Multithreaded video streaming server developed in C# using RTP and RTSP protocols

Awesome Lists containing this project

README

          

# VideoServer
Multithreaded video streaming server developed in C# using RTP and RTSP protocols

Place the videos in a folder named videos directly in the C: drive
name the videos video1 and video2

example path: c:/videos/video1.mjpeg

To run, simply build using VS and use the same way as the demo video shows