Commit 54d617ab906db4ab0e3ca5dc0c57d8b9b1c00e32
1 parent
a25113af
2
Showing
1 changed file
with
1 additions
and
1 deletions
01.点播云/1.3 获取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/vod_ips/vodplayBySWF?vId=xinyingshi&appId=iqj730vn11"; | 37 | + String mp4Url = "http://api.cnlive.com/open/api2/vod_ips/vodplayBySWF?appId=iqj730vn11&vId=174e6c5f3d9e4ddeb739feed1906fa11&rate=2"; |
| 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(); |