| | |
| | | package com.genersoft.iot.vmp.service; |
| | | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.genersoft.iot.vmp.gb28181.bean.GbStream; |
| | | import com.genersoft.iot.vmp.media.zlm.dto.StreamProxyItem; |
| | | import com.genersoft.iot.vmp.media.zlm.dto.MediaServerItem; |
| | | import com.genersoft.iot.vmp.media.zlm.dto.StreamPushItem; |
| | | import com.github.pagehelper.PageInfo; |
| | | |
| | |
| | | |
| | | public interface IStreamPushService { |
| | | |
| | | List<StreamPushItem> handleJSON(String json); |
| | | List<StreamPushItem> handleJSON(String json, MediaServerItem mediaServerItem); |
| | | |
| | | /** |
| | | * 将应用名和流ID加入国标关联 |