MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Help on Development » General Development (no feature request here!)


General Development (no feature request here!) You were able to fix an issue, or improved a feature? Post it here.

Reply
 
LinkBack Thread Tools Display Modes
Old 2007-04-12, 07:52   #151 (permalink)
Portal Developer
 
Join Date: Jan 2005
Age: 30
Posts: 2,589
Thanks: 68
Thanked 66 Times in 55 Posts


Default

Quote:
Originally Posted by bjhans View Post
Quote:
Originally Posted by tourettes View Post
Fixing live tv is a little bit problematic as it's working fine for me. Maybe someone who has the issue is able to debug the timing code?

btw. are you guys talking about the multiseat live tv or single seat? As single seat is only supported right now.
My setup is singleseat.

Hansen
Ok. Let's hope that Ziphnor has some time in next month that he could do some debugging with the live tv as he's also from Denmark.
__________________
http://day2.no-ip.org/

"Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen"
tourettes is online now   Reply With Quote
Old 2007-04-12, 09:22   #152 (permalink)
Portal Member
 
Join Date: May 2006
Age: 34
Posts: 153
Thanks: 1
Thanked 1 Time in 1 Post

Country:


Default

I'm also using singleseat setup. I think that a temporary solution for me is to watch TV in timeshift. Then there are no problems with sync, although sometimes the subtitles disappear too soon.

/Nyll
Nyll is offline   Reply With Quote
Old 2007-04-14, 22:25   #153 (permalink)
Portal Developer
 
ziphnor's Avatar
 
Join Date: Aug 2005
Location: Copenhagen
Age: 29
Posts: 709
Thanks: 0
Thanked 9 Times in 6 Posts

Country:

My System

Default

Quote:
Originally Posted by tourettes View Post
Ok. Let's hope that Ziphnor has some time in next month that he could do some debugging with the live tv as he's also from Denmark.
Ziphnor hopes so too Im averaging around 60-70 hours a week at work lately, but the deadline for what im working on is drawing near, so im hoping to get time to relax with a little MP programming after working with multiple research prototypes in C++
ziphnor is offline   Reply With Quote
Old 2007-04-18, 21:40   #154 (permalink)
Portal User
 
Join Date: Apr 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Quote:
Originally Posted by tourettes View Post
Quote:
Originally Posted by bjhans View Post
Could anyone explain how to install DVBSub.ax. I use TVEngine3 and Mediaportal single seat. I'm not a developer just an interested user that missing subtitles badly.

Kind regard.

Hansen
Installing the filter:
1) unzip both .ax files to MP folder.
2) regsrv32 DVBSub_debug.ax (if some debug DLLs is missing from your system then use the DVBSub_release.ax)
3) put following setting in the MediaPortal.xml in MyTv section

<entry name="dvbsubtitles">yes</entry>

http://forum.team-mediaportal.com/sh...4&postcount=79
Maybe a stupid question but is it possible to try this subtitle option without having the tv-engine installed and only the 0.2.2..0 version of the Mediaportal client installed?
mrspurs is offline   Reply With Quote
Old 2007-04-19, 17:52   #155 (permalink)
Portal Tester
 
Join Date: Aug 2006
Location: Denmark
Age: 33
Posts: 290
Thanks: 8
Thanked 11 Times in 9 Posts

Country:

My System

Default

Quote:
Originally Posted by mrspurs View Post
Maybe a stupid question but is it possible to try this subtitle option without having the tv-engine installed and only the 0.2.2..0 version of the Mediaportal client installed?
You need TVEngine3. But try the TVEngine, it is good!

Regards
Seidelin
Seidelin is online now   Reply With Quote
Old 2007-04-20, 10:34   #156 (permalink)
Portal Tester
 
Join Date: Aug 2006
Location: Denmark
Age: 33
Posts: 290
Thanks: 8
Thanked 11 Times in 9 Posts

Country:

My System

Default

My experience with the latest test-version of subtitles is not as good as my experience with version 6, which seems more stable. I haven't had time to extensive testing, I am just giving this as a service information to those trying the subtitle filter.

Regards
Seidelin
Seidelin is online now   Reply With Quote
Old 2007-04-21, 12:25   #157 (permalink)
Portal Developer
 
Join Date: Jan 2005
Age: 30
Posts: 2,589
Thanks: 68
Thanked 66 Times in 55 Posts


Default

Quote:
Originally Posted by Seidelin View Post
My experience with the latest test-version of subtitles is not as good as my experience with version 6, which seems more stable. I haven't had time to extensive testing, I am just giving this as a service information to those trying the subtitle filter.

Regards
Seidelin
There are still some deadlock issues left to be solved in the filter Unfortunately those are really nasty to debug.
__________________
http://day2.no-ip.org/

"Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen"
tourettes is online now   Reply With Quote
Old 2007-04-22, 17:51   #158 (permalink)
Portal Developer
 
Join Date: Jan 2005
Age: 30
Posts: 2,589
Thanks: 68
Thanked 66 Times in 55 Posts


Default

I have diceded to stop the filter development until someone who has more directshow filter development knowledge manages to help me with those deadlocks. I have already spend all the free time during two weeks with trying to solve those deadlock issues with no success.

If someone want's to have a look I have updated the SVN with latest changes. Some deadlocks are already solved but the deadlocks that are caused by mapping PIDs to the MS demuxer remain still unsolved.

Mainly :

GetDemuxerPin()->QueryInterface()
pMap->MapPID()

calls in CDVBSub::MapPidToDemuxer()


...so now I finaly have some free time to pick up that book I started to read last year.
__________________
http://day2.no-ip.org/

"Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen"
tourettes is online now   Reply With Quote
Old 2007-05-01, 14:16   #159 (permalink)
Portal Member
 
Join Date: Mar 2007
Posts: 14
Thanks: 2
Thanked 0 Times in 0 Posts


Default

As I haven't tried this filter that much, I'd like to know in what cases deadlocks appear in normal usage? And which version is most stable - is it the last or 06 as stated by Seidelin?

Hopefully tourettes gets all the help he can!
quenthal is offline   Reply With Quote
Old 2007-05-01, 17:52   #160 (permalink)
Portal Tester
 
Join Date: Aug 2006
Location: Denmark
Age: 33
Posts: 290
Thanks: 8
Thanked 11 Times in 9 Posts

Country:

My System

Default

Quote:
Originally Posted by quenthal View Post
As I haven't tried this filter that much, I'd like to know in what cases deadlocks appear in normal usage? And which version is most stable - is it the last or 06 as stated by Seidelin?

Hopefully tourettes gets all the help he can!
I use 06 and it works reasonably well. Sometimes the subtitles disappear, and I have to seek back 15 s for the subs to return. I also have experienced some MP hangs, which may be dvbsub related.

If you try the filter please provide logs, if you encounter problems.

I am starting to look into the code (mainly to learn), but since I am a Delphi programmer with zero directx experience, I haven't even figured out which side is up yet.

Regards
Seidelin
Seidelin is online now   Reply With Quote
Reply

Bookmarks

Tags
dvb, needed, subtitles

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
How to play external subtitles in MP? patonzon General Support 7 2006-12-18 20:13
is there a hot key to turn on subtitles in mp? dreadycarpenter General Support 1 2006-11-14 19:21
Enabling subtitles when they are needed only spyder_steve Codecs, External Players 2 2006-10-27 03:49
Problem with subtitles - freezes MP Nyll General Support 0 2006-10-18 00:16
DVD Subtitles size problem Asmo General Support 8 2005-10-19 16:22


All times are GMT +1. The time now is 08:55.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress