Cleaned up the HTML
This commit is contained in:
parent
d9cf199d0c
commit
7caea521d1
2 changed files with 111 additions and 90 deletions
12
index.html
12
index.html
|
@ -17,7 +17,7 @@
|
|||
<p>The simplest IPTV service. TV channels and radio stations from around the world, all for free.</p>
|
||||
</header>
|
||||
|
||||
<h2>Portal</h2>
|
||||
<h2 id="portal">Portal</h2>
|
||||
<nav>
|
||||
<a href="https://git.nadeko.net/frost/repo/raw/branch/main/tv.m3u" target="_blank">TV channels</a> •
|
||||
<a href="https://git.nadeko.net/frost/repo/raw/branch/main/radio.m3u" target="_blank">Radio stations</a> •
|
||||
|
@ -31,19 +31,19 @@
|
|||
</nav>
|
||||
<a href="/v2/">The new website (work in progress)</a>
|
||||
|
||||
<h3>How to use</h3>
|
||||
<h3 id="how-to-use">How to use</h3>
|
||||
<p>See the <a href="/tutorial/">tutorial page</a> for instructions.</p>
|
||||
|
||||
<h3>Our philosophy</h3>
|
||||
<h3 id="our-philosophy">Our philosophy</h3>
|
||||
<p>We believe entertainment and information are essential resources in life, and they should be easily accessible to the public. Things like cable services are locking these behind paywalls that some people might not be able to afford or access easily, and things like OTA / FAST television are very hard to rely on. This service is giving to you what you'll need to know and also providing easily available entertainment.</p>
|
||||
|
||||
<h3>Contribute</h3>
|
||||
<h3 id="contribute">Contribute</h3>
|
||||
<p>Want to help out? That'd be awesome! You can either open an issue to contribute or ask for an invite. If you open an issue you'll probably be invited anyways but it's your choice to join. Anything that can last at least 5 minutes without lagging, freezing or crashing is considered a stable stream.</p>
|
||||
|
||||
<h3>Disclaimer</h3>
|
||||
<h3 id="disclaimer">Disclaimer</h3>
|
||||
<p>No video files are stored. We're simply using user-submitted links to publicly available video stream URLs, which to the best of our knowledge have been intentionally made public by the copyright holders. If any links in these playlists infringe on your rights as a copyright holder, they may be removed by sending a pull request or opening an issue. However, we have no control over the destination of the link, and just removing the link from the playlist will not remove its contents from the web. Linking does not directly infringe copyright because no copy is actually made on the site providing the link, and thus this is not a valid reason to send a DMCA notice. To remove this content from the web, you should contact the web host that's actually hosting the content (not the maintainers of this repository).</p>
|
||||
|
||||
<h3>Members</h3>
|
||||
<h3 id="members">Members</h3>
|
||||
<div>
|
||||
<a href="https://git.nadeko.net/v/"><img src="https://git.nadeko.net/avatar/63d794b0b43823a2ce84424c50eddfe7" loading="lazy" alt="Voxel" width="64" height="64"></a>
|
||||
<a href="https://github.com/c4artisan/"><img src="https://avatars.githubusercontent.com/u/41709262" loading="lazy" alt="zappr" width="64" height="64"></a>
|
||||
|
|
|
@ -3,95 +3,116 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>FrostIPTV</title>
|
||||
<title>Tutorial - FrostIPTV</title>
|
||||
<meta name="description" content="The simplest IPTV service. TV channels and radio stations from around the world, all for free.">
|
||||
<meta name="keywords" content="IPTV, TV, free TV, free IPTV">
|
||||
<link rel="stylesheet" href="/assets/css/style.css">
|
||||
<link rel="icon" type="image/png" href="/assets/img/favicon.png">
|
||||
</head>
|
||||
|
||||
<body class="stackedit">
|
||||
<div class="stackedit__html"><h1 id="tutorial">Tutorial</h1>
|
||||
<h2 id="players">Players</h2>
|
||||
<h3 id="windows">Windows</h3>
|
||||
<ul>
|
||||
<li><a href="https://www.videolan.org/vlc/download-windows.html">VLC</a> - Free and open-source portable cross-platform media player. ⭐</li>
|
||||
<li><a href="https://kodi.tv/">Kodi</a> - Free cross-platform media player with library support.</li>
|
||||
<li><a href="https://potplayer.daum.net/">PotPlayer</a> - multimedia player</li>
|
||||
<li><a href="https://mpv.io/">MPV</a> - A free, open source, and cross-platform media player. ⭐</li>
|
||||
<li><a href="https://github.com/4gray/iptvnator">IPTVnator</a> - Free cross-platform IPTV streaming application with multiple features such as favorites, EPG, TV archive etc.</li>
|
||||
<li><a href="https://github.com/Roshan-R/termv">termv</a> - A terminal IPTV player written in bash.</li>
|
||||
</ul>
|
||||
<h3 id="macos">macOS</h3>
|
||||
<ul>
|
||||
<li><a href="https://www.videolan.org/vlc/download-macosx.html">VLC</a> - Free and open-source portable cross-platform media player. ⭐</li>
|
||||
<li><a href="https://iina.io/">IINA</a> - Modern media player for macOS.</li>
|
||||
<li><a href="https://mpv.io/">MPV</a> - A free, open source, and cross-platform media player. ⭐</li>
|
||||
<li><a href="https://kodi.tv/">Kodi</a> - Free cross-platform media player with library support.</li>
|
||||
<li><a href="https://github.com/4gray/iptvnator">IPTVnator</a> - Free cross-platform IPTV streaming application with multiple features such as favorites, EPG, TV archive etc.</li>
|
||||
<li><a href="https://github.com/Roshan-R/termv">termv</a> - A terminal IPTV player written in bash.</li>
|
||||
</ul>
|
||||
<h3 id="ios">iOS</h3>
|
||||
<ul>
|
||||
<li><a href="https://apps.apple.com/us/app/gse-smart-iptv/id1028734023">GSE SMART IPTV</a> - Complete user defined Advanced IPTV solutions for live and non-live TV/stream. ⭐</li>
|
||||
<li><a href="https://apps.apple.com/ae/app/flex-iptv/id1182930255">Flex IPTV</a> - Allows you to view live and non-live TV/stream technology-based IPTV.</li>
|
||||
<li><a href="https://apps.apple.com/us/app/nplayer/id1116905928">nPlayer</a> - Media player with support DTS and Dolby.</li>
|
||||
<li><a href="https://apps.apple.com/us/app/fastotvlite/id1496936356">FastoTV Lite</a> - Open source ad-free IPTV client, with support for live media, VOD, favorites list and EPG.</li>
|
||||
<li><a href="https://apps.apple.com/us/app/whatsup-tv/id1476950273">WhatsUp TV</a> - Player for IPTV (.m3u) playlists. ⭐</li>
|
||||
<li><a href="https://apps.apple.com/in/app/smarters-player-lite/id1628995509">IPTV Smarters Lite</a> - Video streaming player that allows your IPTV customers or end-users to stream content like Live TV, VOD, Series, and TV Catchup supplied by you.</li>
|
||||
<li><a href="https://apps.apple.com/us/app/purple-playlist-player/id1547219704">Purple Player</a> - IPTV Player for users to watch content with their playlist.</li>
|
||||
</ul>
|
||||
<h3 id="android">Android / Google TV / Firestick</h3>
|
||||
<ul>
|
||||
<li><a href="https://play.google.com/store/apps/details?id=com.dnamedya.netiptv">NET IP TV</a> - IPTV player for Android platform.</li>
|
||||
<li><a href="https://televizo.net/index.html">Televizo</a>⭐</li>
|
||||
<li><a href="https://play.google.com/store/apps/details?id=tk.kgtv">KgTv Player</a> - IPTV player with support quality change, search, export and modification of channels.</li>
|
||||
<li><a href="https://play.google.com/store/apps/details?id=org.videolan.vlc">VLC for Android</a> - Free and open-source portable cross-platform media player. ⭐</li>
|
||||
<li><a href="https://play.google.com/store/apps/details?id=com.mxtech.videoplayer.ad">MX Player</a> - Powerful video player with advanced hardware acceleration and subtitle support.</li>
|
||||
<li><a href="https://play.google.com/store/apps/details?id=com.fastotv.lite">FastoTV Lite</a> - Open source ad-free IPTV client, with support for live media, VOD, favorites list and EPG.</li>
|
||||
<li><a href="https://troypoint.com/sparkle-tv-iptv-player">Sparkle</a> - Simplistic modern-themed client, with features like favoriting channels and timeshift. (Freemium) ⭐</li>
|
||||
</ul>
|
||||
<h3 id="web">Web</h3>
|
||||
<ul>
|
||||
<li><a href="https://iptvnator.vercel.app/">IPTVnator</a> - Open-source and cross-platform IPTV player application with multiple features, such as support of m3u and m3u8 playlists, favorites, TV archive/catchup and more.</li>
|
||||
<li><a href="https://whatsuptv.app/">WhatsUp TV</a> - Player for IPTV (.m3u) playlists.</li>
|
||||
<li><a href="https://vidgrid.tk.gg">VidGrid</a> - News channel focused multiviewer with support for live m3u8 playlists, YouTube and Twitch streams with one-click audio switching.</li>
|
||||
<li><a href="http://webtv.iptvsmarters.com">IPTV Smarters Web</a> - Video streaming player that allows your IPTV customers or end-users to stream content like Live TV, VOD, Series, and TV Catchup supplied by you.</li>
|
||||
</ul>
|
||||
<h3 id="vlc">VLC</h3>
|
||||
<ol>
|
||||
<li>Copy the URL</li>
|
||||
<li>Press CTRL + V and then press enter.</li>
|
||||
</ol>
|
||||
<h3 id="vlc-android">VLC Android</h3>
|
||||
<ol>
|
||||
<li>Copy the URL</li>
|
||||
<li>Go to the “More” tab at the bottom</li>
|
||||
<li>Press on new stream</li>
|
||||
<li>Click on the play icon</li>
|
||||
</ol>
|
||||
<h3 id="vlc-iphone">VLC iPhone</h3>
|
||||
<ol>
|
||||
<li>Copy the URL</li>
|
||||
<li>Go to the “Network” tab at the bottom</li>
|
||||
<li>Press on new stream</li>
|
||||
<li>Click on the play icon</li>
|
||||
</ol>
|
||||
<h3 id="potplayer">PotPlayer</h3>
|
||||
<ol>
|
||||
<li>Open PotPlayer</li>
|
||||
<li>Copy the URL</li>
|
||||
<li>Ctrl+V</li>
|
||||
</ol>
|
||||
<h3 id="kodi">Kodi</h3>
|
||||
<ol>
|
||||
<li>Install from Repository → Kodi Add-on repository</li>
|
||||
<li>PVR clients → look for IPTV Simple Client and install</li>
|
||||
<li>Configure → 3rd option</li>
|
||||
<li>Set Location to Remote path</li>
|
||||
<li>Paste the URL</li>
|
||||
<li>Make sure it's enabled and click OK. Wait a bit and head to TV</li>
|
||||
</ol>
|
||||
</div>
|
||||
<body>
|
||||
<h1>Tutorial</h1>
|
||||
|
||||
<h2 id="players">Players</h2>
|
||||
<details id="windows-players">
|
||||
<summary>Windows</summary>
|
||||
<ul>
|
||||
<li><a href="https://www.videolan.org/vlc/download-windows.html">VLC</a> - Free and open-source portable cross-platform media player. ⭐</li>
|
||||
<li><a href="https://mpv.io/">MPV</a> - A free, open source, and cross-platform media player. ⭐</li>
|
||||
<li><a href="https://kodi.tv/">Kodi</a> - Free cross-platform media player with library support.</li>
|
||||
<li><a href="https://potplayer.daum.net/">PotPlayer</a> - multimedia player</li>
|
||||
<li><a href="https://github.com/4gray/iptvnator/">IPTVnator</a> - Free cross-platform IPTV streaming application with multiple features such as favorites, EPG, TV archive etc.</li>
|
||||
<li><a href="https://github.com/Roshan-R/termv/">termv</a> - A terminal IPTV player written in bash.</li>
|
||||
</ul>
|
||||
</details>
|
||||
|
||||
<details id="macos-players">
|
||||
<summary>macOS</summary>
|
||||
<ul>
|
||||
<li><a href="https://www.videolan.org/vlc/download-macosx.html">VLC</a> - Free and open-source portable cross-platform media player. ⭐</li>
|
||||
<li><a href="https://mpv.io/">MPV</a> - A free, open source, and cross-platform media player. ⭐</li>
|
||||
<li><a href="https://iina.io/">IINA</a> - Modern media player for macOS.</li>
|
||||
<li><a href="https://kodi.tv/">Kodi</a> - Free cross-platform media player with library support.</li>
|
||||
<li><a href="https://github.com/4gray/iptvnator/">IPTVnator</a> - Free cross-platform IPTV streaming application with multiple features such as favorites, EPG, TV archive etc.</li>
|
||||
<li><a href="https://github.com/Roshan-R/termv/">termv</a> - A terminal IPTV player written in bash.</li>
|
||||
</ul>
|
||||
</details>
|
||||
|
||||
<details id="android-players">
|
||||
<summary>Android/Google TV/Firefox</summary>
|
||||
<ul>
|
||||
<li><a href="https://play.google.com/store/apps/details?id=org.videolan.vlc">VLC for Android</a> - Free and open-source portable cross-platform media player. ⭐</li>
|
||||
<li><a href="https://televizo.net/index.html">Televizo</a> ⭐</li>
|
||||
<li><a href="https://troypoint.com/sparkle-tv-iptv-player/">Sparkle</a> - Simplistic modern-themed client, with features like favoriting channels and timeshift. (Freemium) ⭐</li>
|
||||
<li><a href="https://play.google.com/store/apps/details?id=com.dnamedya.netiptv">NET IP TV</a> - IPTV player for Android platform.</li>
|
||||
<li><a href="https://play.google.com/store/apps/details?id=tk.kgtv">KgTv Player</a> - IPTV player with support quality change, search, export and modification of channels.</li>
|
||||
<li><a href="https://play.google.com/store/apps/details?id=com.mxtech.videoplayer.ad">MX Player</a> - Powerful video player with advanced hardware acceleration and subtitle support.</li>
|
||||
<li><a href="https://play.google.com/store/apps/details?id=com.fastotv.lite">FastoTV Lite</a> - Open source ad-free IPTV client, with support for live media, VOD, favorites list and EPG.</li>
|
||||
</ul>
|
||||
</details>
|
||||
|
||||
<details id="ios-players">
|
||||
<summary>iOS</summary>
|
||||
<ul>
|
||||
<li><a href="https://apps.apple.com/us/app/gse-smart-iptv/id1028734023/">GSE SMART IPTV</a> - Complete user defined Advanced IPTV solutions for live and non-live TV/stream. ⭐</li>
|
||||
<li><a href="https://apps.apple.com/us/app/whatsup-tv/id1476950273/">WhatsUp TV</a> - Player for IPTV (.m3u) playlists. ⭐</li>
|
||||
<li><a href="https://apps.apple.com/ae/app/flex-iptv/id1182930255/">Flex IPTV</a> - Allows you to view live and non-live TV/stream technology-based IPTV.</li>
|
||||
<li><a href="https://apps.apple.com/us/app/nplayer/id1116905928/">nPlayer</a> - Media player with support DTS and Dolby.</li>
|
||||
<li><a href="https://apps.apple.com/us/app/fastotvlite/id1496936356/">FastoTV Lite</a> - Open source ad-free IPTV client, with support for live media, VOD, favorites list and EPG.</li>
|
||||
<li><a href="https://apps.apple.com/in/app/smarters-player-lite/id1628995509/">IPTV Smarters Lite</a> - Video streaming player that allows your IPTV customers or end-users to stream content like Live TV, VOD, Series, and TV Catchup supplied by you.</li>
|
||||
<li><a href="https://apps.apple.com/us/app/purple-playlist-player/id1547219704/">Purple Player</a> - IPTV Player for users to watch content with their playlist.</li>
|
||||
</ul>
|
||||
</details>
|
||||
|
||||
<details id="web-players">
|
||||
<summary>Web</summary>
|
||||
<ul>
|
||||
<li><a href="https://iptvnator.vercel.app/">IPTVnator</a> - Open-source and cross-platform IPTV player application with multiple features, such as support of m3u and m3u8 playlists, favorites, TV archive/catchup and more.</li>
|
||||
<li><a href="https://whatsuptv.app/">WhatsUp TV</a> - Player for IPTV (.m3u) playlists.</li>
|
||||
<li><a href="https://vidgrid.tk.gg/">VidGrid</a> - News channel focused multiviewer with support for live m3u8 playlists, YouTube and Twitch streams with one-click audio switching.</li>
|
||||
<li><a href="http://webtv.iptvsmarters.com/">IPTV Smarters Web</a> - Video streaming player that allows your IPTV customers or end-users to stream content like Live TV, VOD, Series, and TV Catchup supplied by you.</li>
|
||||
</ul>
|
||||
</details>
|
||||
|
||||
<h2 id="how-to-use">How to use</h2>
|
||||
|
||||
<h3 id="vlc">VLC</h3>
|
||||
<ol>
|
||||
<li>Copy the URL</li>
|
||||
<li>Press CTRL + V and then press enter.</li>
|
||||
</ol>
|
||||
|
||||
<h3 id="vlc-android">VLC Android</h3>
|
||||
<ol>
|
||||
<li>Copy the URL</li>
|
||||
<li>Go to the “More” tab at the bottom</li>
|
||||
<li>Press on new stream</li>
|
||||
<li>Click on the play icon</li>
|
||||
</ol>
|
||||
|
||||
<h3 id="vlc-ios">VLC iOS</h3>
|
||||
<ol>
|
||||
<li>Copy the URL</li>
|
||||
<li>Go to the “Network” tab at the bottom</li>
|
||||
<li>Press on new stream</li>
|
||||
<li>Click on the play icon</li>
|
||||
</ol>
|
||||
|
||||
<h3 id="potplayer">PotPlayer</h3>
|
||||
<ol>
|
||||
<li>Open PotPlayer</li>
|
||||
<li>Copy the URL</li>
|
||||
<li>Ctrl+V</li>
|
||||
</ol>
|
||||
|
||||
<h3 id="kodi">Kodi</h3>
|
||||
<ol>
|
||||
<li>Install from Repository → Kodi Add-on repository</li>
|
||||
<li>PVR clients → look for IPTV Simple Client and install</li>
|
||||
<li>Configure → 3rd option</li>
|
||||
<li>Set Location to Remote path</li>
|
||||
<li>Paste the URL</li>
|
||||
<li>Make sure it's enabled and click OK. Wait a bit and head to TV</li>
|
||||
</ol>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue