修改RedisRpcChannelPlayController路径
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