TiVo Community
TiVo Community
TiVo Community
Go Back   TiVo Community > Main TiVo Forums > TiVo Home Media Features & TiVoToGo
TiVo Community
Reply
Forum Jump
 
Thread Tools
Old 02-26-2009, 11:08 AM   #1
hurricanedavid
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
hurricanedavid is offline   Reply With Quote
Old 02-26-2009, 11:36 AM   #2
wmcbrine
Free Bradley Manning
 
wmcbrine's Avatar
 
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.
wmcbrine is offline   Reply With Quote
Old 02-26-2009, 11:57 AM   #3
hurricanedavid
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
hurricanedavid is offline   Reply With Quote
Old 02-26-2009, 12:18 PM   #4
wmcbrine
Free Bradley Manning
 
wmcbrine's Avatar
 
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.
wmcbrine is offline   Reply With Quote
Old 02-26-2009, 12:44 PM   #5
Yoav
Registered User
 
Join Date: Jan 2007
Posts: 1,048
Quote:
Originally Posted by hurricanedavid View Post
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.
Yoav is offline   Reply With Quote
Old 02-26-2009, 06:20 PM   #6
jtkohl
Registered User
 
Join Date: Feb 2004
Location: Arlington, MA, USA
Posts: 169
Quote:
Originally Posted by wmcbrine View Post
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.
jtkohl is offline   Reply With Quote
Old 02-27-2009, 12:49 AM   #7
Dan203
Super Moderator
 
Dan203's Avatar
 
Join Date: Apr 2000
Location: Nevada
Posts: 17,329
Quote:
Originally Posted by wmcbrine View Post
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
Dan203 is offline   Reply With Quote
Old 03-19-2009, 11:16 AM   #8
murrayandstacey
Registered User
 
Join Date: Feb 2009
Posts: 8
Quote:
Originally Posted by Dan203 View Post
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?
murrayandstacey is offline   Reply With Quote
Old 06-05-2009, 10:44 PM   #9
moongdss74
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
moongdss74 is offline   Reply With Quote
Old 06-06-2009, 07:06 AM   #10
gonzotek
tivo_xml developer
 
gonzotek's Avatar
 
Join Date: Sep 2004
Location: Outside Phildadelphia
Posts: 2,094
Quote:
Originally Posted by Dan203 View Post
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.
gonzotek is offline   Reply With Quote
Old 08-05-2011, 04:48 PM   #11
wkearney99
Bill Kearney
 
wkearney99's Avatar
 
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.
wkearney99 is offline   Reply With Quote
Reply
Forum Jump




Thread Tools


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Advertisements

TiVo Community
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
vBulletin Skins by: Relivo Media
(C) 2013 Magenium Solutions - All Rights Reserved. No information may be posted elsewhere without written permission.
TiVoŽ is a registered trademark of TiVo Inc. This site is not owned or operated by TiVo Inc.
All times are GMT -5. The time now is 01:41 AM.
OUR NETWORK: MyOpenRouter | TechLore | SansaCommunity | RoboCommunity | MediaSmart Home | Explore3DTV | Dijit Community | DVR Playground |