修改RedisRpcChannelPlayController路径

dev/数据库统合
648540858 2024-12-12 09:43:24 +08:00
parent c4025d7a07
commit 1c2709163d
1 changed files with 1 additions and 13 deletions

View File

@ -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;