| | |
| | | import com.genersoft.iot.vmp.common.StreamInfo;
|
| | | import com.genersoft.iot.vmp.conf.MediaServerConfig;
|
| | | import com.genersoft.iot.vmp.gb28181.bean.DeviceChannel;
|
| | | import com.genersoft.iot.vmp.gb28181.bean.ParentPlatform;
|
| | | import org.springframework.stereotype.Component;
|
| | | import org.springframework.stereotype.Service;
|
| | |
|
| | |
| | | public StreamInfo queryPlaybackBySSRC(String ssrc) {
|
| | | return null;
|
| | | }
|
| | |
|
| | | @Override
|
| | | public boolean updateParentPlatform(ParentPlatform parentPlatform) {
|
| | | return false;
|
| | | }
|
| | |
|
| | | @Override
|
| | | public boolean deleteParentPlatform(ParentPlatform parentPlatform) {
|
| | | return false;
|
| | | }
|
| | |
|
| | | @Override
|
| | | public PageResult<ParentPlatform> queryParentPlatformList(int page, int count) {
|
| | | return null;
|
| | | }
|
| | |
|
| | | @Override
|
| | | public ParentPlatform queryParentPlatById(String platformGbId) {
|
| | | return null;
|
| | | }
|
| | | }
|