MediaPortal Forums HTPC/MediaCenter

Sponsored Ads

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

General Talk Talk about the MediaPortal TV-Server

Reply
 
LinkBack Thread Tools Display Modes
Old 2007-07-02, 22:13   #21 (permalink)
Portal Member
 
Join Date: Nov 2006
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts


Default

For me it works if I use MPA Decoder Filter for audio. Other filters I've tried do not connect.

If I add
pmt->SetFormatType(& FORMAT_WaveFormatEx);
to CAudioPin::GetMediaType method the CyberLink Audio Decoder I normally use also connects and seems to work ok.

I've also noticed that when the filter is stopped the graph is not removed from the
ROT so if start and stop tv and then use GraphEdit to connect to remote graph
you will have multiple graphs to select from. And you will always have at least two
graps to select from because both the filter and the TSReaderPlayer register the
graph in ROT.
jaobr is offline   Reply With Quote
Old 2007-07-02, 22:42   #22 (permalink)
rtv
Portal Developer
 
rtv's Avatar
 
Join Date: Apr 2005
Location: Osnabruck
Posts: 2,478
Thanks: 74
Thanked 95 Times in 69 Posts

Country:

My System

Default

For SDTV it is working 100% perfect here. Even AC3 switching does work as it is supposed to. Not a single skip, stutter or else for the last 2 days.
rtv is offline   Reply With Quote
Old 2007-07-02, 23:39   #23 (permalink)
Super Moderator
 
Spragleknas's Avatar
 
Join Date: Dec 2005
Location: Rogaland
Age: 32
Posts: 3,181
Thanks: 126
Thanked 53 Times in 44 Posts

Country:

My System

Default

Quote:
Originally Posted by frodo View Post
Hi,

Mediaportal & TV3 now contain a new filter to read .ts files.

Whats new in this filter?
- complete rewrite, meant to replace the buggy TsFileSource
- fast/good seeking
- can read both local .ts files as rtsp streams
(...)
OK, I am sorry if I am getting off-topic here, but I just have to ask: any chance this will support UDP-streams as well? (IPTV from fiberoptic-provider)


EDIT: OK - seems nobody wanted to answer an off-topic Q here...

Last edited by Spragleknas; 2007-07-04 at 09:44.
Spragleknas is offline   Reply With Quote
Old 2007-07-03, 00:37   #24 (permalink)
Portal Member
 
Join Date: Oct 2006
Age: 46
Posts: 210
Thanks: 1
Thanked 6 Times in 5 Posts

Country:

My System

Send a message via MSN to trevor
Default

@RTV What codecs are you using? I tried the latest SVN and getting the stuttering in SD and HD, well thing just freeze. Using purevideo & cyberlink this end.
trevor is online now   Reply With Quote
Old 2007-07-03, 05:47   #25 (permalink)
Portal Developer
 
frodo's Avatar
 
Join Date: Apr 2004
Location: The Netherlands
Age: 36
Posts: 1,515
Thanks: 3
Thanked 119 Times in 44 Posts

Country:

My System

Default

Quote:
For SDTV it is working 100% perfect here.
Cool, at least somebody got it working

i'm using mpa/mpv here
Will try purevideo & cyberlink as well
frodo is offline   Reply With Quote
Old 2007-07-03, 06:08   #26 (permalink)
Portal Developer
 
frodo's Avatar
 
Join Date: Apr 2004
Location: The Netherlands
Age: 36
Posts: 1,515
Thanks: 3
Thanked 119 Times in 44 Posts

Country:

My System

Default

latest changes (svn 15068):

Filter:
- removes itself from the ROT
- sets the formattype on the audio pin
- now supports multi-seat configuration (need latest MP as well) although this is
really work in progress


Tested cyberlink & nvidia purevideo. Both work ok for me

Frodo
frodo is offline   Reply With Quote
Old 2007-07-03, 16:49   #27 (permalink)
Portal Member
 
Join Date: Jul 2006
Location: Germany
Posts: 307
Thanks: 5
Thanked 1 Time in 1 Post

Country:

My System

Default

Hi Frodo,

first of all many thanks for your hard work on this. I really appreciate that because this is one of the big issue for me that is left.

I checked todays SVN (MP: 15067 and TVE3: 15070) but I still have major issues. First, I tried the new filter with the following options enabled within the TVServer Plugin (My TV Plugin in MP):
1. Prefer AC3 (enabled)
2. Rebuild graph when video specs change (enabled)
3. Rebuild graph when audio specs change (enabled)
4. Try avoid seeking during channel change (enabled)

With this setting, the TV just hangs after enabled in MP.

If I disable #4 (Try avoid seeking during channel change), the video plays in MP but there is no audio at all!

If I disable in addition to #4 also #1 (Prefer AC3) then I get video and audio but the audio is not always there. E.g. ZDF has no audio.

Please find attached traces with all 4 options enabled.

I use the following configuration in the Movies and Television settings within MP:
- MPEG-2 video decoder: Cyberlink Video/SP Decoder (PDVD 7)
- H.264 video decoder: Cyberlink H.264/AVC Decoder (PDVD 7)
- Audio decoder: Cyberlink Audio Decoder (PDVD 7)
- Audio renderer: Default DirectSoundDevice

I tested only SDTV.
Attached Files
File Type: zip TVServer_log.zip (8.2 KB, 1 views)
File Type: zip MP_log.zip (17.0 KB, 1 views)

Last edited by MPUserFromGER; 2007-07-03 at 16:51.
MPUserFromGER is offline   Reply With Quote
Old 2007-07-03, 17:44   #28 (permalink)
rtv
Portal Developer
 
rtv's Avatar
 
Join Date: Apr 2005
Location: Osnabruck
Posts: 2,478
Thanks: 74
Thanked 95 Times in 69 Posts

Country:

My System

Default

I am using Cyberlink's video decoders (from bundled PDVD H.264 - the "deluxe" edition in filesharing networks does not work...) together with MPA for audio.

The only old issue remaining here is no audio for "terranova" (likely mono mpeg1) - zapping to this channel needs twice as long as normal channel changes.
rtv is offline   Reply With Quote
Old 2007-07-03, 18:00   #29 (permalink)
Portal Member
 
Join Date: Jul 2006
Location: Germany
Posts: 307
Thanks: 5
Thanked 1 Time in 1 Post

Country:

My System

Default

@rtv:
1. I am also unsing Cyberlink's decoder that was bundled with the TT S2-3200 card
2. If I am using the Cyberlink decoder for video and MPV for audio then TV does not work at all (=stil image and no audio. If I try to switch channel, MP hangs forever).
I have the option "prefer AC3" enabled though.
MPUserFromGER is offline   Reply With Quote
Old 2007-07-03, 18:38   #30 (permalink)
Portal Developer
 
lkuech's Avatar
 
Join Date: Feb 2007
Location: Hamburg
Age: 34
Posts: 467
Thanks: 26
Thanked 31 Times in 11 Posts

Country:

My System

Default

Here are my brand new test results. (MP: 15067 and TVE3: 15070)

First the good news: The stuttering H.264 is gone with the new tsfilesource.ax. No more need to copy over the 15008 version after updating the tv plugin.

Now the bad news :
When I try to use the new filter with my current codec settings (PDVD 7.3 for video and FFDSHOW for audio) then I'm unable to bring H.264 to work. PAL shown only a still image and when I try to "Turn TV off" then the MP Client hangs totally and I have to close the task via the taskmanager.

The results when I use PowerDVD as audio codec are the same.

Bye
Lars
__________________
Using a wide screen and tired of changing the aspect ratio via remote all the time? Use the ViewModeSwitcher Plugin and everything is working automatically.
Are you able to find your home in MediaPortal? Yes you are! With the WorldMap plugin!

Last edited by lkuech; 2007-07-04 at 14:56.
lkuech is offline   Reply With Quote
Reply

Bookmarks

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


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


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