<%@page import="java.util.HashMap"%> <%@page import="ryud.wowza.WowzaParseImpl"%> <%@ page language="java" contentType="text/html; charset=EUC-KR" pageEncoding="EUC-KR"%> <%response.addHeader("Access-Control-Allow-Origin", "*"); %> <% String churchName = request.getParameter("cName"); String stream = request.getParameter("stream"); WowzaParseImpl wpi = new WowzaParseImpl("", "", "idcmedia.com", 3); HashMap hm = wpi.getConnectionCount(churchName, stream); %> Insert title here <%if(!hm.get("total").equals("")){ %>
ÃÑ »ç¿ëÀÚ <%=hm.get("total") %>
PC <%=hm.get("flash") %>
Mobile <%=hm.get("cupertino") %>
<%}else{ %>
ÇöÀç ¹æ¼ÛÁßÀÌ ¾Æ´Õ´Ï´Ù.
<% }%>