Freevo Developers Interviewed
prostoalex writes "O'Reilly's LinuxDevCenter features Freevo, 'a media platform that brings together various applications for video recording and playback.' They interview the developers, and talk about the current plans for the project. Freevo is not just a standalone product, it's a platform to which other developers, interested in home media on Linux, can plug into."
The first release, in May 2002, consisted only of a blue screen
So they made a Windows version first?
This product will never become popular until the authors implement some solid digital rights management. Several studies funded by the RIAA and MPAA conclusively prove that users want DRM in every piece of software and hardware that is made today.
I'm afraid without such restrictions on them, users just won't want to use such software because nobody wants free and unfettered access to equipment and software they purchase.
I'm a big tall mofo.
Howard Wen: How does Freevo differ from MythTV?
Dirk Meyer: MythTV uses QT, which uses X. Freevo should also run on a frame buffer, a DXR3 or something else. The next difference is MythTV depends on a MySQL database. Freevo always was a GUI for external programs. There was never the idea to build a TV application like MythTV inside Freevo.
Rob Shortt: MythTV has the live TV time-shifting nailed, and for that I am envious. While Myth has the advantage in [this], I think Freevo does a better job of other media handling.
Freevo tends to be a more nimble program, or I should say "platform." This has to do with us not using a data server like MySQL or depending on Apache for the web interface. Instead, we use a combination of caches, object serialization, XML files, and SQLite for persistent storage, and our own lightweight web server using Twisted.
Aubin Paul: MythTV is exceptional, and I admire much of what they've done. But I don't like some of their design choices. For example, why would I run X-Windows on my TV?
Runnin' On Empty
I am considering building a Linux "Media Center" PC soon and one reason I like Freevo more than MythTV is that for the most part it is written in Python. It seems that Freevo would be far easier to modify and write plugins for than Myth (which mostly written in C). Even the creators of Freevo claim they did not know Python before they started.
Check out that number: I-is-leet-1! Dude, are you one of the editors??? This can't be a coincidence!?
I'm amazed that they wrote up the Freevo project without even mentioning the MythTV project, which is far more mature (i.e. dues more, works a lot better, has more users and developers). Aside from doing more and working better, MythTV has a nice, scalable architecture that allows you to have multiple back-ends (storage and video encoding) and multiple front-ends (control and playback) so that you can have (for example) a big MythTV back-end in the basement with tons of storage and a couple of tuner cards, and have lightweight MythTV front-ends (which can run on an X-Box (for example, see http://www.killefiz.de/k/machines/xbox-mythtv-fron tend/) or a Mac. And since mythtv is available via apt-get install mythtv-suite it's really easy to set up and play around with on any Linux box. The latest version adds MythPhone, which is a fun way to play around with voice over IP and videophones. I'll admit that I spend more time in MythGame (runs all MAME games, etc.).
From trying both projects, the only interesting thing about Freevo is that the front-end is written in Python, which is a nice language but is slow, while MythTV is written in C++, which is an annoying language but is fast.
Enable 3D printed prosthetics!
I know there is Xbox Media Center http://www.xboxmediacenter.de/ but i'd like to have something (easier for me) in Python like this to work on and not something depending on the copyrighted Xbox library... Linux can run on an Xbox, can Freevo too ?
All this linux machine as a DVR stuff is great, except that I can't seem to find a video card that will work with my TV. I just want to display 1080i and 720p without any pieces of the image cut off. I have a nVidia card with DVI outputs that I can't find any information on how to configure correctly with my TV. I would buy a new card if I know it will work flawlessly, but no one seems to have information on what cards are good, or how to get the timings to configure X.
Not that I've played with either (my HTPC has always been running on windows), but this sounds like a good alternative to us all using DVB captures instead of crappy analog captures (once you try DVB capturing, you never want to go back). Sounds like this could go nicely with VDR (unless VDR already has those kinds of things in it already?). It seems that the only kind of digital capturing that any companies are interested into is for OTA HDTV, but it would be nice to have something for digital cable or satellite (well, we already have DVB-S covered). For once, microsoft might be the only ones with enough money and power to convince big media companies to let them record the decrypted digital signal directly, as long as they use their DRM. At least you'd have good quality timeshifted/recorded shows, but that's never gonna happen. In some PVR software reviews, I remember seeing them mentionning how they've designed it to accomodate for things like rabbit ears (and analog cable). Here, everybody I know has either satellite or digital cable (probably twice as many with satellite).
///<sig
Has anyone tried Freevo on OSX?
It is possible to install Myth without X. It's a bit of a PITA nowadays, but it can be done.
Now relying purely on framebuffer, on the other hand... BAD IDEA. Ditching X means ditching hardware scaling, hardware IDCT, and hardware motion compensation, critical to:
a) Running a frontend on a slower system
b) Viewing HDTV at all. It's a pain without hardware MoComp and IDCT, but there's no way in hell you're going to do it with software scaling.
retrorocket.o not found, launch anyway?
Freevo's operation relies on scraping content off third-party websites without permission. Not only is this a dubious practice from a legal and ethical point of view, it's a bad long-term strategy. Should Freevo become popular, then the owners of the content that Freevo lifts will either take steps to cut off Freevo access, or will disappear because their business model is being subverted.
I've been in contact with some of the authors of the Freevo project regarding this issue; their attitude seems to be "we are able to do it, therefore we will." What about should? Is it a good idea to bite the hands that feed you?
I've been thinking of putting either a MythTV or Freevo box together for some time. However, before starting out, I want to find some decent HW that won't bankrupt me. A friend of mine reccomended an ASUS Pundit box, but I'm wondering what others have found? Anything cheaper or smaller?