Uses of Class
io.github.lunasaw.zlm.entity.ServerResponse
Packages that use ServerResponse
Package
Description
-
Uses of ServerResponse in io.github.lunasaw.zlm.api
Methods in io.github.lunasaw.zlm.api that return ServerResponseModifier and TypeMethodDescriptionstatic ServerResponse<StreamKey>
ZlmRestService.addFFmpegSource
(String host, String secret, StreamFfmpegItem streamFfmpegItem) static ServerResponse<StreamKey>
添加FFmpeg拉流代理static ServerResponse<StreamKey>
ZlmRestService.addStreamProxy
(String host, String secret, StreamProxyItem streamProxyItem) 添加代理拉流static ServerResponse<StreamKey>
添加rtsp/rtmp/hls拉流代理static ServerResponse<StreamKey>
ZlmRestService.addStreamPusherProxy
(String host, String secret, StreamPusherItem streamPusherItem) static ServerResponse<StreamKey>
添加rtsp/rtmp推流static ServerResponse<String>
广播webrtc datachannel消息static ServerResponse<String>
ZlmRestService.closeStream
(String host, String secret, MediaReq mediaReq) static ServerResponse<String>
关断单个流static ServerResponse
批量关断流ZlmRestService.delFFmpegSource
(String host, String secret, String key) 关闭FFmpeg拉流代理ZlmRestService.delStreamProxy
(String host, String secret, String key) 关闭拉流代理ZlmRestService.delStreamPusherProxy
(String host, String secret, String key) 关闭推流static ServerResponse<List<TcpLink>>
ZlmRestService.getAllSession
(String host, String secret, String localPort, String peerIp) 获取所有TcpSession列表(获取所有tcp客户端相关信息)static ServerResponse<List<TcpLink>>
获取Session列表static ServerResponse<List<String>>
ZlmRestService.getApiList
(String host, String secret) static ServerResponse<List<String>>
获取流媒体服务器列表static ServerResponse<MediaInfo>
ZlmRestService.getMediaInfo
(String host, String secret, MediaReq mediaReq) static ServerResponse<List<MediaData>>
ZlmRestService.getMediaList
(String host, String secret, MediaReq mediaReq) static ServerResponse<List<MediaData>>
获取流列表static ServerResponse<MediaPlayer>
ZlmRestService.getMediaPlayerList
(String host, String secret, MediaReq mediaReq) static ServerResponse<MediaPlayer>
获取媒体流播放器列表static ServerResponse<Mp4RecordFile>
ZlmRestService.getMp4RecordFile
(String host, String secret, RecordReq recordReq) static ServerResponse<Mp4RecordFile>
获取流信息static ServerResponse<String>
查询文件概览static ServerResponse<PlayUrl>
ZlmRestService.getPlaybackUrls
(String host, String secret, MediaReq mediaReq) 获取播放地址static ServerResponse<String>
获取拉流代理信息static ServerResponse<String>
获取推流代理信息static ServerResponse<List<ServerNodeConfig>>
ZlmRestService.getServerConfig
(String host, String secret) 获取服务器配置static ServerResponse<ImportantObjectNum>
ZlmRestService.getStatistic
(String host, String secret) 获取主要对象个数static ServerResponse<String>
获取存储信息static ServerResponse<List<ThreadLoad>>
ZlmRestService.getThreadsLoad
(String host, String secret) 获取网络线程负载static ServerResponse<Version>
ZlmRestService.getVersion
(String host, String secret) 获取版本信息static ServerResponse<List<ThreadLoad>>
ZlmRestService.getWorkThreadsLoad
(String host, String secret) 获取后台线程负载static ServerResponse<String>
ZlmRestService.isRecording
(String host, String secret, RecordReq recordReq) static ServerResponse<String>
是否正在录制static ServerResponse<String>
ZlmRestService.kickSession
(String host, String secret, String sessionId) 断开tcp连接static ServerResponse<String>
批量断开tcp连接static ServerResponse<List<RtpServer>>
ZlmRestService.listRtpServer
(String host, String secret) 获取RTP服务器列表static ServerResponse<String>
点播mp4文件static ServerResponse<String>
ZlmRestService.pauseRtpCheck
(String host, String secret, String streamId) 暂停RTP超时检查static ServerResponse<Object>
重启服务器 重启服务器,只有Daemon方式才能重启,否则是直接关闭!static ServerResponse<String>
ZlmRestService.resumeRtpCheck
(String host, String secret, String streamId) 恢复RTP超时检查static ServerResponse<String>
ZlmRestService.seekRecordStamp
(String host, String secret, RecordReq recordReq) static ServerResponse<String>
设置录像流播放位置static ServerResponse<String>
ZlmRestService.setRecordSpeed
(String host, String secret, RecordReq recordReq) static ServerResponse<String>
设置录像速度static ServerResponse<String>
设置服务器配置static ServerResponse<String>
多文件推流static ServerResponse<String>
ZlmRestService.startRecord
(String host, String secret, RecordReq recordReq) static ServerResponse<String>
开始录制static ServerResponse<String>
关闭多文件推流static ServerResponse<String>
ZlmRestService.stopRecord
(String host, String secret, RecordReq recordReq) static ServerResponse<String>
停止录制static ServerResponse<String>
ZlmRestService.stopSendRtp
(String host, String secret, CloseSendRtpReq req) static ServerResponse<String>
停止 发送rtpstatic ServerResponse<String>
ZlmRestService.updateRtpServerSSRC
(String host, String secret, String streamId, String ssrc) 更新RTP服务器过滤SSRC -
Uses of ServerResponse in io.github.lunasaw.zlm.api.controller
Methods in io.github.lunasaw.zlm.api.controller that return ServerResponseModifier and TypeMethodDescriptionZlmApiController.addFFmpegSource
(StreamFfmpegItem streamFfmpegItem) 添加FFmpeg拉流代理ZlmApiController.addStreamProxy
(StreamProxyItem streamProxyItem) 添加代理拉流ZlmApiController.addStreamPusherProxy
(StreamPusherItem streamPusherItem) 添加推流代理ZlmApiController.broadcastMessage
(Map<String, String> params) 广播webrtc datachannel消息ZlmApiController.closeStream
(MediaReq mediaReq) 关断单个流ZlmApiController.closeStreams
(CloseStreamsReq closeStreamsReq) 批量关断流ZlmApiController.delFFmpegSource
(String key) 关闭FFmpeg拉流代理ZlmApiController.delStreamProxy
(String key) 关闭拉流代理ZlmApiController.delStreamPusherProxy
(String key) 关闭推流代理ZlmApiController.getAllSession
(String localPort, String peerIp) 获取所有TcpSession列表ZlmApiController.getApiList
(Map<String, String> params) 获取API列表ZlmApiController.getMediaInfo
(MediaReq mediaReq) 获取流信息ZlmApiController.getMediaList
(MediaReq mediaReq) 获取流列表ZlmApiController.getMediaListByNode
(String nodeId, MediaReq mediaReq) 指定节点获取流列表ZlmApiController.getMediaPlayerList
(MediaReq mediaReq) 获取媒体流播放器列表ZlmApiController.getMp4RecordFile
(RecordReq recordReq) 获取录制文件列表ZlmApiController.getMp4RecordSummary
(Map<String, String> params) 查询文件概览ZlmApiController.getPlaybackUrls
(MediaReq mediaReq) 获取播放地址ZlmApiController.getProxyInfo
(Map<String, String> params) 获取拉流代理信息ZlmApiController.getProxyPusherInfo
(Map<String, String> params) 获取推流代理信息ZlmApiController.getServerConfig()
获取服务器配置ZlmApiController.getStatistic()
获取主要对象个数ZlmApiController.getStorageSpace
(Map<String, String> params) 获取存储信息ZlmApiController.getThreadsLoad()
获取网络线程负载ZlmApiController.getVersion()
获取版本信息ZlmApiController.getVersionByNode
(String nodeId) 指定节点获取版本信息ZlmApiController.getWorkThreadsLoad()
获取后台线程负载ZlmApiController.handleIllegalArgumentException
(IllegalArgumentException e) 处理节点不存在异常ZlmApiController.isRecording
(RecordReq recordReq) 是否正在录制ZlmApiController.kickSession
(String sessionId) 断开tcp连接ZlmApiController.kickSessions
(Map<String, String> params) 批量断开tcp连接ZlmApiController.listRtpServer()
获取RTP服务器列表ZlmApiController.loadMP4File
(Map<String, String> params) 点播mp4文件ZlmApiController.pauseRtpCheck
(String streamId) 暂停RTP超时检查ZlmApiController.restartServer
(Map<String, String> params) 重启服务器ZlmApiController.resumeRtpCheck
(String streamId) 恢复RTP超时检查ZlmApiController.seekRecordStamp
(RecordReq recordReq) 设置录像流播放位置ZlmApiController.setRecordSpeed
(RecordReq recordReq) 设置录像速度ZlmApiController.setServerConfig
(Map<String, String> params) 设置服务器配置ZlmApiController.startMultiMp4Publish
(Map<String, String> params) 多文件推流ZlmApiController.startRecord
(RecordReq recordReq) 开始录制ZlmApiController.stopMultiMp4Publish
(Map<String, String> params) 关闭多文件推流ZlmApiController.stopRecord
(RecordReq recordReq) 停止录制ZlmApiController.stopSendRtp
(CloseSendRtpReq req) 停止发送rtpZlmApiController.updateRtpServerSSRC
(String streamId, String ssrc) 更新RTP服务器过滤SSRC -
Uses of ServerResponse in io.github.lunasaw.zlm.entity
Subclasses of ServerResponse in io.github.lunasaw.zlm.entityMethods in io.github.lunasaw.zlm.entity that return ServerResponse