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...
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...
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...