mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-06 11:38:11 +08:00
Updated MediaServer支持的HTTP API (markdown)
@@ -312,7 +312,9 @@ typedef enum {
|
||||
"originType": 1, # 产生源类型,包括 unknown = 0,rtmp_push=1,rtsp_push=2,rtp_push=3,pull=4,ffmpeg_pull=5,mp4_vod=6,device_chn=7
|
||||
"originTypeStr": "MediaOriginType::rtmp_push",
|
||||
"originUrl": "rtmp://127.0.0.1:1935/live/hks2", #产生源的url
|
||||
|
||||
"createStamp": 1602205811, #GMT unix系统时间戳,单位秒
|
||||
"aliveSecond": 100, #存活时间,单位秒
|
||||
"bytesSpeed": 12345, #数据产生速度,单位byte/s
|
||||
"tracks" : [ # 音视频轨道
|
||||
{
|
||||
"channels" : 1, # 音频通道数
|
||||
|
||||
Reference in New Issue
Block a user