| | |
| | | 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;
|
| | |
|
| | |
| | | }
|
| | |
|
| | | @Override
|
| | | public boolean startPlayBlack(StreamInfo streamInfo) {
|
| | | public boolean startPlayback(StreamInfo streamInfo) {
|
| | | return false;
|
| | | }
|
| | |
|
| | | @Override
|
| | | public boolean stopPlayBlack(StreamInfo streamInfo) {
|
| | | public boolean stopPlayback(StreamInfo streamInfo) {
|
| | | return false;
|
| | | }
|
| | |
|
| | | @Override
|
| | | public StreamInfo queryPlayBlackByDevice(String deviceId, String channelId) {
|
| | | public StreamInfo queryPlaybackByDevice(String deviceId, String channelId) {
|
| | | return null;
|
| | | }
|
| | |
|
| | | @Override
|
| | | public StreamInfo queryPlayBlackBySSRC(String ssrc) {
|
| | | 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;
|
| | | }
|
| | | }
|