|
|
02-26-2009, 11:08 AM
|
#1
|
|
Registered User
Join Date: Jul 2007
Posts: 17
|
VLC won't play my .tivo file But WMP 11 will
I just installed Stinky's MPEG-2 Codecs, and WMP 11 plays my .tivo files just fine.
How can I get VLC to play them as well?
Tivo Series 2 DT
Win XP Pro sp2
|
|
|
02-26-2009, 11:36 AM
|
#2
|
|
Free Bradley Manning
Join Date: Aug 2003
Posts: 8,095
|
Strip the DRM.
They only work in WiMP because TiVo Desktop installs a thingamajig for them. VLC doesn't use system codecs/filters/whatnot, so the .TiVo file won't work. But if you convert it to a plain MPEG, it should work fine.
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
|
|
02-26-2009, 11:57 AM
|
#3
|
|
Registered User
Join Date: Jul 2007
Posts: 17
|
k. It does work after I convert them to MPG. But I was hoping I didn't have to.
Thank you
|
|
|
02-26-2009, 12:18 PM
|
#4
|
|
Free Bradley Manning
Join Date: Aug 2003
Posts: 8,095
|
If you strip the DRM with something like tivodecode, it's a lossless process (apart from the metadata).
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
|
|
02-26-2009, 12:44 PM
|
#5
|
|
Registered User
Join Date: Jan 2007
Posts: 1,048
|
Quote:
Originally Posted by hurricanedavid
k. It does work after I convert them to MPG. But I was hoping I didn't have to.
Thank you
|
Just so it's clear, when you're 'converting them to mpeg' you're not really converting. You're extracting the mpeg that is in there so that it is playable everywhere, not just on the computer that has the right drivers installed and the right key set. (This is known as DRM).
So there's absolutely NO good reason to avoid this. It means your files will work. Work when you take them to another computer, and work in 50 years when/if tivo is long gone and stop making plugins for future media players.
__________________
Don't pay for Tivo Desktop / Roxio on the mac: To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. and To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. .
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
|
|
02-26-2009, 06:20 PM
|
#6
|
|
Registered User
Join Date: Feb 2004
Location: Arlington, MA, USA
Posts: 169
|
Quote:
Originally Posted by wmcbrine
If you strip the DRM with something like tivodecode, it's a lossless process (apart from the metadata).
|
Well, you can keep at least some of the metadata with the -D or --dump-metadata flags.
|
|
|
02-27-2009, 12:49 AM
|
#7
|
|
Super Moderator
Join Date: Apr 2000
Location: Nevada
Posts: 17,329
|
Quote:
Originally Posted by wmcbrine
They only work in WiMP because TiVo Desktop installs a thingamajig for them. VLC doesn't use system codecs/filters/whatnot, so the .TiVo file won't work. But if you convert it to a plain MPEG, it should work fine.
|
That "thingamajig" is called a DirectShow filter. Windows Media Player uses DirectShow, VLC does not.
That being said I think there is a way to get mplayer to use tivodecode to play .tivo files without the need for DirectShow. However, as far as I know, no one has come up with a similar hack for VLC.
Dan
__________________
Dan Haddix
Super Moderator
Developer for VideoReDo
|
|
|
03-19-2009, 11:16 AM
|
#8
|
|
Registered User
Join Date: Feb 2009
Posts: 8
|
Quote:
Originally Posted by Dan203
That "thingamajig" is called a DirectShow filter. Windows Media Player uses DirectShow, VLC does not.
That being said I think there is a way to get mplayer to use tivodecode to play .tivo files without the need for DirectShow. However, as far as I know, no one has come up with a similar hack for VLC.
Dan
|
This might be a bit off topic but -- Would installing another directshow filter under a secondary user account (in Vista) allow the secondary user to watch .tivo content on the PC? The Admin account can download and play fine via Tivo Desktop 2.7. The secodary account has access to the folder containing the .tivo content but is unable to play the .tivo content. Any ideas?
|
|
|
06-05-2009, 10:44 PM
|
#9
|
|
Registered User
Join Date: Jun 2009
Posts: 1
|
not sure if this helps guys, but I was having the same issue and I just downloaded v.9 of VLC and it now plays my files without a problem. I think the playback quality of WM11 looks a bit better, but YMMV
|
|
|
06-06-2009, 07:06 AM
|
#10
|
|
tivo_xml developer
Join Date: Sep 2004
Location: Outside Phildadelphia
Posts: 2,094
|
Quote:
Originally Posted by Dan203
That "thingamajig" is called a DirectShow filter. Windows Media Player uses DirectShow, VLC does not.
That being said I think there is a way to get mplayer to use tivodecode to play .tivo files without the need for DirectShow. However, as far as I know, no one has come up with a similar hack for VLC.
Dan
|
Code:
tivodecode -m $MAK -o - filename.TiVo | vlc -
Replace $MAK with your media access key. This line says: Invoke tivodecode using my Media Access Key, pipe the output to stdout, and invoke vlc with piped input from stdin. Note the " -o - ", and the trailing dash after vlc, these are important.
The drawback of using this method is that you can't seek in the file, only pausing and playing will work.
|
|
|
08-05-2011, 04:48 PM
|
#11
|
|
Bill Kearney
Join Date: Dec 2003
Location: Bethesda, MD USA
Posts: 1,287
|
Anything available that will also transcode the metadata from the .tivo file? MPG has the ability to hold all of the same info but tivodecode doesn't appear to bring it over.
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|