修改RedisRpcChannelPlayController路径
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user