# MkMediaServer **Repository Path**: chaigec_admin/MkMediaServer ## Basic Information - **Project Name**: MkMediaServer - **Description**: a media server which support potocols as http,ws-flv,rtsp,rtmp. - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2023-11-17 - **Last Updated**: 2024-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MkMediaServer #### Description MkMediaSource is a sample media server which support rtsp,rtmp,ws-flv,gb. Use of this source code is governed by MIT license that can be found in the LICENSE file in the root of the source tree. ## Dependencies * c++11 * cmake3.5 * Visual Studio XXX(windows) * JsonCpp * tinyXml * MkCore ## version 1.0.0.0: init media server Protocol Supports Http,WebSocket,Sip,Gb28181,RtpOverTcp,RtpOverUdp,Rtsp,Rtmp,StateGridA,StateGridB. ## License MkCore is licensed under [MIT](LICENSE). it use third-party source tinyXml jsoncpp MkCore. you mast follow the third-party open source agreement. #### Protocol Supports - [x] support Rtsp. - [x] support Rtmp. - [X] support Gb28181Stream. - [X] support WsFlv. #### Authors list chaigec