Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
phpbg committed Feb 28, 2019
1 parent 69b2870 commit 2d8723c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ This is a small server that allows you to watch digital television on your compu
## Features
* scan and configure TV channels
* browse your TV channels from a web browser
* browse electronic program guide (EPG)
* stream tv using RTSP 1.0
* Kodi support (playing only, no EPG yet, see [below](#kodi))
* Kodi support, see [below](#kodi))
* watch simultaneously all channels in the same multiplex

## Is is compatible in my country?
Expand All @@ -23,7 +22,7 @@ It is in alpha stage, slow, but should be reliable enough (I've been running a s

## TODO LIST - Help wanted
These are ideas, please provide feedback and help:
* EPG for Kodi simple iptv client (easy pick)
* browse electronic program guide (EPG) (easy, just a web page to do, will be next release feature)
* multiple adapter support
* pause (live recording)
* scheduled recording
Expand All @@ -46,7 +45,7 @@ You can run the server and the client on the same device if you want.
* [VLC](https://www.videolan.org/vlc): expect troubles with VLC
* TCP does not work with VLC (it is supported but I didn't manage to make it work)
* UDP is the default and works, but glitches are expected, probably because TS stream should be converted to RTP? (if you know well RTSP and RTP please feedback wanted)
* <a name="kodi"></a>[Kodi](https://kodi.tv/) using [IPTV Simple Client](https://kodi.wiki/view/Add-on:IPTV_Simple_Client) You can download m3u8 on main channels page
* <a name="kodi"></a>[Kodi](https://kodi.tv/) using [IPTV Simple Client](https://kodi.wiki/view/Add-on:IPTV_Simple_Client) You can copy m3u and epg URLs from main channels page (links at bottom). I highly recommend you disable caching channels in IPTV plugin configuration **and** in kodi PVR settings
* Android
* [MPV-android](https://play.google.com/store/apps/details?id=is.xyz.mpv) (recommended)
* [VLC for Android](https://play.google.com/store/apps/details?id=org.videolan.vlc) (same limitations as VLC for desktop)
Expand Down
4 changes: 2 additions & 2 deletions src/Pages/Channels/Channels.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</div>

<p class="w3-container">
<a href="/channels/m3u8">Download as M3U</a>
<a href="/epg">Go to EPG</a>
<a href="/channels/m3u8">Download M3U</a>
<a href="/epg">Download EPG</a>
<a href="/configure">Go to configuration</a>
</p>

0 comments on commit 2d8723c

Please sign in to comment.