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
- Host: GitHub
- URL: https://github.com/maxakuru/videoserver
- Owner: maxakuru
- Created: 2016-04-07T17:00:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T02:49:11.000Z (over 8 years ago)
- Last Synced: 2025-03-29T17:22:22.582Z (7 months ago)
- Topics: csharp, rtp, rtp-streaming, rtsp, rtsp-protocol, rtsp-protocols, streaming, streaming-video, video, videoserver
- Language: C#
- Size: 59.6 KB
- Stars: 51
- Watchers: 6
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VideoServer
Multithreaded video streaming server developed in C# using RTP and RTSP protocolsPlace the videos in a folder named videos directly in the C: drive
name the videos video1 and video2example path: c:/videos/video1.mjpeg
To run, simply build using VS and use the same way as the demo video shows