| |||||||
| General Support Post problems you have when using MediaPortal, or pre installation questions in here. |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member Join Date: Apr 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
| When entering My Tv I get "Unable to start timeshifting" error. The option for timeshifting is grayed out and the same error occurs when trying to start the tv. Any ideas for whats going wrong here? Area: Media Portal Program MediaPortal Version: 0.2.0.0 RC3 (2006-03-18) MediaPortal Skin: BlueTwo Windows Version: Windows XP (SP2) .NET CLR Version: 2.0.50727 DirectX Version: 4.09.00.0904 (9.0c) Audio Codec: CyberLink MPEG Muxer Video Codec: CyberLink Video/SP Decoder DELL 5.3 CPU Type: Intel Pentium 4 - 3.40GHz Memory: 510 MB Motherboard: 0YC523 (Dell Inc.) TV Card Model: Pinnacle PCTV 310i TV Card Type: Hardware TV Card Driver: 1.3.3.0 Video Card Model: Nvidia Geforce 6800 (256 MB) Video Card Driver: 7.7.7.4 Video Card Resolution: 1280x1024 Video Render Type: VMR9 Audio Card Model: Creative EMU10K1 Audio Processor (WDM) Audio Card Driver: 5.12.2.252 Synopsis:: Code: 2006-04-14 15:25:31 Recorder:enable dx9 exclusive mode 2006-04-14 15:25:31 window:MediaPortal.GUI.TV.GUITVHome init 2006-04-14 15:25:31 tv home init:Kanal 5 2006-04-14 15:25:31 GUITVHome.ViewChannel(): View channel=Kanal 5 ts:True 2006-04-14 15:25:31 add cmd:MediaPortal.TV.Recording.TimeShiftTvCommand #1 2006-04-14 15:25:31 Recorder:StartTimeshift tv Kanal 5 2006-04-14 15:25:31 Recorder: find free card 2006-04-14 15:25:31 Command:Stop tv card:0 2006-04-14 15:25:31 Recorder: tv channel changed:Kanal 5 2006-04-14 15:25:31 teletext: clear teletext cache 2006-04-14 15:25:31 Recorder: found free card 1 prio:10 name:Pinnacle 310i TNT 2006-04-14 15:25:31 Recorder: start timeshifting card Pinnacle 310i TNT channel:Kanal 5 2006-04-14 15:25:31 TVCapture.StartTimeShifting() Card:1 :Kanal 5 2006-04-14 15:25:31 DVBGraph:StartTimeShifting() Kanal 5 2006-04-14 15:25:31 DVBGraph:database invalid tuning details for channel:1 2006-04-14 15:25:31 Command:MediaPortal.TV.Recording.TimeShiftTvCommand failed reason:Failed to start timeshifting time:31,25 msec 2006-04-14 15:25:31 Recorder: Card:Pinnacle 310i TNT idle 2006-04-14 15:25:31 Recorder: Card:Pinnacle PCTV 310i Analogue idle 2006-04-14 15:25:31 window:MediaPortal.Dialogs.GUIDialogOK init |
| | |
| | #2 (permalink) | |
| Portal Developer | Hi, Quote:
Kind regards, Michel | |
| | |
| | #4 (permalink) |
| Portal Developer | Hi, Start setup, goto Television -> Capture cards and delete your tvcard there. Next, try to add it again. If that fails, post the mediaportal.log @ http://mp.pastebin.com and post a link to it here. Kind regards, Michel |
| | |
| | #5 (permalink) |
| Portal Member Join Date: Apr 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
| removed the card and when pressing Add i get a new window. Got 2 choices.. No. 1 is the digital part of the card and No. 2 is the analog. When selecting the analog one the same error occurs. After that and I press Ok and Ok again and then press Edit same error occurs. here's my mediaportal log http://mp.pastebin.com/659619 |
| | |
| | #6 (permalink) |
| Portal Developer | Hi, Since the analog part of the 310i does not have a hardware MPEG2 encoder onboard, did you install the software and/or video encoders for your card? The addition of the analog part goes wrong as soon as the MPEG2 encoder is added to the graph. From your log: Code: 2006-04-14 16:49:01 SinkGraphEx: preferred filter %videoencoder% 2006-04-14 16:49:01 SinkGraphEx: video codecs installed:104 preferred:2 2006-04-14 16:49:01 SinkGraphEx: try video codec:'InterVideo Video Encoder' 2006-04-14 16:49:01 SinkGraphEx: try video codec:'CyberLink MPEG Video Encoder' 2006-04-14 16:49:01 Exception :System.ArgumentException: Value does not fall within the expected range. at System.Runtime.InteropServices.Marshal.MkParseDisplayName(IBindCtx pbc, String szUserName, UInt32& pchEaten, IMoniker& ppmk) at System.Runtime.InteropServices.Marshal.BindToMoniker(String monikerName) at MediaPortal.TV.Recording.SinkGraphEx.CreateGraph(Int32 Quality) 2006-04-14 16:49:01 Exception :Value does not fall within the expected range. 2006-04-14 16:49:01 site :Void MkParseDisplayName(System.Runtime.InteropServices.ComTypes.IBindCtx, System.String, UInt32 ByRef, System.Runtime.InteropServices.ComTypes.IMoniker ByRef) 2006-04-14 16:49:01 source :mscorlib 2006-04-14 16:49:01 stacktrace: at System.Runtime.InteropServices.Marshal.MkParseDisplayName(IBindCtx pbc, String szUserName, UInt32& pchEaten, IMoniker& ppmk) at System.Runtime.InteropServices.Marshal.BindToMoniker(String monikerName) at MediaPortal.TV.Recording.SinkGraphEx.CreateGraph(Int32 Quality) Kind regards, Michel |
| | |
| | #7 (permalink) |
| Portal Member Join Date: Apr 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
| Checked in setup and found InterVideo Encoder Filters under the Encoder Filters tab. have tried using every decoder that I have including the ones that came with the card. Code: 2006-04-14 18:10:22 SinkGraphEx: preferred filter %videoencoder% 2006-04-14 18:10:22 SinkGraphEx: video codecs installed:20 preferred:2 2006-04-14 18:10:22 SinkGraphEx: try video codec:'InterVideo Video Encoder' 2006-04-14 18:10:22 SinkGraphEx: try video codec:'CyberLink MPEG Video Encoder' 2006-04-14 18:10:22 Exception :System.ArgumentException: Value does not fall within the expected range. at System.Runtime.InteropServices.Marshal.MkParseDisplayName(IBindCtx pbc, String szUserName, UInt32& pchEaten, IMoniker& ppmk) at System.Runtime.InteropServices.Marshal.BindToMoniker(String monikerName) at MediaPortal.TV.Recording.SinkGraphEx.CreateGraph(Int32 Quality) 2006-04-14 18:10:22 Exception :Value does not fall within the expected range. 2006-04-14 18:10:22 site :Void MkParseDisplayName(System.Runtime.InteropServices.ComTypes.IBindCtx, System.String, UInt32 ByRef, System.Runtime.InteropServices.ComTypes.IMoniker ByRef) 2006-04-14 18:10:22 source :mscorlib 2006-04-14 18:10:22 stacktrace: at System.Runtime.InteropServices.Marshal.MkParseDisplayName(IBindCtx pbc, String szUserName, UInt32& pchEaten, IMoniker& ppmk) at System.Runtime.InteropServices.Marshal.BindToMoniker(String monikerName) at MediaPortal.TV.Recording.SinkGraphEx.CreateGraph(Int32 Quality) 2006-04-14 18:10:23 window:MediaPortal.GUI.Home.HomeWindow deinit 2006-04-14 18:10:23 texturemanager:CleanupThumbs() |
| | |
| | #9 (permalink) |
| Portal Member Join Date: Apr 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
| Sorry. Never saw that. Well progress! ![]() Now i get no error messages BUT! Always a but. The autotune can't find any channels! Even added them manually but it did'nt help. So now i'm out of ideas. Again! |
| | |
| | #10 (permalink) |
| Super Moderator Join Date: Jun 2005 Location: Cheshire UK
Posts: 6,656
Thanks: 129
Thanked 235 Times in 209 Posts
Country: | Try a new svn, RC3 had issues initially on my setup, took about a week before i got a update where the TV worked. The one from today is good. Best Wishes 8)
__________________ Ray\PD Check your codecs are fine with Filmerit. XP\Vista known issues FOR FULL SUPPORT PLEASE GIVE USER SPECIFICATIONS AND RELEVANT LOG's as per HERE |
| | |
![]() |
| Bookmarks |
| Tags |
| starting, timeshift |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Failed to start timeshifting Unable to create graph | Topher5000 | General Support | 31 | 2008-09-06 18:35 |
| no video from both DVD and TV | postema | Installation, configuration support | 17 | 2006-12-05 22:09 |
| 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 |