Uses of Class
io.github.lunasaw.zlm.entity.StreamKey
Packages that use StreamKey
Package
Description
-
Uses of StreamKey in io.github.lunasaw.zlm.api
Methods in io.github.lunasaw.zlm.api that return types with arguments of type StreamKeyModifier 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推流 -
Uses of StreamKey in io.github.lunasaw.zlm.api.controller
Methods in io.github.lunasaw.zlm.api.controller that return types with arguments of type StreamKeyModifier and TypeMethodDescriptionZlmApiController.addFFmpegSource
(StreamFfmpegItem streamFfmpegItem) 添加FFmpeg拉流代理ZlmApiController.addStreamProxy
(StreamProxyItem streamProxyItem) 添加代理拉流ZlmApiController.addStreamPusherProxy
(StreamPusherItem streamPusherItem) 添加推流代理 -
Uses of StreamKey in io.github.lunasaw.zlm.hook.service
Methods in io.github.lunasaw.zlm.hook.service with parameters of type StreamKeyModifier and TypeMethodDescriptionvoid
AbstractZlmHookService.onProxyAdded
(StreamProxyItem param, StreamKey streamKey, jakarta.servlet.http.HttpServletRequest request) void
ZlmHookService.onProxyAdded
(StreamProxyItem param, StreamKey streamKey, jakarta.servlet.http.HttpServletRequest request)