Commit 50fcc1d373a81f2bafeb9ebfd13a6331cdecc157

Authored by 刘炯
1 parent ae28bb10

1

02.直播云/1.2 获取flash直播URL接口.md
@@ -34,7 +34,7 @@ @@ -34,7 +34,7 @@
34 ```java 34 ```java
35 public String getFlashUrl() { 35 public String getFlashUrl() {
36 String result = ""; 36 String result = "";
37 - String mp4Url = "http://api.cnlive.com/open/api2/live_ips/liveplayBySWF?channelID=xinyingshi&appId=iqhpk8pl19"; 37 + String mp4Url = "http://api.cnlive.com/open/api2/live_ips/liveplayBySWF?channelID=xinyingshi&appId=iqj730vn11";
38 try { 38 try {
39 URL requestUrl = new URL(mp4Url); 39 URL requestUrl = new URL(mp4Url);
40 connection = (HttpURLConnection)requestUrl.openConnection(); 40 connection = (HttpURLConnection)requestUrl.openConnection();