Package io.github.lunasaw.zlm.entity
Class MediaData
java.lang.Object
io.github.lunasaw.zlm.entity.MediaData
Class representing the 'data' array in the JSON structure.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
存活时间,单位秒应用名int
数据产生速度,单位byte/slong
GMT unix系统时间戳,单位秒客户端和服务器网络信息,可能为null类型int
产生源类型,包括 unknown = 0,rtmp_push=1,rtsp_push=2,rtp_push=3,pull=4,ffmpeg_pull=5,mp4_vod=6,device_chn=7产生源的urlint
本协议观看人数协议流idint
观看总人数,包括hls/rtsp/rtmp/http-flv/ws-flvTrack[]
音视频轨道虚拟主机名 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
app
应用名 -
readerCount
public int readerCount本协议观看人数 -
totalReaderCount
public int totalReaderCount观看总人数,包括hls/rtsp/rtmp/http-flv/ws-flv -
schema
协议 -
stream
流id -
originSock
客户端和服务器网络信息,可能为null类型 -
originType
public int originType产生源类型,包括 unknown = 0,rtmp_push=1,rtsp_push=2,rtp_push=3,pull=4,ffmpeg_pull=5,mp4_vod=6,device_chn=7 -
originTypeStr
-
originUrl
产生源的url -
createStamp
public long createStampGMT unix系统时间戳,单位秒 -
aliveSecond
public int aliveSecond存活时间,单位秒 -
bytesSpeed
public int bytesSpeed数据产生速度,单位byte/s -
tracks
音视频轨道 -
vhost
虚拟主机名
-
-
Constructor Details
-
MediaData
public MediaData()
-