[fixed] Scheduled Recordings Did not record (1 Viewer)

dlarge500

Extension Designer
  • Premium Supporter
  • May 21, 2009
    1,491
    400
    44
    NRW
    Home Country
    Germany Germany
    AW: Scheduled Recordings Did not record

    hm i think the Betatestteam has perfectly PC`s and where everything is always ok, sorry for the carp but this RC behaves like a Alpha Version.:(
     

    wouter1971

    MP Donator
  • Premium Supporter
  • November 19, 2008
    911
    143
    Purmerend, Holland
    Home Country
    Netherlands Netherlands
    Re: AW: Scheduled Recordings Did not record

    hm i think the Betatestteam has perfectly PC`s and where everything is always ok, sorry for the carp but this RC behaves like a Alpha Version.:(

    Correct! The basic things are crippled in RC1 compared to the last svn's. 24923 and 24964 (somewhere in the forums) are perfect. Had to restore. Thanks to acronis backup. 3 minute restore.
     

    arion_p

    Retired Team Member
  • Premium Supporter
  • February 7, 2007
    3,373
    1,626
    Athens
    Home Country
    Greece Greece
    Please run the following SQL on TV Server and post results.
    For MySQL run (assuming username is root and password is MediaPortal, i.e. the defaults):
    Code:
    "%ProgramFiles%\MySQL\MySQL Server 5.1\bin\mysql" -u[B]root[/B] -p[B]MediaPortal[/B] --tee=[B]results.txt[/B] MpTvDB
    Then type:
    Code:
    select * from schedule;
    exit
    The output will be written to results.txt in the current directory.

    For MS SQLServer Express 2005 run:
    Code:
    "%ProgramFiles\Microsoft SQL Server\90\Tools\Binn\SQLCmd -d MpTvDB -o [B]results.txt[/B]
    For MS SQLServer Express 2008 run:
    Code:
    "%ProgramFiles\Microsoft SQL Server\100\Tools\Binn\SQLCmd -d MpTvDB -o [B]results.txt[/B]
    Then type:
    Code:
    select * from schedule
    go
    exit
    The output will be written to results.txt in the current directory.
     

    mortstar

    MP Donator
  • Premium Supporter
  • January 30, 2008
    415
    41
    Home Country
    England England
    How is this possible with a complete test team? I'm beginning to think that live TV is not prio for the developers :(

    How many times has it been said? If you want to make MediaPortal better (and you can't code/won't dedicate your time to the project) the very least you can do is provide proper bug reports rather than spouting off in the forums provided for you by Team MediaPortal....not to mention the countless hours/days/months and years that have been put into the project by all the developers/testers only to see your belly-aching on here.
     

    dlarge500

    Extension Designer
  • Premium Supporter
  • May 21, 2009
    1,491
    400
    44
    NRW
    Home Country
    Germany Germany
    AW: Scheduled Recordings Did not record

    hi arion_p

    here my logs with my issues with schedules recordings.this issue is after standby not in live tv!!!

    i need 4the record but wíthout 4TR is this the same.:D
     

    wouter1971

    MP Donator
  • Premium Supporter
  • November 19, 2008
    911
    143
    Purmerend, Holland
    Home Country
    Netherlands Netherlands
    How is this possible with a complete test team? I'm beginning to think that live TV is not prio for the developers :(

    How many times has it been said? If you want to make MediaPortal better (and you can't code/won't dedicate your time to the project) the very least you can do is provide proper bug reports rather than spouting off in the forums provided for you by Team MediaPortal....not to mention the countless hours/days/months and years that have been put into the project by all the developers/testers only to see your belly-aching on here.

    If you've read all my other post you would know that's always what i do, proper bugreports and helping others. This is not about programming but about testing. This RC1 build has problems on guide and scheduling. Things that were perfectly working before. It should not have passed the testing moment.

    But enough about this.... let's look forward....
     

    fdm225

    MP Donator
  • Premium Supporter
  • February 17, 2006
    17
    0
    Chicago
    Home Country
    United States of America United States of America
    Please run the following SQL on TV Server and post results.
    For MySQL run (assuming username is root and password is MediaPortal, i.e. the defaults):
    Code:
    "%ProgramFiles%\MySQL\MySQL Server 5.1\bin\mysql" -u[B]root[/B] -p[B]MediaPortal[/B] --tee=[B]results.txt[/B] MpTvDB
    Then type:
    Code:
    select * from schedules;
    exit
    The output will be written to results.txt in the current directory.

    For MS SQLServer Express 2005 run:
    Code:
    "%ProgramFiles\Microsoft SQL Server\90\Tools\Binn\SQLCmd -d MpTvDB -o [B]results.txt[/B]
    For MS SQLServer Express 2008 run:
    Code:
    "%ProgramFiles\Microsoft SQL Server\100\Tools\Binn\SQLCmd -d MpTvDB -o [B]results.txt[/B]
    Then type:
    Code:
    select * from schedules
    go
    exit
    The output will be written to results.txt in the current directory.

    hmm.. I didn't have a table named schedules but I did list the schedule table, is that they same thing?
     

    Attachments

    • results.txt
      30.6 KB

    fdm225

    MP Donator
  • Premium Supporter
  • February 17, 2006
    17
    0
    Chicago
    Home Country
    United States of America United States of America
    So I was able to get it to not record a scheduled program again. this time it was all in the family at 8pm (cst) on March 2nd. Here is what I did to create this problem:

    1. scheduled two simultaneous records for 8pm (star trek and all in the family)
    2. at 8pm I checked to see what was recording, all in the family was missed
    3. when I checked the guide I could see all in the family marked in red, but when I tried to select it I got a message saying "an unknown error has occurred"
    4. delete the scheduled recording for all in the family, which subsequently made the program listing not red anymore
    5. attempted to select (play live tv) all in the family again and still got a message stating "an unknown error has occurred"
    6. attempted to select a random channel (play live tv), at this point the tuner worked and was able to play the channel
    7. I then went and selected all in the family one last time and it played (live tv) successfully.


    logs enclosed:

    Please let me know what I can do to help track down what is incorrect.

    dave
     

    arion_p

    Retired Team Member
  • Premium Supporter
  • February 7, 2007
    3,373
    1,626
    Athens
    Home Country
    Greece Greece
    hmm.. I didn't have a table named schedules but I did list the schedule table, is that they same thing?
    Yes my mistake, it is "schedule" not "schedules".

    So I was able to get it to not record a scheduled program again. this time it was all in the family at 8pm (cst) on March 2nd. Here is what I did to create this problem:

    1. scheduled two simultaneous records for 8pm (star trek and all in the family)
    2. at 8pm I checked to see what was recording, all in the family was missed
    3. when I checked the guide I could see all in the family marked in red, but when I tried to select it I got a message saying "an unknown error has occurred"
    4. delete the scheduled recording for all in the family, which subsequently made the program listing not red anymore
    5. attempted to select (play live tv) all in the family again and still got a message stating "an unknown error has occurred"
    6. attempted to select a random channel (play live tv), at this point the tuner worked and was able to play the channel
    7. I then went and selected all in the family one last time and it played (live tv) successfully.

    From your logs:
    Code:
    [B]2010-03-02 20:00:09.973050 [Scheduler timer(5)]: Scheduler: Time to record WWME-CA Chicago 8:00 PM-8:30 PM All in the Family[/B]
    2010-03-02 20:00:09.982050 [Scheduler timer(5)]: Controller: find free card for channel WWME-CA Chicago
    2010-03-02 20:00:09.993051 [Scheduler timer(5)]: Controller:   got 2 tuning details for WWME-CA Chicago
    2010-03-02 20:00:10.002051 [Scheduler timer(5)]: Controller:   channel #1 ATSC:tv:unknown WWME-CA Chicago Freq:-1 ONID:0 TSID:1011 SID:4 PMT:0x40 FTA:False LCN:10000 phys:27 maj:26 min:2 mod:Mod8Vsb 
    2010-03-02 20:00:10.010052 [Scheduler timer(5)]: Controller:    card:1 type:DvbIP is disabled
    . . .
    . . .
    2010-03-02 20:00:11.063112 [Scheduler timer(5)]: Scheduler: MakeFileName() using "moviesformat" (_isSerie=False)
    2010-03-02 20:00:11.074112 [Scheduler timer(5)]: Scheduler : record to C:\ProgramData\Team MediaPortal\MediaPortal TV Server\recordings\All in the Family - WWME-CA Chicago - 2010-03-02.ts
    2010-03-02 20:00:11.197120 [(29)]: Recorder.start add audioVideoEventHandler
    2010-03-02 20:00:11.208120 [(29)]: card: StartRecording 2 C:\ProgramData\Team MediaPortal\MediaPortal TV Server\recordings\All in the Family - WWME-CA Chicago - 2010-03-02.ts
    2010-03-02 20:00:11.217121 [(29)]: StartRecording to C:\ProgramData\Team MediaPortal\MediaPortal TV Server\recordings\All in the Family - WWME-CA Chicago - 2010-03-02.ts
    2010-03-02 20:00:11.228121 [(29)]: subch:0 StartRecord(C:\ProgramData\Team MediaPortal\MediaPortal TV Server\recordings\All in the Family - WWME-CA Chicago - 2010-03-02.ts)
    2010-03-02 20:00:11.240122 [(29)]: subch:0-0 tswriter StartRecording...
    2010-03-02 20:00:11.250123 [(29)]: SetRecorderPids
    2010-03-02 20:00:11.277124 [(29)]: Set video / audio observer
    2010-03-02 20:00:11.289125 [(29)]: DVB subch:0 Started recording
    2010-03-02 20:00:11.298125 [(29)]: card: WaitForRecordingFile - waiting _eventAudio & _eventVideo
    2010-03-02 20:00:11.353128 [(19)]: PID seen - type = Audio
    2010-03-02 20:00:11.362129 [(19)]: Recorder audioVideoEventHandler Audio
    [COLOR=DarkRed][B][COLOR=Red]2010-03-02 20:00:26.372988 [(29)]: card: WaitForRecordingFile - video was found, but audio was not found after 15.0748622 seconds[/COLOR][/B]
    [/COLOR][B][COLOR=Red]2010-03-02 20:00:26.382988 [(29)]: card: Recording failed! 2 C:\ProgramData\Team MediaPortal\MediaPortal TV Server\recordings\All in the Family - WWME-CA Chicago - 2010-03-02.ts
    [/COLOR] [/B]2010-03-02 20:00:26.391989 [(29)]: card: StopRecording card=2, user=scheduler18
    2010-03-02 20:00:26.404989 [(29)]: card: StopRecording for card:2
    So the issue here is that the Scheduler tries to tune to the channel, gets the audio stream (2010-03-02 20:00:11.353128 [(19)]: PID seen - type = Audio) but then not video stream for 15 seconds and aborts. After some retries the tuner then fails to even tune to the transponder:
    Code:
    2010-03-02 20:01:16.215838 [(29)]: Exception   :TvLibrary.TvException: Unable to tune to channel
       at TvLibrary.Implementations.DVB.TvCardDvbBase.SubmitTuneRequest(Int32 subChannelId, IChannel channel, ITuneRequest tuneRequest, Boolean performTune)
       at TvLibrary.Implementations.DVB.TvCardATSC.Tune(Int32 subChannelId, IChannel channel)
    
    2010-03-02 20:01:16.218839 [(29)]: Exception   :TvLibrary.TvException: Unable to tune to channel
       at TvLibrary.Implementations.DVB.TvCardDvbBase.SubmitTuneRequest(Int32 subChannelId, IChannel channel, ITuneRequest tuneRequest, Boolean performTune)
       at TvLibrary.Implementations.DVB.TvCardATSC.Tune(Int32 subChannelId, IChannel channel)
       at TvService.CardTuner.Tune(User& user, IChannel channel, Int32 idChannel)
    Frankly I have no idea why this is happening, but I know we have issues with ATSC cards. None of our developers lives in the U.S., so all development regarding ATSC has been done blindly - no way to test or debug. I know some ATSC users have solved their problems enabling ResetGraph (run SetupTV --DebugOptions to see this extra setting).
     

    dlarge500

    Extension Designer
  • Premium Supporter
  • May 21, 2009
    1,491
    400
    44
    NRW
    Home Country
    Germany Germany
    AW: Scheduled Recordings Did not record

    arion_p

    can you help me with my Problem,my Logs are in this Thread too?
     

    Users who are viewing this thread

    Top Bottom