MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal Tools » MP TV Client


Reply
 
LinkBack (4) Thread Tools Display Modes
Old 2007-06-05, 20:39   #21 (permalink)
Portal Member
 
Join Date: Jan 2006
Posts: 39
Thanks: 3
Thanked 0 Times in 0 Posts


Default

when you get "The settings are invalid" the client doesn't even try to start communications to the server (your server connection and gentle.config are not the problem then).
You first need to resolve this, i would suggest you install VLC and point to it in the "external player" settings of the client.
After that you should not receive the "invalid settings" message anymore, perhaps you get a "server brocken", that is to be fixed by setting the server connection and configuring gentle.config for the right SQL-server


regards

Strawberry

Quote:
Originally Posted by jcee View Post
Cannot get it working.

Alwas recieve: "The settings are invalid."

When hitting connect.

My Mediaportal machine is HTPC1, this is what I typed in as host.

I checked under ODBC datasources under control panel that I am able to build a connection to that MP server, so from a network and server connection kind this looks ok.

Must be the local side.

I looked at gentle.config.

SQLServer is uncommented as provider..

Defaultprovider: Here I uncommented the following line:
"<DefaultProvider name="SQLServer" connectionString="Password=htpc;Persist Security Info=True;User ID=sa;Initial Catalog=TvLibrary;Data Source=;" />

My password is htpc and the user id sa. So everything seems right here too?!

Can anyone help me?
strawberry is offline   Reply With Quote
Old 2007-06-06, 12:47   #22 (permalink)
Portal Member
 
Join Date: Nov 2006
Location: Cologne
Posts: 186
Thanks: 10
Thanked 0 Times in 0 Posts

Country:

My System

Question MPTvClient for other platforms than windows (Linux, Mac OS X,..)

Hi guys,

after copying the missing sqldata.dll file this client works great!!


Is it possible to port this thin MP client for other platforms like Linux, Mac OS X,...?
Managing the stream with vlc should not be a big problem as vlc is available for various os platforms.
Did anybody test it with mono (.net emulation for Linux)?

It would be great to use the MP TVServer with other os platforms too.

Regards
mpFrank
mpfrank is offline   Reply With Quote
Old 2007-06-12, 18:42   #23 (permalink)
Portal Member
 
Join Date: Nov 2006
Location: Cologne
Posts: 186
Thanks: 10
Thanked 0 Times in 0 Posts

Country:

My System

Default

Did anybody tried to use this client over WAN connection (Internet)?

I opened the ports in my firewall-wan-router (streaming TCP+UDP, mysql TCP) and used my wan ip to connect to the MP server but I was not successful.

I changed the server ip to the wan-ip in gentle.config and gui -> configuration too.

Did I forgot anything? In lan with local IP it works great, only with the internet-ip the connection always fails (Connection to server is broken)...

Any idea or help or experiences??

Thx
mpFrank
mpfrank is offline   Reply With Quote
Old 2007-06-12, 19:19   #24 (permalink)
Portal Member
 
cheezey's Avatar
 
Join Date: Aug 2004
Location: West Yorks
Age: 40
Posts: 400
Thanks: 6
Thanked 5 Times in 5 Posts

Country:

My System

Default

Would your internet bandwidth support this anyway????
cheezey is offline   Reply With Quote
Old 2007-06-12, 19:25   #25 (permalink)
Portal Member
 
Join Date: Oct 2006
Posts: 393
Thanks: 2
Thanked 4 Times in 4 Posts


Default

In theory this should work but I think you would need at least a 3meg upload from your server for it work. I use this across subnets at work and it works ok, but that's on a 100meg switched network.
allanp81 is online now   Reply With Quote
Old 2007-07-13, 13:26   #26 (permalink)
Portal Member
 
Join Date: Aug 2006
Age: 24
Posts: 141
Thanks: 3
Thanked 2 Times in 2 Posts

Country:

My System

Default

gemx

When looking at your code I saw that it has all the necesary code to make an
tray icon app that can show the status of the server, I tried changing the app so
that it becomes a tray icon app, but being more a vb.net programmer I'm quite stuck (having the form frmMain being not shown and shown when clicking the tray icon)

Perhaps somebody that has some c# skills can give it a try? perhaps gemx?

EDIT: never mind, it appears that such an app already exists.

Last edited by ocram; 2007-07-13 at 13:31.
ocram is offline   Reply With Quote
Old 2007-07-13, 13:42   #27 (permalink)
Portal Member
 
Join Date: Nov 2006
Location: Cologne
Posts: 186
Thanks: 10
Thanked 0 Times in 0 Posts

Country:

My System

Default

Quote:
Originally Posted by ocram View Post
gemx

When looking at your code I saw that it has all the necesary code to make an
tray icon app that can show the status of the server, I tried changing the app so
that it becomes a tray icon app, but being more a vb.net programmer I'm quite stuck (having the form frmMain being not shown and shown when clicking the tray icon)

Perhaps somebody that has some c# skills can give it a try? perhaps gemx?

EDIT: never mind, it appears that such an app already exists.
Do you think it will be possible to change this application to run it on Mac OS X or Linux?
VLC is available for both platforms.
The only thing is how to change channels from the OS X or Linux client.
Get the stream after timeshifting is started manually on server is no problem....

mpFrank
mpfrank is offline   Reply With Quote
Old 2007-07-13, 16:47   #28 (permalink)
Portal Developer
 
gemx's Avatar
 
Join Date: Oct 2006
Age: 32
Posts: 1,220
Thanks: 22
Thanked 173 Times in 91 Posts

Country:

My System

Default

Sorry, porting the app to another os can't be done easily as the main class which utilizes the TvServer functions relies completely on .NET Remoting which i think isn't available on other plattforms. Maybe Mono supports it under Linux but i am not sure.
__________________
ACCENT HT-100 | 2x16 VFD | ADM Athlon 64 3500+ | Win XP SP2 | SkyStar 2 DVB-S PCI | TT connect S2-3600
gemx is online now   Reply With Quote
Old 2007-07-13, 17:12   #29 (permalink)
Portal Member
 
Join Date: Nov 2006
Location: Cologne
Posts: 186
Thanks: 10
Thanked 0 Times in 0 Posts

Country:

My System

Default

Quote:
Originally Posted by gemx View Post
Sorry, porting the app to another os can't be done easily as the main class which utilizes the TvServer functions relies completely on .NET Remoting which i think isn't available on other plattforms. Maybe Mono supports it under Linux but i am not sure.
Thanks gemx for your reply. I intented to run the TVClient executable under mono on Linux without success.
Mono is available for all platforms like Linux, OS X,... but I can imagine that it'll take a lot of work to make your app running with mono.

Is it possible to control the TVServer via another api like web (like dbox with neutrino os)?

Cheers
mpFrank
mpfrank is offline   Reply With Quote
Old 2007-10-19, 00:21   #30 (permalink)
Portal Member
 
Join Date: Mar 2006
Location: Norway - Tromsø
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Sorry for veeery late response ( a year..)

Works for me over the WAN with these ports forwarded :

554 TCP (TV server)
31456 TCP (TV server)
6970-6999 UDP (TV server)
1434 TCP (SQL Express 2005)

It turns out that TV server listens on two ports..
So after forwarding the last port it worked.

(Using VLC as viewer) - will now give MP a try..
Cheers..
__________________
1)MP test-rig : 2,6 MHzP4 HT, 1Gb RAM PVR500, XFX5200, XPpro(stripped down), MP 0.200RC3 - w/Latest CVS.

2)MCE2005 : 3.8 GhzP4HT,2Gb Corsair RAM,XFX dual TV tuner, XFX6800 Ultra, Zalman WC on CPU/GPU, MSI MB. For wife/kids :-)
erikreier is offline   Reply With Quote
Reply

Bookmarks

Tags
announce, mptvclient

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 On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://forum.team-mediaportal.com/mp-tv-client-262/announce-mptvclient-v1-2-5-20-12-2007-ii-22027/
Posted By For Type Date
TV-Engine => welche Clients sind möglich - www.HTPC-News.de This thread Refback 2008-08-23 20:53
TV 4 Geeks This thread Refback 2008-08-20 01:15
MediaPortalTools/MPTVClient - MediaPortal Documentation This thread Refback 2008-07-21 09:43
Tnt Pas Très Belle, Flou Sur Les Mouvements - MP-FR .:: Le forum ::. This thread Refback 2008-07-06 12:50

Similar Threads
Thread Thread Starter Forum Replies Last Post
Announce your plugin work in progress here!!!!!!!! MrMario64 General Development (no feature request here!) 97 2008-04-16 19:41
[Announce] MPTVClient gemx General Development (no feature request here!) 36 2007-11-11 12:09
RTSP Announce on time overrun elupus General Talk 0 2007-08-31 23:54
Will plugins from v1.3+ work under v1.2? jsprenkle General Development (no feature request here!) 2 2005-11-26 22:23
Announce new plugins here frodo Plugins 0 2005-03-20 13:30


All times are GMT +1. The time now is 11:57.


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