MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal TV-Server » General Talk


General Talk Talk about the MediaPortal TV-Server

Reply
 
Thread Tools Display Modes
Old 2007-10-02, 21:24   #351 (permalink)
MP Donator
 
Join Date: Jul 2006
Location: Germany
Posts: 322
Thanks: 8
Thanked 1 Time in 1 Post

Country:

My System

Default

Quote:
Originally Posted by tourettes View Post
Basicly the "Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)" is a new requirement.
Hi Tourettes,

could you please elaborate on that a little bit?
Is it only needed if you want to use the subtitles or could it also cause the channel changing problems that some people are experiencing with the SVNs since Sept. 14th?

MPUserFromGER is offline   Reply With Quote
Old 2007-10-03, 11:44   #352 (permalink)
MP Donator
 
Join Date: Jul 2006
Location: Germany
Posts: 322
Thanks: 8
Thanked 1 Time in 1 Post

Country:

My System

Default

Quote:
Originally Posted by tourettes View Post
Please have a look on the requirements of tve3

http://wiki.team-mediaportal.com/TV-...3/requirements

Basicly the "Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)" is a new requirement.
All,

I just would like to inform all of you about my findings.
Since Sept. 15th, I had severe problems with LiveTV and TsReader. The first channel change after enabling LiveTV worked fine but then with the next channel change, LiveTV crashed. I had to restart my PC in order to get it to work again. Because of that, I have reverted back to the SVN from Sept. 14th, the last one that worked for me.

Today, I gave it anoter try. First, I installed the MS Visual C++ ReDist. Package as mentioned by Tourettes. Afterwards, I installed todays SVNs ("MediaPortal SVN-Snapshot: 10-03-2007 01-02h - Revision:16098" and "TVEngine3 Snapshot: 10-03-2007 01-22h Revision 16098").

And surprise, surprise, LiveTV works great again!

I don't know, if the missing MS package or the latest fix from gibman
Quote:
TVE3 02/10/2007 [20:19:24] gibman added: TSwriter channel change stability improved on client. In some circumstances bad TS packets would get written to the TS file on server.
Anyway, just want to let you know that it it working now fine for me.
MPUserFromGER is offline   Reply With Quote
Old 2007-10-03, 15:07   #353 (permalink)
Portal Developer
 
Join Date: Jan 2005
Age: 30
Posts: 3,733
Thanks: 98
Thanked 137 Times in 109 Posts


Default

Quote:
Originally Posted by MPUserFromGER View Post
Quote:
Originally Posted by tourettes View Post
Basicly the "Microsoft Visual C++ 2005 SP1 Redistributable Package (x86)" is a new requirement.
Hi Tourettes,

could you please elaborate on that a little bit?
Is it only needed if you want to use the subtitles or could it also cause the channel changing problems that some people are experiencing with the SVNs since Sept. 14th?

That patch is needed with the DVBSub2.ax filter. Currently it's not possible to install tve3 client without it (and possible not in the future also). The warning can be ignored (it will currently only cause the DVB subtitles not to work as the filter registration fails, but in the future it could be also needed for different tve3 components).

So it's comended to install that update no matter if you are using the DVB subtitles or not.
__________________
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 offline   Reply With Quote
Old 2007-10-03, 23:30   #354 (permalink)
Portal Member
 
Join Date: Aug 2006
Location: Stockholm
Age: 37
Posts: 265
Thanks: 11
Thanked 7 Times in 7 Posts

Country:

My System

Default

Well here is my experience with SVN 16098. Works well with seeking - no problems so far (not as good as tsfilesource.ax though - tsreader has problems synching video & audio - takes some time compared to tsfilesource.ax). IMO needs refinement in that area... perhaps take some peek in tsfilesource source code?

BUT. I still have problems with audio and video sync occasionally when switching channels. The symptom when it happens is that video is working but audio is not. But after a while, usually 10-15 seconds later, the audio starts -but then the video freezes until the audio catches up - then it works again. But I have had some channel changes where the audio never starts as well.

In the logs I had to switch channels maybe 5-6 times until it happened (around 5 seconds audio missing until it "catched up" the video). So it is the last channel change that had the issue. And as I said before in this thread SVN 15881 did not have this problem (that's the SVN I know anyhow).

With TSfilesource.ax there is none of this problems (but others that you know of...).

Running Single Seat,XP SP2, FireDTV DVB-t,SAA7134 DVB-t,Cyberlink 7, 7900 GTX, gfx drivers 93.71

Regards
Attached Files
File Type: zip MediaPortalLogs.zip (2.91 MB, 0 views)
pnyberg is offline   Reply With Quote
Old 2007-10-04, 10:21   #355 (permalink)
Portal Member
 
Join Date: Jan 2007
Location: Sydney
Age: 42
Posts: 45
Thanks: 0
Thanked 1 Time in 1 Post

Country:

My System

Default

Tourettes,

Thanks for the info. I'll try installing the package on my remote client and give it another test.

Matt
Matty is offline   Reply With Quote
Old 2007-10-08, 01:35   #356 (permalink)
Portal Developer
 
Join Date: Sep 2006
Posts: 379
Thanks: 6
Thanked 25 Times in 17 Posts


Default

sometimes disconnecting the output pin failes with code 0x2502fc24 (i added some debug statements to CDeMultiplexer::RenderFilterPin() ). i have not yet found out what this code means, but the result is, that the codec gets disconnected from the renderer, but the pGraphBuilder->Render() fails because the TsReader->VideoCodec connection is still alive. This way I end up with a broken graph, and have to stop/start TV.

i'm using tsreader, ms mpeg2-decoder and EVR. it is worth noting, that i haven't yet been able to reproduce the situation with the VMR9 renderer. will keep testing, but maybe you guys have some idea what this could be about.

it seems that the graph is not in the correct state for disconnecting pins or something like that?

edit: just had the same issue with vmr9, but instead of the video disconnecting, the audio was disconnected from the filter; my audio filter is AC3Filter.

edit2: forgot to mention the cause: it happens when switching channels a lot.
Attached Files
File Type: zip TsReader.zip (4.5 KB, 1 views)

Last edited by Eabin; 2007-10-08 at 01:44.
Eabin is offline   Reply With Quote
Old 2007-10-08, 08:27   #357 (permalink)
Portal Member
 
Join Date: Aug 2006
Location: Stockholm
Age: 37
Posts: 265
Thanks: 11
Thanked 7 Times in 7 Posts

Country:

My System

Default

This must be what I am experience as well in the above post: HELP US: Testing the new filter

Currently running on SVN 15881 because of this...
pnyberg is offline   Reply With Quote
Old 2007-10-08, 16:04   #358 (permalink)
Portal Member
 
Join Date: Aug 2006
Location: Stockholm
Age: 37
Posts: 265
Thanks: 11
Thanked 7 Times in 7 Posts

Country:

My System

Default

Since I'm bit annoyed by the audio problem I have conducted some investigation about this...

In my testing the 15881 SVN version is the last working for me. I have tested 15895,15898, 15917, 15947, 15980, 16014, 16020, 16027, 16125 all of them I have audio issues as I have described earlier.

The change log between 15881 and 15895/15898 :

TvPlugin 15/09/2007 [00:05:45] gemx added: Added recording entry in context menu of Radio Guide - You can now record radio channels!
Music 14/09/2007 [19:16:30] hwahrmann added: BASS Mixer device was initialised with wrong Samplerate for playback via ASIO
TvPlugin 14/09/2007 [22:34:38] gemx added: Improved MyRadio (TvPlugin). Added grouping functionality... See the thread in the forum for more details

IMO I would suspect the TVPlugin changes made there? Perhaps the radio web streams is th eon to blame for the audio issue? Perhaps Gemx can have a second look into this?

BR

Patrik
pnyberg is offline   Reply With Quote
Old 2007-10-08, 16:30   #359 (permalink)
Portal Member
 
chrissooo's Avatar
 
Join Date: Feb 2007
Location: Waiblingen
Age: 30
Posts: 381
Thanks: 10
Thanked 9 Times in 8 Posts

Country:

My System

Send a message via ICQ to chrissooo Send a message via MSN to chrissooo Send a message via Yahoo to chrissooo Send a message via Skype™ to chrissooo
Default

Quote:
Originally Posted by pnyberg View Post
Since I'm bit annoyed by the audio problem I have conducted some investigation about this...

In my testing the 15881 SVN version is the last working for me. I have tested 15895,15898, 15917, 15947, 15980, 16014, 16020, 16027, 16125 all of them I have audio issues as I have described earlier.

The change log between 15881 and 15895/15898 :

TvPlugin 15/09/2007 [00:05:45] gemx added: Added recording entry in context menu of Radio Guide - You can now record radio channels!
Music 14/09/2007 [19:16:30] hwahrmann added: BASS Mixer device was initialised with wrong Samplerate for playback via ASIO
TvPlugin 14/09/2007 [22:34:38] gemx added: Improved MyRadio (TvPlugin). Added grouping functionality... See the thread in the forum for more details

IMO I would suspect the TVPlugin changes made there? Perhaps the radio web streams is th eon to blame for the audio issue? Perhaps Gemx can have a second look into this?

BR

Patrik
The Problem is, that sometimes there are changes who dont are in the Changelog :/
This is my expirence.
__________________
My HTPC - a lot of pictures and informations about my HTPC (UPDATE! Okt 2, 2008)
LOGO-RENAMER - make logorenaming much easier and faster! (v0.5 - Nov 20, 2007)
MediaPortal Language Editor - something what we need? Check it out NOW!
chrissooo is offline   Reply With Quote
Old 2007-10-08, 17:47   #360 (permalink)
Portal Member
 
Join Date: Jun 2005
Location: Bolzano
Age: 37
Posts: 263
Thanks: 40
Thanked 5 Times in 5 Posts

Country:

My System

Default

Quote:
Originally Posted by pnyberg View Post
Since I'm bit annoyed by the audio problem I have conducted some investigation about this...

In my testing the 15881 SVN version is the last working for me. I have tested 15895,15898, 15917, 15947, 15980, 16014, 16020, 16027, 16125 all of them I have audio issues as I have described earlier.

The change log between 15881 and 15895/15898 :

TvPlugin 15/09/2007 [00:05:45] gemx added: Added recording entry in context menu of Radio Guide - You can now record radio channels!
Music 14/09/2007 [19:16:30] hwahrmann added: BASS Mixer device was initialised with wrong Samplerate for playback via ASIO
TvPlugin 14/09/2007 [22:34:38] gemx added: Improved MyRadio (TvPlugin). Added grouping functionality... See the thread in the forum for more details

IMO I would suspect the TVPlugin changes made there? Perhaps the radio web streams is th eon to blame for the audio issue? Perhaps Gemx can have a second look into this?

BR

Patrik

Are you sure about this? I previously ran version 15898 with no audio problem at all...
__________________
Roby

Download italian myvideos IMDB script yahoo.it
Download italian myvideos IMDB script mymovies.it
Visit my iPod Italian site: http://www.ipoditalia.it

robyf is online now   Reply With Quote
Reply

Bookmarks

Tags
filter, testing

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
Testing out SVN's and now it won't look in subfolders.... cold_realms My TVSeries 6 2007-06-19 09:29
Sound file for testing 5.1 laeb66 OffTopic 12 2006-04-28 16:08
Unit testing guidelines sys General Development (no feature request here!) 7 2006-01-30 19:50
DVB Testing Results dman_lfc General Development (no feature request here!) 53 2004-12-30 11:49


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


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