Frozen after channel change (1 Viewer)

chrisonline

MP Donator
  • Premium Supporter
  • August 17, 2007
    515
    37
    46
    Tirol/Wörgl
    Home Country
    Austria Austria
    Sometimes MP is completly frozen after channel change.
    This has happen now, attached are all my logs.

    I see only a black screen and the channel name with the EPG info.
    No keys are working afterwards. Only a "Kill Process" works.

    Can anyone check the logs?
     

    Owlsroost

    Retired Team Member
  • Premium Supporter
  • October 28, 2008
    5,539
    5,038
    Cambridge
    Home Country
    United Kingdom United Kingdom
    @Owlsroost
    Looks like this may be related to TsReader in some way?

    As far as I can tell, it's MP player that has hung at the point when it should be rebuilding the graph.

    TsReader alerts MP that the video format has changed:

    Code:
    [2014-11-23 20:08:04,281] [255884d0] [12f0] - DeMultiplexer: triggering OnVideoFormatChanged

    ...then MP player logs that:

    Code:
    [2014-11-23 20:08:04,281] [Log    ] [48       ] [INFO ] - TsReaderPlayer: OnVideoFormatChanged - streamtype=H264 resolution=1280x720 aspect ratio=16:9 bitrate=15000000 isInterlaced=False

    ....normally then MP player will rebuild the graph, so there should be logging to show that, but in this case nothing happens (and in fact there is no more logging other than from the PS threads, so MP player has hung) ....so after 5 seconds TsReader times out and tries to continue playing:

    Code:
    [2014-11-23 20:08:09,285] [255884d0] [10c4] - demux: Alert: Wait for Media change cancelled on 5 secs timeout

    ...but of course it can't because the graph is still paused.

    There is a little bit more evr.log:

    Code:
    [2014-11-23 20:08:04,283] [31561070] [ 77c] - OnClockStop: 12159.840
    [2014-11-23 20:08:04,283] [31561070] [ 77c] - Flushing: size=0

    ...but there is no 'ProcessMessage MFVP_MESSAGE_ENDSTREAMING' which should be the next line, so it looks very much like the graph or MP has hung (but no clue why).
     
    Last edited:

    Users who are viewing this thread

    Top Bottom