在 PC 上从 iOS 打开 m3u8 文件
我的 iPhone 上有一个名为 TV Screen 的应用程序。 我可以在我的 iPhone 上本地保存电视节目,很好。 我通过 SSH 进入应用程序文件夹,发现许多 .ts 文件和一个 m3u8 文件。
这是 m3u8 文件 http://dl.dropbox.com/u/92469/5_13365986_2011 -03-27.local.m3u8
不知何故,我无法在 Windows 电脑上打开该文件。 想法我该怎么办? 或者我如何转换它?
问候,乔尼
I got an App called TV Screen on my iPhone.
There i can save TV Shows localy on my iPhone, well kind of.
I went via SSH to the Application folder and found many .ts files and a m3u8 file.
Here the m3u8 File
http://dl.dropbox.com/u/92469/5_13365986_2011-03-27.local.m3u8
Somehow i cant open that file on my windows pc.
ideas how i can?
or how i can convert it?
Greetings, jonny
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
.m3u8 文件 是 UTF-8(适用于 8)格式的播放列表(适用于 m3u)。我用文本编辑器打开它,它只是引用您所有的 .ts 文件:
您可以使用 VLC 打开 .ts 文件: http ://www.videolan.org/
The .m3u8 file is a playlist (for m3u) in UTF-8 (for the 8). I opened it with a text editor, it just references all your .ts files:
You can open the .ts files with VLC: http://www.videolan.org/