A mini M3U8 downloader written in Golang for downloading and merging TS(Transport Stream) files. 一个迷你 M3U8 视频下载工具.
M3U8 - a mini M3U8 downloader written in Golang for downloading and merging TS(Transport Stream) files.
You only need to specify the flags(u
, o
, c
) to run, downloader will automatically download all TS files and consolidate them into a single TS file.
Features
- Download and parse M3U8(VOD)
- Retry on download TS failure
- Parse Master playlist
- Decrypt TS
- Merge TS
Usage
source
go run main.go -u=http://example.com/index.m3u8 -o=/data/example
binary:
Linux & MacOS
./m3u8 -u=http://example.com/index.m3u8 -o=/data/example
Windows PowerShell
.\m3u8.exe -u="http://example.com/index.m3u8" -o="D:\data\example"
Download
Screenshots
References
Easy-Web-TV-M3u8
Easy way to listen to music or radio stations, watch movies, series,
animes, shows, porn or IPTV, read novel or manga books and play games on
the website.
Official website
https://zhangboheng.github.io/Easy-Web-TV-M3u8/
Version
- Support to select countries, languages and category to watch more than 6000 TV channels
- Support to search and watch movies, series, animes and show
- Support to search and listen to 28000+ radio stations
- Support to search and watch porn videos if you open sensitive content
- Support to watch m3u8 links video
- Support to search and listen to music
- Support to search and read books
- Support to search and read manga
- Support to play games
- Support to remark your favorite channels, movies, series...
- Support to control and select source websites
- more..
Thanks
from https://github.com/zhangboheng/Easy-Web-TV-M3u8
------
m3u8在线播放器
嵌入网站:
<iframe src="https://m3u8player.org/player.html?url=https://****index.m3u8"></iframe>
M3U8Player 是一款实现 HTTP 实时流客户端的 Chrome 浏览器扩展工具。你可以播放 .m3u8 HTTP Live Streaming (HLS)。它依靠 HTML5 视频和媒体源扩展进行播放。它的工作原理是将 MPEG-2 传输流和 AAC/MP3 流转换成 ISO BMFF (MP4) 片段。如果浏览器中有 Web Worker,可使用它异步执行转码。它还支持 HLS + fmp4。
什么是m3u8文件?
文件扩展名为 M3U8 的文件是一种 UTF-8 编码的音频播放列表文件。它们是纯文本文件,音频和视频播放器都可以用它们来描述媒体文件的位置。
例如,一个 M3U8 文件可能会提供互联网电台的在线文件参考。另一个文件可能是在你的电脑上创建的,用于为你的个人音乐或一系列视频建立播放列表。
无论哪种方式,效果都是一样的:你可以打开文件,快速轻松地开始播放播放列表指向的内容。如果你发现自己想反复听同一首歌,你可以制作一个 M3U8 文件,作为在媒体播放器中播放这些特定曲目的快捷方式。
文件可以使用绝对路径、相对路径和 URL 来指向特定的媒体文件和/或媒体文件的整个文件夹。文件中的其他信息可能是描述文件内容的注释。
M3U8是一种播放多媒体列表的文件格式,它的设计初衷是为了播放音频文件,比如MP3,但是越来越多的软件现在用来播放视频文件列表,M3U8也可以指定在线流媒体音频源。很多播放器和软件都支持M3U8文件格式。
如何打开m3u8文件?
大多数文本编辑器都可以编辑和读取 M3U8 文件,包括 Windows 中的记事本。不过,用记事本打开一个文件只能让你读取文件引用。实际上,你不能像这样播放这些音乐文件,因为文本编辑器与媒体播放器或媒体管理程序不同。
如果你正在寻找一个好的程序来打开和使用 M3U8 文件,不妨试试 VLC、iTunes 或 Songbird。另一种在 Linux 上打开 M3U8 文件的方法是使用 XMMS,而 CocoModX 则适用于 Mac 用户(此外还有一些与 Windows 兼容的程序)。
你可以通过 m3u8在线播放器 在线快速打开文件。不过,如果你的电脑或其他设备上存储有 M3U8 文件,该网站就无法使用。您只有在拥有该文件的 URL 且其引用的内容也在线的情况下才能使用它。
from https://m3u8player.org/
No comments:
Post a Comment