MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal TV-Server 1 » Help on Development » Bugreports: TV Server / Client » Bugreport Archive » pre 1.0 RC1


pre 1.0 RC1 Bugreports from the time before the 1.0RC1 release are stored in here.

Reply
 
LinkBack Thread Tools Display Modes
Old 2007-03-23, 00:29   #11 (permalink)
Portal Member
 
Join Date: Mar 2007
Location: Denver, Colorado
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Send a message via MSN to IcePickrg
Default

I gave a heads up to the devs in IRC, but they said they wouldn't look at it until the single-seat server was good. It’s too bad, because I read that it's bad to run 2 bda sources on the same machine. I have DVB-S In one machine and ATSC HDTV in the other so I have to change rooms if I want to watch HDTV.

I read another post where someone had 2 BDA cards in their computer but channel changes were funky.

Oh well, MP kicks @$$ anyway. It will work in the future. I can wait.
__________________
IcePick
IcePickrg is offline   Reply With Quote
Old 2007-05-17, 02:44   #12 (permalink)
Portal Member
 
Join Date: May 2007
Age: 31
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts


fixed Bug located

Located the bug. It is in the tvservice init, seems you cannot set an object to null if the object has never been instantiated (which causes and exception). The problem only occurs when a slave server has been added and actually keeps the master server from initializing and therefore will not respond to the configuration dialog. For those industrious, remark out the following code in the TVservice\TvController.cs:

line 388: // tvcard.Card = null;

I am trying to find out how to get this update to the trunk for the nightly builds. Never worked on this project before so not sure how they handle patches, just had the same problem figured I would look into it.
Krazer is offline   Reply With Quote
Old 2007-05-18, 14:20   #13 (permalink)
Portal Member
 
Join Date: May 2007
Age: 31
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Just got a response on the patch, it shows accepted and in CVS so it should be in the next nightly build.
Krazer is offline   Reply With Quote
Old 2007-05-23, 04:46   #14 (permalink)
Portal Member
 
Join Date: Mar 2007
Location: Denver, Colorado
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Send a message via MSN to IcePickrg
Default

I checked it and sure enough I get the config! Big thanks for the fix!

However, I havn't yet been able to play tv after master/slave config. am I missing something?
__________________
IcePick
IcePickrg is offline   Reply With Quote
Old 2007-06-09, 22:25   #15 (permalink)
Portal Member
 
Join Date: May 2007
Age: 31
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts


Default Not missing something, tvserver is.

Yea,

Same problem here but havent had the time to look at it. Tried a few days ago but the stupid remoting was erroring out with no clue as to why, one call would work and another would fail. I will try to take a look at this weekend if possible, I think there was something wrong with the snapshot of the code I had, also going to rebuild my database it might help. Still trying to get use to how they do things, not to mention I dont like C# that much.

Later,
Krazer
Krazer is offline   Reply With Quote
Old 2007-06-10, 05:16   #16 (permalink)
Portal Member
 
Join Date: May 2007
Age: 31
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts


Default Timeshifting

Finally got timeshifting working (small bug from cut\paste error) but still not showing to the screen. Looks as though when they tell the server to timeshift they give it a local file for the tvserver example (c:\MediaPortal\TVserver\TSfile0.ts). If the server is running on the same tool as the client this is no problem but of course in this case they are different machines and the file doesn't exist on the client only on the server. I thought they streamed them but guess not.

Going to have to dig into the My TV client plugin and see how that thing works, actually got to find the code first (project too big ). Going to take a little while to fix I think, most of the time hunting for the code.

Thanks,
Krazer
Krazer is offline   Reply With Quote
Old 2007-06-10, 19:01   #17 (permalink)
Portal Member
 
Join Date: May 2007
Age: 31
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts


fixed Timeshift was it

Ok,

The timeshift problem actually fixed it, you just need to change a configuration entry to get it working past that. I put in a patch request to fix the timeshift bug (1734436). As soon as that is added to the trunk all you then need do is the following:

1. Open SetupTv
2. Goto Recording, then Recording folders tab
3. Set the Recording and Timeshift folder to a shared network resource that both machines have access to. Can be a shared folder on the client, server, or some completely random network share. In my case the server ex: \\"server name"\tv
4. Make sure you do this for each card using the Card drop down list to change cards.

Good luck,
Krazer
Krazer is offline   Reply With Quote
Old 2007-07-17, 05:08   #18 (permalink)
Portal Member
 
Join Date: Nov 2006
Posts: 335
Thanks: 1
Thanked 1 Time in 1 Post

Country:

My System

Default

Something else that can cause the best part of the TV Server Config to disappear is having a bad file in the tuningparamters folder
Rhys.Goodwin is offline   Reply With Quote
Old 2007-07-18, 03:10   #19 (permalink)
Portal Member
 
Join Date: Mar 2007
Location: Denver, Colorado
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Send a message via MSN to IcePickrg
Default Not fixed for me

Using the latest and greatest of everything, creating a UNC - and giving permissions to the machine accounts on NTFS and Share, MP freazes when requesting any channel on any client.
__________________
IcePick
IcePickrg is offline   Reply With Quote
Old 2007-07-18, 03:29   #20 (permalink)
Portal Member
 
Join Date: Mar 2007
Location: Denver, Colorado
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Send a message via MSN to IcePickrg
Default

__________________
IcePick

Last edited by IcePickrg; 2007-07-18 at 03:56.
IcePickrg is offline   Reply With Quote
Reply

Bookmarks

Tags
adding, configuration, enter, server, slave

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
TV server configuration/installation videos. f0rmula General Talk 1 2007-02-04 15:24
TV-Server 3 Client verbindet sich nicht mit dem Server Netzdiver Media Portal - Support 13 2007-01-05 12:27
Server Configuration JMH Get Support 4 2006-10-27 15:54
What to do to Mediaportal for TV Server telpee Get Support 3 2006-10-25 11:00
Define own cddb/freedb-server within configuration Anonymous Improvement Suggestions 0 2004-11-23 07:19


All times are GMT +1. The time now is 06:56.


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