Recent content by Jeggu

  1. J

    Stream video from internet via nanoHTTPd in android

    Right now i am streaming local files using nanoHTTPd server it working fine. public Response serve(String uri, Method method, Map<String, String> header, Map<String, String> parameters, Map<String...
  2. J

    How to handle invaid urls in M3U8 in MediaPlayer

    I am playing m3u8 files using mediaplyer. But ckf url which is present in m3u8 is invalid. i have manipulate that url to get response. How can i handle such cases and serve the response code: public class ViewerActivity extends Activity implements Callback, OnPreparedListener...
  3. J

    How play M3U8 with encrypted key in MediaPlayer

    Could some one help to play m3u8 with encrypted, i can able to play m3u8 with plane key but due to some security reasons from back will be getting m3u8 with encrypted key. Code: public class ViewerActivity extends Activity implements Callback, OnPreparedListener...