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