Skip to content

lidaofu-hub/j_media_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

😁项目简介

开源流媒体服务器ZLMediaKit 的Java Api实现的Java版ZLMediaKit流媒体服务器

本项目可以作为ZLM4J使用示例代码。不重复造流媒体服务器轮子,只做代码集成示例。

本项目接口风格兼容ZLMediaKit REST API

😁项目功能

  • 接口(可以使用knife4j):
    • 拉流代理接口:/index/api/addStreamProxy
    • 关闭拉流代理接口:/index/api/delStreamProxy
    • 关闭流接口:/index/api/close_stream&/index/api/close_streams
    • 在线流列表接口:/index/api/getMediaList
    • 流详情:/index/api/getMediaInfo
    • 流是否在线:/index/api/isMediaOnline
    • 开始录像接口:/index/api/startRecord
    • 停止录像接口:/index/api/stopRecord
    • 获取录像状态接口:/index/api/isRecording
    • 获取内存资源信息:/index/api/getStatistic
    • 获取服务器配置:/index/api/getServerConfig
    • 设置服务器配置:/index/api/setServerConfig
    • 开启rtp服务:/index/api/openRtpServer
    • 关闭rtp服务:/index/api/closeRtpServer
    • 获取rtp服务列表:/index/api/listRtpServer
    • 开发中:😁
  • 回调实现
    • MKHttpAccessCallBack:http鉴权回调
    • MKHttpBeforeAccessCallBack:http前置鉴权回调
    • MKHttpFlowReportCallBack:码流数据统计回调
    • MKHttpRequestCallBack:http请求回调
    • MKLogCallBack:日志回调
    • MKNoFoundCallBack:未找到流回调
    • MKNoReaderCallBack:无人观看回调
    • MKPlayCallBack:播放回调
    • MKProxyPlayCloseCallBack:流代理关闭回调
    • MKPublishCallBack:推流回调
    • MKRecordMp4CallBack:录制回调
    • MKSourceFindCallBack:找不到流回调
    • MKStreamChangeCallBack:流上下回调
  • 流相关(注意rtmp_port、rtsp_port、http_port(非Spring Mvc端口)等参见application.yml,流APP、流名称可自定义)

😁项目组成

  1. 本项目基于Spring Boot 2.7.12版本,使用undertow作为web容器,使用knife4j作为接口文档,
  2. 本项目基于最新ZLM4J开发完成

😁常见问题

  1. 参见ZLM4J常见问题

😁学习探讨

zlm4j-qun

About

开源流媒体服务器ZLMediaKit Java实现版本

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published