| | |
| | | @Component |
| | | public class ZLMServerFactory { |
| | | |
| | | private Logger logger = LoggerFactory.getLogger("ZLMServerFactory"); |
| | | private final static Logger logger = LoggerFactory.getLogger(ZLMServerFactory.class); |
| | | |
| | | @Autowired |
| | | private ZLMRESTfulUtils zlmresTfulUtils; |
| | |
| | | return result; |
| | | } |
| | | |
| | | public JSONObject stopSendRtpStream(MediaServerItem mediaServerItem, SendRtpItem sendRtpItem) { |
| | | public JSONObject stopSendRtpStream(MediaServer mediaServerItem, SendRtpItem sendRtpItem) { |
| | | Map<String, Object> param = new HashMap<>(); |
| | | param.put("vhost", "__defaultVhost__"); |
| | | param.put("app", sendRtpItem.getApp()); |