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-29, 04:04   #1 (permalink)
Portal Member
 
Join Date: Aug 2005
Age: 44
Posts: 112
Thanks: 1
Thanked 0 Times in 0 Posts


Default Help with setting up Set Top Box and TvEngine3

I am trying to setup my external STB with my Hauppauge pvr 150 mce and TvEngine.

So far all I have been able to get it to do is to add the SVHS/VHS channels in the hauppauge card screen. However when I go to these channels there is no "External" tab like there is in MP.

I just can't seem to see a way of configuring the tvengine for the diffrent channels on the set top box and any help would be GREATLY appreaciated!

BB
BigBuddha is offline   Reply With Quote
Old 2006-10-29, 08:36   #2 (permalink)
Super Moderator
 
Join Date: Feb 2005
Location: Melbourne
Posts: 1,909
Thanks: 61
Thanked 27 Times in 27 Posts

Country:

My System

Send a message via ICQ to Marcusb
Default

I'm pretty sure the TV engine doesn't support external STB's in these very early stages. I know work is being done on the blaster plug in for these features, but you are best off sticking with the original TV engine if you absolutely must have STB control.

Of course I'm happy to be proved wrong...
Marcusb is offline   Reply With Quote
Old 2006-10-29, 08:54   #3 (permalink)
Portal Developer
 
frodo's Avatar
 
Join Date: Apr 2004
Location: The Netherlands
Age: 36
Posts: 1,516
Thanks: 3
Thanked 119 Times in 44 Posts

Country:

My System

Default

External STB's are not supported at this moment.
But... someone is currently porting the blaster plugin to the tvserver
When its done, life should be good again
frodo is offline   Reply With Quote
Old 2006-10-29, 12:19   #4 (permalink)
Portal Developer
 
Join Date: Jul 2006
Age: 32
Posts: 421
Thanks: 3
Thanked 2 Times in 2 Posts

Country:

My System

Default

Actually, from what I saw in the new configuration, it appears to be easier to setup a multi-stb configuration since now when you set a channel to go to composite1 for example, this is independent of the card.

Haven't got to the point of testing multiple STBs since I have only one tuner on the server machine, but life should be easier.

Just can't quite figure how a setup with multiple providers trough analog with same channel name would be handled.

Julio

PS: Ohh, and by the way, there should be at least one option of using STBs with the new TV engine this week.

Last edited by joboehl; 2006-10-29 at 12:26.
joboehl is offline   Reply With Quote
Old 2006-10-30, 22:19   #5 (permalink)
Portal Developer
 
Join Date: Jul 2006
Age: 32
Posts: 421
Thanks: 3
Thanked 2 Times in 2 Posts

Country:

My System

Default ServerBlaster plug-in.

If anyone has a STB and a MCE Blaster, I adapted the MyBlaster plug-in so it can be used in the new TVEngine v3.

All you have to do is put the ServerBlaster plug-in in the PlugIn directory inside the TVServer directory. Also put your myblaster.dat and rename it to serverblaster.dat.

The serverblaster.dat should be in C:\Documents and Settings\All Users\Application Data\MediaPortal TV Server. This should make it compatible with Vista.

If you don't have a MyBlaster.dat already, create a new one using Blaster.exe to learn your remote codes.

All the setup of the plug-in (including the equivalent of forceport) needs to be done inside the TVServer Gui. Click on the ServerBlaster plug-in and you can change the basic settings.

If you wan't to force your card to use port2, just choose your TVCard in the Card Using Blaster 2 combo box. This will forward all the channel changes in this card to the specified port.

Hope this helps someone testing while the MCE Replacement get's it's way to the TVServer.

Julio

BTW: Thx to smirnuff and scoop by the MyBlaster code.
Attached Files
File Type: rar ServerBlaster.rar (204.6 KB, 88 views)

Last edited by joboehl; 2006-11-04 at 00:02. Reason: New Code, new instructions. :)
joboehl is offline   Reply With Quote
Old 2006-10-31, 05:51   #6 (permalink)
Portal Developer
 
frodo's Avatar
 
Join Date: Apr 2004
Location: The Netherlands
Age: 36
Posts: 1,516
Thanks: 3
Thanked 119 Times in 44 Posts

Country:

My System

Default

let me know when this is good enough to put it into svn ok?

Some small notes:
1. the card id is a database id, it doesnt need to start at 1
Perhaps a selection would be more user friendly then typing in a database id?

2. Would it be possible to control multiple stb's ?

3. Could the blaster.exe also be integrated into the plugin setup ?

4. could you put all application data in the folder returned by this:
Code:
Log.WriteFile(@"{0}\MediaPortal TV Server\yourfilename", Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData));
Reason: Vista does not allow applications to read/write files in the c:\program files folder
so all app data should go into that folder

Last edited by frodo; 2006-10-31 at 06:23.
frodo is offline   Reply With Quote
Old 2006-10-31, 09:15   #7 (permalink)
Portal Member
 
Smirnuff's Avatar
 
Join Date: Dec 2004
Location: United Kingdom
Posts: 630
Thanks: 0
Thanked 2 Times in 1 Post

My System

Default

Quote:
create a new one using Blaster.exe
Since you've had some exposure to MP's GUI code joboehl I think it would be a good idea to retire that rather boring Blaster.exe in favour of an in GUI learning app. Come on you know you want to!!! .
__________________
Smirnuff is offline   Reply With Quote
Old 2006-10-31, 11:33   #8 (permalink)
Portal Developer
 
Join Date: Jul 2006
Age: 32
Posts: 421
Thanks: 3
Thanked 2 Times in 2 Posts

Country:

My System

Default

Quote:
Originally Posted by frodo View Post
let me know when this is good enough to put it into svn ok?
Frodo, I've done limitted testing but it appears to be working fine. I did this more as a proof-of-concept. I think and-81 excelent MCE replacement will be ported soon to the Server Engine.

Quote:
Originally Posted by frodo View Post
Some small notes:
1. the card id is a database id, it doesnt need to start at 1
Perhaps a selection would be more user friendly then typing in a database id?
Good idea, will take a look into it.

Quote:
Originally Posted by frodo View Post
2. Would it be possible to control multiple stb's ?
In theory, yes. But havent tested.

Quote:
Originally Posted by frodo View Post
3. Could the blaster.exe also be integrated into the plugin setup ?
Don't know, never really touched it. Let me take a look.

Quote:
Originally Posted by frodo View Post
4. could you put all application data in the folder returned by this:
Code:
Log.WriteFile(@"{0}\MediaPortal TV Server\yourfilename", Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData));
Reason: Vista does not allow applications to read/write files in the c:\program files folder
so all app data should go into that folder
Sure, will do it.


Thanks for the feedback.

Julio
joboehl is offline   Reply With Quote
Old 2006-10-31, 11:37   #9 (permalink)
Portal Developer
 
Join Date: Jul 2006
Age: 32
Posts: 421
Thanks: 3
Thanked 2 Times in 2 Posts

Country:

My System

Default

Quote:
Originally Posted by Smirnuff View Post
Quote:
create a new one using Blaster.exe
Since you've had some exposure to MP's GUI code joboehl I think it would be a good idea to retire that rather boring Blaster.exe in favour of an in GUI learning app. Come on you know you want to!!! .
Blaster.exe scares me.

I think this is indeed a good suggestion. In the other hand, It appears that and-81 is porting the MCE Replacement to the tvengine, so I don't know how much time I'll spend improving myblaster.

I think it would be good to "merge" the two projects, what do you think?

and-81? Are you there?

Julio

BTW: Yes, I wan't it too.
joboehl is offline   Reply With Quote
Old 2006-11-01, 12:38   #10 (permalink)
sbp
Portal Member
 
Join Date: Aug 2006
Location: Denmark
Posts: 119
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Hi, I'm happy to se development in this area. Lack of control of the STB is the issue keeping me from trying the new TV-engine.

I just wonder, the blaster replacement for the new TV-engine is only for MCE-150 cards?
I have a PVR-150 card which previously worked right out of the box - could support of this card be included in the Blaster plugin - or is there a better way?

Steen
sbp is offline   Reply With Quote
Reply

Bookmarks

Tags
box, set, setting, top

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


All times are GMT +1. The time now is 05:12.


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