Ignore:
Timestamp:
08/19/10 21:23:27 (21 months ago)
Author:
shiretu
Message:

-- stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/builders/androidapplestreaming/src/org/apache/android/media/VideoViewDemo.java

    r81 r82  
    6666        _thread = new Thread() { 
    6767                public void run() { 
    68                     _ci.EnvRun("0.0.0.0", 5544); 
     68                    _ci.EnvRun("68.246.67.43", 5544); 
    6969                } 
    7070            }; 
     
    142142            return; 
    143143 
    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"; 
    147147 
    148148        //url="http://mlbvod-akc.mlb.com/mlbam/2010/04/08/MLB_GAME_VIDEO_LANPIT_HOME_20100408/master_mobile.m3u8"; 
     
    150150        //String sessId="playback=HTTP_CLOUD_WIRED&contentId=7320085&appAccountName=mlb&eventId=14-263849-2010-04-08&ipid=11627706&sessionKey=GBncPsxRBV02IC9n80RP1Sdr9ew%3D"; 
    151151  
     152        url="http://mediadownloads.mlb.com/mlbam/2010/06/29/9505835_m3u8/128/dropf_9505835_100m_128K.m3u8"; 
     153        String key=""; 
     154        String sessId=""; 
    152155 
    153156        Toast.makeText(getApplicationContext(), "Opening: " + url, Toast.LENGTH_LONG).show(); 
     
    204207            } 
    205208 
    206             final String path = "rtsp://localhost:5544/" + msgInfoListStreams.getStreamName(0); 
     209            final String path = "rtsp://68.246.67.43:5544/" + msgInfoListStreams.getStreamName(0); 
    207210            Log.v(TAG, "path: " + path); 
    208211            if (path == null || path.length() == 0) { 
Note: See TracChangeset for help on using the changeset viewer.