An open API service indexing awesome lists of open source software.

https://github.com/jay-goo/m3u8httpserver

Android Local Http Server
https://github.com/jay-goo/m3u8httpserver

Last synced: 2 months ago
JSON representation

Android Local Http Server

Awesome Lists containing this project

README

        

# M3U8HttpServer
Android Local Http Server for M3U8

# Dependencies

```xml
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}

dependencies {
compile 'com.github.Jay-Goo:M3U8HttpServer:v1.0.2'
}

```

# Usage
- `createLocalHttpUrl(String filePath)` convert local file path to http server url

- `execute()` start server

- `finish()` stop server

# Sample
you can go to [M3U8Downloader](https://github.com/Jay-Goo/M3U8Downloader) to know how to use it in your project