mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-25 06:27:50 +08:00
修改RedisRpcChannelPlayController路径
This commit is contained in:
parent
541726a43c
commit
9159f4a7a1
@ -28,24 +28,12 @@ import org.springframework.data.redis.core.RedisTemplate;
|
|||||||
import javax.sip.message.Response;
|
import javax.sip.message.Response;
|
||||||
|
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@RedisRpcController("chanel")
|
@RedisRpcController("channel")
|
||||||
public class RedisRpcChannelPlayController {
|
public class RedisRpcChannelPlayController {
|
||||||
|
|
||||||
@Autowired
|
|
||||||
private SSRCFactory ssrcFactory;
|
|
||||||
|
|
||||||
@Autowired
|
|
||||||
private IMediaServerService mediaServerService;
|
|
||||||
|
|
||||||
@Autowired
|
|
||||||
private ISendRtpServerService sendRtpServerService;
|
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private UserSetting userSetting;
|
private UserSetting userSetting;
|
||||||
|
|
||||||
@Autowired
|
|
||||||
private HookSubscribe hookSubscribe;
|
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private RedisTemplate<Object, Object> redisTemplate;
|
private RedisTemplate<Object, Object> redisTemplate;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user