MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Get Support » General Support


General Support Post problems you have when using MediaPortal, or pre installation questions in here.

Reply
 
Thread Tools Display Modes
Old 2005-12-11, 18:36   #1 (permalink)
Portal Member
 
Join Date: Dec 2005
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts


Default Timeshifting File

Area: Media Portal Program
MP Version: 1.0.3.0
Windows Version: Windows XP Pro SP2
CPU Type: 2500+
Memory: 1.5 GB
Video Card: 9600 Pro
Video Render Type: VMR9
Video Codec Type & Version: Mpeg2Dec Filter
Audio Codec Type & Version: MPEG/AC3/DTS/LPCM Audio Decoder
TV Card: Hauppauge Nova-T 90002
TV Card Type: hardware, DVB-T

Ok, I've tried searching for this and looking through the manual but if it's there, then I've not found it yet And it's not so much a problem as a question...

Where does Media Portal store the file for the Timeshifting function? Obviously when you hit pause it's recording the TV stream and storing it somewhere so you can fast forward/rewind through it, but I can't figure out where it's storing the stuff.

I've set the TV card recording folder to "D:\My Documents\My Videos\WinTV", and it puts normal recorded files in there. It's also made a folder called "card1" and when I enable timeshift it creates another file in there about 6k in size, I forget what it's called. And I'd like it to store any timeshift recordings in there too as it's on my largest hard drive partition.

Also, is there a maximum setting for how big the file can get (how much timeshifting can be done) and can you change it?

And err... about the regular recording. The software that came with the card (WinTV2000) records and saves stuff in .mpg (Mpeg 2) files, which makes sense as the card's hardware encoding them and just saving the file directly to disc.
Media Portal's giving me .dvr-ms files which I'm guessing it makes out of the MPEG 2 stream, converting and compressing them before saving them to disc. Is there any way to change that, or any need to? I know I can just convert them to .mpg or whatever within Media Portal, so it's not a big issue.
pepsi_max2k is offline   Reply With Quote
Old 2005-12-11, 18:45   #2 (permalink)
Super Moderator
 
FlipGer's Avatar
 
Join Date: Apr 2004
Location: Leipzig, Germany
Age: 33
Posts: 2,241
Thanks: 31
Thanked 53 Times in 39 Posts

Country:

My System

Default

Hi,

1) Yes, timeshift folder is the same as the recording folder, so nothing to worry here.
2) You can set the time in minutes of the timeshift buffer. The size then deppends on the bitrate your DVB-T provider has set. (Setup->Television)
3) Yes and no. DVR-MS is just another container format for MPEG2, so there is no new compression. Its just another wrapper. The format cannot be changed, in the future it will be transport stream (TS) instead of DVR-MS. As you already said, converting to MPEG2 can easily be done, and it is also very fast, because it is more ore less a copy process. Stripping out the MPEG2 data and saving it in a other container.

HTH, Flip
FlipGer is offline   Reply With Quote
Old 2005-12-11, 19:13   #3 (permalink)
Portal Member
 
Join Date: Dec 2005
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts


Default

thanks for the reply, just wanna make sure about the timeshift thing. should I be seeing any kind of file in the folder other than the 6k "live.tv" one? cos i'm looking in it while fast forwarding/rewinding a timeshift and there's nothing there other than that in the "card1" folder.
pepsi_max2k is offline   Reply With Quote
Old 2005-12-11, 21:26   #4 (permalink)
Portal Member
 
Join Date: Oct 2005
Location: Poland
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Quote:
Originally Posted by FlipGer
Hi,

1) Yes, timeshift folder is the same as the recording folder, so nothing to worry here.
...

Are you sure about it ??
Mine MP stores it in C:\Documents and Settings\%username%\Ustawienia lokalne\Temp\ although the recording folder is different (d:\media\nagrania z TV). I dont know how to change it :-(.
__________________
My HTPC system:
Hard: AMD 1700+@1600 MHz, Abit AN7, GF6200 128MB, 512MB RAM, Sapphire Theatrix 550 Pro, Samsung 120GB - very silent HTPC
Soft: Windows XP Pro SP 2, DirectX 9.0c, .NET 1.1 SP1a and 2.0, Using VMR9, MP2.0 At least one weak svn.
dragongc is offline   Reply With Quote
Old 2005-12-12, 01:27   #5 (permalink)
Retired Team Member
 
Callifo's Avatar
 
Join Date: Dec 2004
Location: Adelaide, Australia
Age: 22
Posts: 1,444
Thanks: 0
Thanked 11 Times in 1 Post

Country:

My System

Send a message via MSN to Callifo
Default

Mine also stores in the directory I specified. You can see the timeshift files if you go into folder options and untick "Hide Protected Operating System Files"
Callifo is offline   Reply With Quote
Old 2005-12-12, 09:19   #6 (permalink)
Portal Member
 
Join Date: Dec 2005
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts


Default

aahh, i thought showing hidden files would be enough. didn't know there was other hidden things. anyway, i can see a "TempSBE" folder now with "MSDVRMM_1821544547_262144_48072" and "MSDVRMM_1821544547_262144_48074" both 8k, "SBE4.tmp" 5.4k and "SBE3.tmp" 95.5 MB. i guess the large one's the main file but it's not changing in size at all, when i timeshift or change the timeshift buffer size, but i guess maybe it just grows when it needs to? i've only paused about a minute of tv so far

EDIT: I stand corrected, "SBE3.tmp" is now 191 MB. problem solved 8) time for some wiki updating methinks.

EDIT 2: "SBE3.tmp" is 236 MB, "SBE4.tmp" 286 MB, and there's a new "SBE5.tmp" which as I type has gone up to 95.5 MB and another "SBE6.tmp" has appeared. hopefully it'll stop when it gets to about 60 mins of data. would be a bad place to have a bug i recon :shock:
pepsi_max2k is offline   Reply With Quote
Old 2005-12-12, 10:05   #7 (permalink)
Super Moderator
 
FlipGer's Avatar
 
Join Date: Apr 2004
Location: Leipzig, Germany
Age: 33
Posts: 2,241
Thanks: 31
Thanked 53 Times in 39 Posts

Country:

My System

Default

Hi,

timeshift is a ring buffer. 60 minutes will need aprox 2 GB diskspace. So you will get around ten files, and then MP will return to the first, or deleting the first. So no need to worry. A bug in timeshift would have been noticed already....i hope

Flip
FlipGer is offline   Reply With Quote
Reply

Bookmarks

Tags
timeshifting

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
MP & XBMC intergration scripts v0.6d Update 4-MAR-07 thechad Plugins 179 2008-03-18 04:47
0.2.1 and latest svn MyPictures thumbnails broken gloomyandy Codecs, External Players 1 2006-10-24 11:01
TV recording question/problem 'Arry Installation, configuration support 9 2006-09-22 14:14
Recording from TV 'Arry General Support 2 2006-09-20 01:12
Cant get MyTV to work (2.0 RC3)? mdolan General Support 3 2006-03-30 15:58


All times are GMT +1. The time now is 17:22.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden