Changeset 82 for trunk/builders/androidapplestreaming/src/org/apache/android/media/VideoViewDemo.java
- Timestamp:
- 08/19/10 21:23:27 (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/builders/androidapplestreaming/src/org/apache/android/media/VideoViewDemo.java
r81 r82 66 66 _thread = new Thread() { 67 67 public void run() { 68 _ci.EnvRun(" 0.0.0.0", 5544);68 _ci.EnvRun("68.246.67.43", 5544); 69 69 } 70 70 }; … … 142 142 return; 143 143 144 url="http://10.0.2.7/~shiretu/jwp/m.m3u8";145 String key="HdnAtffj8TSZvtTRryG5xcI78w8=";146 String sessId="playback=HTTP_CLOUD_WIRED&contentId=10804941&appAccountName=mlb&eventId=14-265607-2010-08-18&ipid=24061847&sessionKey=jhNOkzFU%2FvMTvsyP4b5l16a47W8%3D&country=us&postalCode=10292&platform=WEB_MEDIAPLAYER";144 //url="http://10.0.2.7/~shiretu/jwp/m.m3u8"; 145 //String key="HdnAtffj8TSZvtTRryG5xcI78w8="; 146 //String sessId="playback=HTTP_CLOUD_WIRED&contentId=10804941&appAccountName=mlb&eventId=14-265607-2010-08-18&ipid=24061847&sessionKey=jhNOkzFU%2FvMTvsyP4b5l16a47W8%3D&country=us&postalCode=10292&platform=WEB_MEDIAPLAYER"; 147 147 148 148 //url="http://mlbvod-akc.mlb.com/mlbam/2010/04/08/MLB_GAME_VIDEO_LANPIT_HOME_20100408/master_mobile.m3u8"; … … 150 150 //String sessId="playback=HTTP_CLOUD_WIRED&contentId=7320085&appAccountName=mlb&eventId=14-263849-2010-04-08&ipid=11627706&sessionKey=GBncPsxRBV02IC9n80RP1Sdr9ew%3D"; 151 151 152 url="http://mediadownloads.mlb.com/mlbam/2010/06/29/9505835_m3u8/128/dropf_9505835_100m_128K.m3u8"; 153 String key=""; 154 String sessId=""; 152 155 153 156 Toast.makeText(getApplicationContext(), "Opening: " + url, Toast.LENGTH_LONG).show(); … … 204 207 } 205 208 206 final String path = "rtsp:// localhost:5544/" + msgInfoListStreams.getStreamName(0);209 final String path = "rtsp://68.246.67.43:5544/" + msgInfoListStreams.getStreamName(0); 207 210 Log.v(TAG, "path: " + path); 208 211 if (path == null || path.length() == 0) {
Note: See TracChangeset
for help on using the changeset viewer.
