TVEngine3 Snapshot: 11-03-2007 01-38h Revision 16429 (1 Viewer)

MediaPortal-Bot

Worlds greatest bot!
March 26, 2007
3,715
180
Home Country
Germany Germany
General Infos:

Please visit our Wiki-Guide before you try out this engine.
We also provide some tutorial videos which show how to install and configure the TV-Server and TV-Client.

MediaPortal TVEngine3 Capabilities:

- seperate front/backend
- supports multiple frontends
- supports multiple backends (master/slave servers)
- analog/atsc/dvb-c/dvb-s/dvb-t support
- recording to mpeg-2 program stream (.mpg)
- mpeg-2 transport stream timeshifting
- multi tuner support of course
- epg / mhw grabbing right from the DVB stream
- network streaming via rtsp
- teletext grabbing

- ci / cam support for firedtv, twinhan and technotrend
- placeshifting
- TV Movie Clickfinder EPG import


MediaPortal TVEngine3 Requirements:

- latest MediaPortal SVN-Build Wiki-Guide --> Download
- Microsoft SQL Server 2005 Express Edition ---> Download
- additional (but recommened) SQL Server Management Studio Express ---> Download
 

MediaPortal-Bot

Worlds greatest bot!
March 26, 2007
3,715
180
Home Country
Germany Germany
Changelog since last snapshot:

TvPlugin 02/11/2007 [11:40:29] gemx added: Fixed mantis issue 0001133: Conflicts exclamation mark not shown in MyTV-"Scheduled
TvPlugin 02/11/2007 [14:10:42] gemx added: Fixed mantis issue 0001124: Active Recordings-Red dot not shown in MainMenu
Music 02/11/2007 [22:50:51] hwahrmann added: Added CurrentAudioStream Property to Bass Audio Engine. Needed by iMon Plugin


===> click here to download <===

This thread is open to everyone to provide feedback for this particular snapshot.
If you found or confirm a bug please still open a single thread with full details in the Bugsection
 

chemelli

Retired Team Member
  • Premium Supporter
  • September 28, 2006
    6,159
    2,264
    50
    Milano, Italy
    Home Country
    Italy Italy
    dman_LFC,

    unfortunatly the patch is not working on my Vista system:

    2007-11-03 01.53.52.068719 [5]: RemoteControl: Error getting server Instance - Requested Service not found
    2007-11-03 01.55.31.006719 [12]: analog: unable to find WST Codec or VBI Codec filter

    Is there a possibility that the codec is not named as expected so the following si not working as expected ?
    (line 2217 of TvCardAnalogBase.cs)

    Code:
    if (device.Name.IndexOf("VBI") >= 0)

    If I can do something to test this or help in any other way, I'm here ;-)

    Simone

    EDIT:

    maybe also

    Code:
    break;

    at line 2214 and at line 2233 are forcing a for each exit before right codec is found...

    dman_LFC,

    I found the codec on my Vista install and my guess where wrong. The name is correct, maybe the problem is the category:

    Code:
    devices = DsDevice.GetDevicesOfCat(FilterCategory.AMKSSplitter);

    Simone
     

    Attachments

    • Vista_VBIcodec_location.jpg
      Vista_VBIcodec_location.jpg
      80.2 KB

    Users who are viewing this thread

    Top Bottom