| |||||||
| General Support Post problems you have when using MediaPortal, or pre installation questions in here. |
![]() |
| | Thread Tools | Display Modes |
| | #61 (permalink) |
| Portal Developer Join Date: Oct 2006 Location: Aarhus
Posts: 741
Thanks: 4
Thanked 75 Times in 52 Posts
Country: | Come to think of it ... u should only use the drive letters, not the full path. ex. <entry name="usertsp">no</entry> <entry name="recordingpath">R:\</entry> <entry name="timeshiftingpath">T:\</entry>
__________________ "It's all a big foodchain. We eat shit and shit eats us." |
| | |
| This User Say Thank You: |
| | #62 (permalink) |
| Portal Member Join Date: Nov 2004
Posts: 161
Thanks: 1
Thanked 2 Times in 2 Posts
Country: | the right working syntax is: <entry name="usertsp">no</entry> <entry name="recordingpath">R:</entry> <entry name="timeshiftingpath">T:</entry> to avoid T:\\TS ![]() ok for recording but still the same problem to read the ts file Code: 2008-10-30 23:37:00.984375 [Info.][MPMain]: TSReaderPlayer: open file: T:\TS\live5-0.ts.tsbuffer 2008-10-30 23:37:09.281250 [Info.][MPMain]: TSReaderPlayer:exception while creating DShow graph Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at DirectShowLib.IFileSourceFilter.Load(String pszFileName, AMMediaType pmt) at MediaPortal.Player.TSReaderPlayer.GetInterfaces(String filename) 2008-10-30 23:37:09.281250 [Info.][MPMain]: TSReaderPlayer:GetInterfaces() failed |
| | |
| | #63 (permalink) | |
| MP Donator ![]() | It seems that my mediaportal RC3 (latest svn) ignores the "usertsp" Mediaportal.xml Code: <section name="tvservice">
<entry name="hostname">artemis</entry>
<entry name="usertsp">no</entry>
<entry name="recordingpath">U:</entry>
<entry name="timeshiftingpath">T:</entry>
Quote:
| |
| | |
| | #64 (permalink) |
| Portal Member Join Date: Nov 2004
Posts: 161
Thanks: 1
Thanked 2 Times in 2 Posts
Country: | I found the solution for my TimeShift problem I have a dedicated harddrive on the server for pagefile, temp and TimeShift folder . It was set in dynamic mode with a partition for pagefile and temp + a mounted partition dedicated to TimeShift Now the hardrive is set in basic mode with standard folders and all is right ![]() Thanks gibman for this really important feature. |
| | |
| | #65 (permalink) | ||
| Portal Member | Don't think this is working for me this is the Mediaportal Log Quote:
Quote:
![]() | ||
| | |
| | #66 (permalink) | ||
| Portal Member | Quote:
| ||
| | |
| | #67 (permalink) |
| MP Donator ![]() Join Date: Dec 2007 Location: Drammen Age: 36
Posts: 24
Thanks: 0
Thanked 1 Time in 1 Post
Country: | This feature still work fine for RC3's latest weekly build. And for others that having problem with this feature, please check your shared file from the log and verify you can have access to the file through File Explore. Example for pigboy306, in your log you see: 2008-11-01 21:11:53.087000 [Info.][MPMain]: tvhome:file:d:\timeshiftbuffer\live2-0.ts.tsbuffer Now, cut and paste "d:\timeshiftbuffer\live2-0.ts.tsbuffer" to a File Explore and verify you've access to the file. If you don't have access to the file, then fix your shares on tve3. I won't bore you with all the technical infos on how UNC works, but here is a quick step-by-step on how to setup this feature: (there are several ways to do this, but this is like a "dummies guide to rtsp=no") TVServer setup: 1. You must have a dedicated disk partition for timeshift and records. 2. I suggest you format that partition with 64K block. 3. This step is important: You need to "Change Driver Letter" for the partition so that MP client PC can have the same driver letter when it “Map Network Driver”. 3.1 For this example, I decide to give the partition a driver letter 'T' and 3.2 (WindowsXP) Goto Control Panel -> Computer Manager -> Disk Management. 3.3 Right click your partition to bring up context menu and select “Change Driver Letter and Path for xxx”. 3.4 Now select "Change" and select driver letter T. Press OK on everything and exit Disk Management. 4. Goto your driver T and create a folder "tvserver". 5. Goto your newly created "tvserver" folder and create two new folders "timeshift" and "records". 6. Start your TVSetup/configuration and change your timeshift and records path for your tvcards so they match with T:\tvserver\timeshift and T:\tvserver\records. 7. To be sure it works; restart TV Service and manual start timeshift from TVSetup. Check your T:\tvserver\timeshift and verify timeshift files does exist… 8. We are almost done here... Next you need to share T:\tvserver and T:\tvserver\timeshift AND T:\tvserver\records. Yes, share all three folders, not just tvserver folder. I know its overkill to share subfolders like timeshift and records, but again; just do it. MP TVClient setup: 1. Goto your MP client PC and map a network driver T. Do this by: 1.1 Start your File Explore and select Tool -> Map Network Driver 1.2 Set Driver to letter T. THIS IS IMPORTANT, The driver letter must be the same as the one you set in tvserver's timeshift partition. 1.3 Set Folder as: \\tvserverName_or_IP\tvserver 1.4 (Optional) Set username or password if needed. 1.5 Select "Finish" and verify the network driver T is successfully mapped. If not, check your tvserver's name or IP. 2. Delete all MP logs 3. Open Mediaportal.xml and find <section name="tvserver"> 3.1 Add following lines in that section: <entry name="usertsp">no</entry> <entry name="recordingpath">T:</entry> <entry name="timeshiftingpath">T:</entry> 4. Save mediaportal.xml and start MP; tune in a channel. 5. Stop MP. 6. Verify everything is working without using RTSP by open Mediaportal.log and search for "tvhome:file:" it should show full path to your timeshift buffer file. And few lines below that you should get something like: tvhome:startplay:\\server\S\TS\liveXX-YY.ts.tsbuffer - using rtsp mode:False Good luck. |
| | |
| This User Say Thank You: |
| | #68 (permalink) | |
| Portal Member | Thanks to u I have now Quote:
| |
| | |
| | #70 (permalink) |
| Portal Member Join Date: Jul 2006
Posts: 85
Thanks: 1
Thanked 2 Times in 2 Posts
| Just a little help . . I can not see <section name="tvserver"> in my xml file. Is the below correct? <section name="tvservice"> <entry name="usertsp">no</entry> <entry name="recordingpath">T:</entry> <entry name="timeshiftingpath">T:</entry> <entry name="hostname">192.168.1.6</entry> <entry name="preferac3">no</entry> <entry name="preferAudioTypeOverLang">yes</entry> <entry name="dvbbitmapsubtitles">no</entry> <entry name="dvbttxtsubtitles">no</entry> <entry name="audiodualmono">no</entry> <entry name="preferredaudiolanguages"> </entry> <entry name="preferredsublanguages"> </entry> </section> |
| | |
![]() |
| Bookmarks |
| Tags |
| avoiding, mode, multiseat, plz, rtsp, test, tvplugin |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I wanna just a TEXTBOX. Help plz. | yolf | Plugins | 3 | 2008-03-17 09:07 |
| [broken] Try avoiding seeking during channel change | level20peon | pre 1.0 RC1 | 5 | 2007-10-19 13:01 |
| Newbe help plz | JustFoo | General Support | 0 | 2006-09-20 06:49 |
| My first plugin!! plz help | Craig | Plugins | 2 | 2006-04-20 00:58 |
| avoiding gaps between mp3-titles | eagle | General Development (no feature request here!) | 0 | 2005-06-07 11:20 |