[Info] Release 0.7 (x86/x64) - MPExtended, WebMP, Bootstrap skin by ajs - Hard way (4 Viewers)

fatal

Portal Member
March 23, 2013
14
4
35
Home Country
Hungary Hungary
I fix this exception, after build result here - AppVeyor

Thank you!

One more thing, I think it's not an issue in MPExtended or WebMediaportal, probably in video.js (or its flv js). The videos in the browser are laggy. Frames not missing, but looks like it's low fps or something like that (maybe I will create a video of it). No matter if it's live channel or TV Recording. And streaming stops if I try to rewind or fast forward (in TV recording, didn't try timeshift in live channels). On Android with ffmpeg everything looks ok with MPTvScheduler.

This happens with "Flash" player presets, with direct I got the following message in every browser: " The media could not be loaded, either because the server or network failed or because the format is not supported."

I've tried in Vivaldi, FF and the new Chromium based Edge, the result is the same. Does this happen at anyone else? Is there any solution?
 

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    Yes, it is a problem of binding the player and the stream. I don't have enough intelligence to get this bundle to work. We need to configure the transcoding parameters correctly for a certain player. If someone can do that then everything will work smoothly and well.
     

    fatal

    Portal Member
    March 23, 2013
    14
    4
    35
    Home Country
    Hungary Hungary
    Yes, it is a problem of binding the player and the stream. I don't have enough intelligence to get this bundle to work. We need to configure the transcoding parameters correctly for a certain player. If someone can do that then everything will work smoothly and well.

    Thanks, it's good to know the issue is not in my system. Maybe I will check it. Unfortunately I'm not familiar with video streaming, but it's an interesting task to check. :)
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    Maybe I will check it. Unfortunately I'm not familiar with video streaming, but it's an interesting task to check.
    Thank you, I tried, but I did not succeed. If you need help, ask as much as I can, I will help. :)
     

    ghirotre

    New Member
    November 7, 2020
    4
    1
    Home Country
    Italy Italy
    Hi,
    I try to use mediaportal tv server for streaming on my lan.
    I install mpextended, but when i try to stream a tv channel to MPTv app, it is only play 1 second and stop.
    I ask if you can help me. I have try all the streaming profile.
    I'm on a fresh install mp1 1.26.
    I have turn off antivirus, i turn off uac, but i have always same problem.
    I put log.
    Thanks in advance
     

    Attachments

    • Service.log
      92.3 KB

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    I ask if you can help me
    In log i see finish command from you device (samsung-SM-N950F-135831] Called FinishStream):
    Code:
    2020-11-07 18:47:28.28248 [               (13)] DEBUG: [       samsung-SM-N950F-135831] Called FinishStream
    2020-11-07 18:47:28.28248 [               (13)] DEBUG: [       samsung-SM-N950F-135831] Stopping stream
    2020-11-07 18:47:28.28248 [               (13)]  INFO: [       samsung-SM-N950F-135831] Stopping data unit 1
    2020-11-07 18:47:28.28937 [               (13)]  INFO: [       samsung-SM-N950F-135831] Stopping data unit 5
    2020-11-07 18:47:28.28937 [               (13)] DEBUG: [       samsung-SM-N950F-135831] Encoding: Killing transcoder
    2020-11-07 18:47:28.28937 [               (13)] DEBUG: TranscoderProcess: Terminating process pid=9408
    2020-11-07 18:47:28.28937 [               (13)] DEBUG: [       samsung-SM-N950F-135831] Pipeline stopped
    2020-11-07 18:47:28.28937 [               (13)] DEBUG: [       samsung-SM-N950F-135831] Killed stream
    2020-11-07 18:47:28.28937 [               (13)]  INFO: [       samsung-SM-N950F-135831] Cancelling timeshifting
     

    Gcarr

    MP Donator
  • Premium Supporter
  • August 17, 2014
    224
    78
    Home Country
    United States of America United States of America
    Hi, I've just re-installed mpextended service, and mptvschduler. I hadn't used it in several years. The installs seemed to go ok but I have issues that I can't figure out how to troubleshoot.

    Everything seems to work fine except for Pictures and Series. I've turned on Debug on my tablet and can see an "http response code 500" when I attempt to view pictures. In tv series, I just get a "No Items Found" message but if I attempt to select a different genre though I then get the "http response code 500" message as I did with the pictures test. I've verified the database paths are correct. And the tests on the troubleshooting tab seem to work ok.

    Any suggestions on what else I might try? Attached Service.log
    Running MPTvScheduler v. 1.5.18 and MPExtended v. 7.0-beta13-ajs
     

    Attachments

    • Service.log
      30.8 KB

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,371
    Kyiv
    Home Country
    Ukraine Ukraine
    Running MPTvScheduler v. 1.5.18 and MPExtended v. 7.0-beta13-ajs
    MP Version? TVSeries version? Is the database/path for series and pictures selected correctly? :coffee:
     

    Gcarr

    MP Donator
  • Premium Supporter
  • August 17, 2014
    224
    78
    Home Country
    United States of America United States of America
    MP Version? TVSeries version? Is the database/path for series and pictures selected correctly? :coffee:
    MP version 1.27
    MP-TVSeries version 4.3.6.0
    DB Path: C:\ProgramData\Team MediaPortal\MediaPortal\database\TVSeriesDatabase4.db3.

    I just figured out why pictures won't work. It does not recognize anything but a local path. Connecting via a mapped drive, or \\servername\path or \\serverIP\path does not work. (all of my media is on a network drive)

    Also just noticed after looking at the logs again, there seem to be a lot of database errors. For instance, here it's looking for a table that indeed, does not exist in my MP-TVSeries database. I'm not well versed in reading logs though so I'm not sure if this is the cause for TVSeries not working.

    EDIT: I did find a field in the "Online_Series" table for "Actors". But not an actual table for "Actors"

    Code:
    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
    
    ---> MPExtended.Libraries.SQLitePlugin.QueryException: Failed to execute query
    
    ---> System.Data.SQLite.SQLiteException: SQL logic error
    
    no such table: Actors
     
    Last edited:

    Users who are viewing this thread

    Top Bottom