Commit 50fcc1d373a81f2bafeb9ebfd13a6331cdecc157
1 parent
ae28bb10
1
Showing
1 changed file
with
1 additions
and
1 deletions
02.直播云/1.2 获取flash直播URL接口.md
| ... | ... | @@ -34,7 +34,7 @@ |
| 34 | 34 | ```java |
| 35 | 35 | public String getFlashUrl() { |
| 36 | 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 | 38 | try { |
| 39 | 39 | URL requestUrl = new URL(mp4Url); |
| 40 | 40 | connection = (HttpURLConnection)requestUrl.openConnection(); | ... | ... |