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
- Host: GitHub
- URL: https://github.com/jay-goo/m3u8httpserver
- Owner: Jay-Goo
- License: apache-2.0
- Created: 2017-12-14T06:42:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T05:33:29.000Z (over 7 years ago)
- Last Synced: 2025-03-23T00:51:20.291Z (3 months ago)
- Language: Java
- Size: 150 KB
- Stars: 17
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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