[confirm] Bugs: External Player Launching (1 Viewer)

Mads22

Portal Member
April 24, 2009
11
0
Hi all,

in the current version 1.2.0.0 i use an external player (Media Player Clasic Home Cinema) for playing my video files. I Have configured it in the Media Player Configuration-Tool with the following arguments:

Path/Filename: C:\Program Files (x86)\K-Lite Codec Pack\Media Player Classic\mpc-hc.exe
Parameters: %filename% /play /close /fullscreen

Everything works fine for wmv and mpg files.

Bug1: if i start ".ts" - files (tv-recordings for example), the external player is not launched. Instead, mediaportal launches the native mediaportal-player for them

Bug 2: if i start ".dvr-ms" - files, i get the following error message:
Abspielen nicht möglich. (cant play)
Video Codec: MPEG VIDEO VERSION 2
Audio Codec: MPEG AUDIO VERSION 1 LAYER

The external player is not launched, this error is displayed by mediaportal.
These errors are reproducable, you can try it on your own mediaportal-configuration.

Thanks,

Mads
 

Deda

Lead Dev MP1 Videos
  • Premium Supporter
  • March 18, 2009
    2,423
    2,385
    Zagreb
    Home Country
    Croatia Croatia
    It's not a bug it's a coded feature and *.ts (also rtsp: http: https: mms: ) files will not play from external player.

    g_player.cs line 1293
    Code:
    if (!Util.Utils.IsAVStream(strFile) && Util.Utils.IsVideo(strFile))
    {
       if (!Util.Utils.IsRTSP(strFile) && extension != ".ts") // do not play recorded tv with external player
      {
         External play handling code .......
      }
    }
     

    Smeulf

    Retired Team Member
  • Premium Supporter
  • October 27, 2010
    672
    454
    France
    Home Country
    France France
    Hi guys, I'll move this thread to MP 1.2 RC sub-forum, because it's obviously not a MP2 issue.

    Cheers.

    Smeulf.
     

    Users who are viewing this thread

    Top Bottom