是否有易于破解的开源 Tivo 媒体服务器?
系列 2 及更高版本的 Tivos 在“音乐、照片和展示”下有一个“[计算机名称] 上的音乐”选项,可让您播放托管在其他计算机上的音乐。此选项似乎出现在本地网络上运行兼容服务器的每台计算机上。例如,如果配置正确,则可以显示运行 Tivo Desktop 的 Windows PC。我的 NAS 也支持这个。然而,这些服务器都不像我想要的那样可配置。 (我们家里唯一的 Windows 盒子是一台笔记本电脑,因此不能真正依赖它作为服务器,因为它大部分时间都处于睡眠状态。)
是否有一个易于破解的开源 Tivo 媒体服务器(或用于构建的库 )一)?我需要一些可以在 Linux 上运行的东西,并且我更喜欢用 Python 或 Java 编写的东西。
我最关心的是能够提供音乐(mp3 文件),但支持“[计算机名称] 上的照片”将是一个不错的奖励。
Series 2 and later Tivos have a "Music on [computername]" option under "Music, Photos & Showcases" which lets you play music that's hosted on some other machine. This option seems to appear for each computer on the local network with a compatible server running. For example, a Windows PC running Tivo Desktop can show up if configured correctly. My NAS also has support for this. Neither of these servers are as configurable as I would like, however. (And the only Windows box in our house is a laptop, so it can't really be relied on as a server since it's asleep most of the time.)
Is there an easily hackable open-source Tivo media server (or library for building one)? I need something that can run on Linux, and I'd prefer something written in Python or Java.
I mostly care about being able to serve music (mp3 files), but supporting the "Photos on [computername]" thing would be a nice bonus.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我从来没有这样做过,但是有一个名为 pyTiVo 的包声称可以提供服务视频、音乐和照片。 (这是博客发布了某人如何在旧版本的 Ubuntu 中设置它的帖子。)
I've never done this, but there's a package called pyTiVo which claims to serve videos, music, and photos. (Here's a blog post of how someone set it up in an old version of Ubuntu.)
有 JavaHMO ,它是 GPL。我已经很久没有使用它了,但它应该值得研究。
更新:
写完这篇文章后,我发现 JavaHMO 现在是 Galleon。
There is JavaHMO which is GPL. I haven't used it in ages but it should be worth investigating.
Updated:
Just after writing that I see that JavaHMO is now Galleon.
看看 HME/VLC 视频流媒体。它是跨平台的 Python 和 GPL 2.1 许可的。设置起来非常容易。
Take a look at HME/VLC Video Streamer. It's cross-platform Python and GPL 2.1 licensed. Pretty easy to set up.