企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## :-: **视频音频播放** ### 获取视频音频的信息 ~~~[api] get:/api/video/info varchar:token=100069&950b09e3299fe283065b2d1255516e53#登录密钥 int:VideoId=ec2df81ef3164c1b85f2fdef3294e80a#视频跟音频的VideoId <<< success { "RequestId": "9AF5EBC6-E913-42CC-956E-80F8EB6B2407", "VideoBase": { "TranscodeMode": "NoTranscode", "CreationTime": "2019-03-11T09:52:58Z", "CoverURL": "http://vod.ruihua.xtow.net/ec2df81ef3164c1b85f2fdef3294e80a/snapshots/6f340342fd1b4ef2b0cc7c8de8131996-00002.jpg", //视频封面图片 "Status": "Normal", "MediaType": "video", "VideoId": "ec2df81ef3164c1b85f2fdef3294e80a", "Duration": "17.5", "OutputType": "cdn", "Title": "老娘最美.mp4" //视频名字 }, "PlayInfoList": { "PlayInfo": [ { "Format": "mp4", "StreamType": "video", "PreprocessStatus": "UnPreprocess", "ModificationTime": "2019-03-11T09:52:58Z", "Height": 960, "PlayURL": "http://vod.ruihua.xtow.net/sv/36a12aa3-1696c2b6b52/36a12aa3-1696c2b6b52.mp4", //地址 "NarrowBandType": "0", "CreationTime": "2019-03-11T09:52:58Z", "Status": "Normal", "Duration": "17.5", "JobId": "ec2df81ef3164c1b85f2fdef3294e80a02", "Encrypt": 0, "Width": 540, "Fps": "30", "Bitrate": "1099.21", "Size": 2404518, "Definition": "OD" } ] } } <<< ~~~