MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal TV-Server » Get Support


Get Support Problems with the TV-Server or Client? Post them in here.

Reply
 
Thread Tools Display Modes
Old 2006-10-25, 20:04   #1 (permalink)
MP Donator
 
tompa's Avatar
 
Join Date: Oct 2005
Location: Stockholm
Posts: 345
Thanks: 26
Thanked 12 Times in 12 Posts

Country:


Default Cant start Client

MediaPortal Version: 0.2.1.0 (2006-10-25)
TV Engine: TV engine 3 and Client Rev11332
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 Audio Decoder
Video Codec: Cyberlink Video/SP Decoder
CPU Type: Intel Pentium 4 - 3.00GHz
Memory: 2 GB
Motherboard: Blazer (ASUSTeK Computer INC.)
TV Card Type: Twinhan 3040
TV Card Driver: v1.2.3.8
Video Card Model: Radeon 9800 Pro (128 MB)
Video Card Driver: ATI 8.231.0.0
Video Card Resolution: 1280x1024
Video Render Type: VMR9
Audio Card Model: Creative Audigy Audio Processor (WDM)
Audio Card Driver: -
Synopsis:: -


Hi!
I got the TV server working (on 2nd PC), and got acknowledge that its connected from client (1st PC)"Connected to TvServer".
It also seems to download EPG just fine.
But when trying to start TV MP stops "Not responding".

Regards,
/Tomas
tompa is offline   Reply With Quote
Old 2006-10-25, 22:37   #2 (permalink)
Retired Team Member
 
Join Date: Sep 2005
Location: Stockholm
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Hi,

I have the same problem. The server seems to be set up correctly on a dedicated computer but I cannot connect to it from Media Portal client. Have you tried connecting to the stream with VLC player? I can't get that to work either. I can play the .ts timeshifting buffer though as well as recorded mpg files. My log file is identical to yours so I think we have the same problem.

Regards
Stefan
Raven is offline   Reply With Quote
Old 2006-10-26, 07:36   #3 (permalink)
Portal Developer
 
frodo's Avatar
 
Join Date: Apr 2004
Location: The Netherlands
Age: 37
Posts: 1,516
Thanks: 3
Thanked 119 Times in 44 Posts

Country:

My System

Default

1. open gentle.config on the tvserver
its in C:\Documents and Settings\All Users\Application Data\MediaPortal TvServer

2. search for the line which contains DataSource="......";

3. fill in the ipadress of the tvserver so it becomes DataSource="tvserverip";

4. restart the service
5. try the client
frodo is offline   Reply With Quote
Old 2006-10-26, 19:34   #4 (permalink)
MP Donator
 
tompa's Avatar
 
Join Date: Oct 2005
Location: Stockholm
Posts: 345
Thanks: 26
Thanked 12 Times in 12 Posts

Country:


Default

Thanks frodo!
...but im not shore what to change. Found this containing "Data source"

*****
<DefaultProvider name="SQLServer" connectionString="Password=??????;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=mytvserver\SQLEXPRESS;" />
<!--
<DefaultProvider name="Firebird" connectionString="User=SYSDBA;Password=masterkey;D atabase=localhost/3050:C:\Code\Gentle.NET\Source\Gentle.Framework.Te sts\Database Files\Gentle_Firebird.fdb;Dialect=3;Charset=UNICOD E_FSS;Role=;Connection lifetime=30;Pooling=true;Packet Size=8192;" />
<DefaultProvider name="Jet" connectionString="Provider=Microsoft.Jet.OLEDB.4.0 ;Data Source=C:\Code\Gentle.NET\Source\Gentle.Framework. Tests\Database Files\Gentle_MSAccess.mdb;OLE DB Services=-1;" />
<DefaultProvider name="MySQL" connectionString="Server=10.0.0.2;Database=test;Us er ID=xxx;Password=xxx" />
<DefaultProvider name="PostgreSQL" connectionString="Server=10.0.0.2;Database=Test;Us er ID=xxx;Password=xxx" />
<DefaultProvider name="Oracle" connectionString="Data Source=kermit.symbiote.sporadicism.com,1521;User ID=gentle;password=xxx" />
<DefaultProvider name="OracleODP" connectionString="Data Source=kermit.symbiote.sporadicism.com,1521;User ID=gentle;password=xxx" />
<DefaultProvider name="SQLite" connectionString="URI=file:c:/Code/Gentle.NET/Source/Gentle.Framework.Tests/Database Files/Gentle_SQLite.db" />
<DefaultProvider name="SQLServer" connectionString="data source=127.0.0.1;initial catalog=Test;user id=xxx;password=xxx;packet size=4096" /> -->
**************
tompa is offline   Reply With Quote
Old 2006-10-27, 01:36   #5 (permalink)
Portal Member
 
Nightmare77's Avatar
 
Join Date: Jul 2005
Location: Canberra
Age: 29
Posts: 521
Thanks: 2
Thanked 1 Time in 1 Post

Country:

My System

Send a message via ICQ to Nightmare77
Default

at a guess you need to change the following.
<DefaultProvider name="SQLServer" connectionString="data source=127.0.0.1;initial catalog=Test;user id=xxx;password=xxx;packet size=4096" /> -->

And instead of 127.0.0.1 which is the local machine put in the address of the server you are wanting to connect to


Quote:
Originally Posted by tompa View Post
Thanks frodo!
...but im not shore what to change. Found this containing "Data source"

*****
<DefaultProvider name="SQLServer" connectionString="Password=??????;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=mytvserver\SQLEXPRESS;" />
<!--
<DefaultProvider name="Firebird" connectionString="User=SYSDBA;Password=masterkey;D atabase=localhost/3050:C:\Code\Gentle.NET\Source\Gentle.Framework.Te sts\Database Files\Gentle_Firebird.fdb;Dialect=3;Charset=UNICOD E_FSS;Role=;Connection lifetime=30;Pooling=true;Packet Size=8192;" />
<DefaultProvider name="Jet" connectionString="Provider=Microsoft.Jet.OLEDB.4.0 ;Data Source=C:\Code\Gentle.NET\Source\Gentle.Framework. Tests\Database Files\Gentle_MSAccess.mdb;OLE DB Services=-1;" />
<DefaultProvider name="MySQL" connectionString="Server=10.0.0.2;Database=test;Us er ID=xxx;Password=xxx" />
<DefaultProvider name="PostgreSQL" connectionString="Server=10.0.0.2;Database=Test;Us er ID=xxx;Password=xxx" />
<DefaultProvider name="Oracle" connectionString="Data Source=kermit.symbiote.sporadicism.com,1521;User ID=gentle;password=xxx" />
<DefaultProvider name="OracleODP" connectionString="Data Source=kermit.symbiote.sporadicism.com,1521;User ID=gentle;password=xxx" />
<DefaultProvider name="SQLite" connectionString="URI=file:c:/Code/Gentle.NET/Source/Gentle.Framework.Tests/Database Files/Gentle_SQLite.db" />
<DefaultProvider name="SQLServer" connectionString="data source=127.0.0.1;initial catalog=Test;user id=xxx;password=xxx;packet size=4096" /> -->
**************
Nightmare77 is offline   Reply With Quote
Old 2006-10-27, 03:24   #6 (permalink)
Retired Team Member
 
Join Date: Sep 2005
Location: Stockholm
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts


Default

I changed the ip of the Data Source that was not commented out, but that didn't help. In my case I don't believe the problem is with the SQL server since I can't even get video to play over VLC.

Tompa, have you checked if you can get video to play in VLC?
Raven is offline   Reply With Quote
Old 2006-10-27, 03:42   #7 (permalink)
Portal Member
 
Nightmare77's Avatar
 
Join Date: Jul 2005
Location: Canberra
Age: 29
Posts: 521
Thanks: 2
Thanked 1 Time in 1 Post

Country:

My System

Send a message via ICQ to Nightmare77
Default

Raven dont' suppose you have tried disabling windows firewall on teh server then trying to run MP again and seeing, i only have problems with its enabled. when its disabled all is well in teh world
Nightmare77 is offline   Reply With Quote
Old 2006-10-27, 08:51   #8 (permalink)
MP Donator
 
tompa's Avatar
 
Join Date: Oct 2005
Location: Stockholm
Posts: 345
Thanks: 26
Thanked 12 Times in 12 Posts

Country:


Default

Quote:
Originally Posted by Nightmare77 View Post
And instead of 127.0.0.1 which is the local machine put in the address of the server you are wanting to connect to
That was also one of my guesses, but it did not help. But must check the firewall again! I did disabled it, but have seen that it in some times comes back after restart of PC.

Quote:
Originally Posted by Raven View Post

Tompa, have you checked if you can get video to play in VLC?
No I have not tried VLC yet, will try that later.

Thanks for your help!
Il keep on trying!
/T
tompa is offline   Reply With Quote
Old 2006-10-27, 19:12   #9 (permalink)
MP Donator
 
tompa's Avatar
 
Join Date: Oct 2005
Location: Stockholm
Posts: 345
Thanks: 26
Thanked 12 Times in 12 Posts

Country:


Default

FYI
Tried VLC, but no success (so far). Iv got about a second with sound (no video) and nothing more.
The time of the timeshifted video is updated in VLC though!

Last edited by tompa; 2006-10-27 at 19:14.
tompa is offline   Reply With Quote
Old 2006-10-27, 19:27   #10 (permalink)
Retired Team Member
 
Join Date: Sep 2005
Location: Stockholm
Posts: 124
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Nightmare77: Don't have firewalls enabled inside the local network so that can't be it. Also I get the same error when trying to start VLC locally on the same computer as the TV server. Seems there is something wrong with the stream itself.

Tompa: I get the same result as you do. A second or so of sound and no video. A few times I have gotten a black video screen but only on occation.
Raven is offline   Reply With Quote
Reply

Bookmarks

Tags
client

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
Autotune doesn't find any channels friedit Installation, configuration support 2 2007-01-02 14:34
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 02:36.


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