MediaPortal SVN-Snapshot:-11-06-2009 19-18h - Revision:24047.rar (1 Viewer)

Status
Not open for further replies.

skeal

Portal Pro
October 21, 2007
140
5
Near Munich
Home Country
Germany Germany
error of skins or mp? :

when in tv guide and choosing simpsons (only example because in germany there a 2 episodes per day in a row) for advanced recording and telling mp that this is from monday to friday it works (there are red dots for any episode the same time from monday to friday). but then without leaving guide and choosing next episode i cannot record because mp means it's already configured for recording but it really isn't (theres also no red dot which shows if there is a record planned for the show)

i have to leave tv guide and re-enter it. then i can tell to record the second episode

hope you understand my english ;)
 

ozra

New Member
November 5, 2009
1
0
Home Country
hallo everyone out there that have tried to help me with my problem with channel changing on client.
I have manage to solve the problem, it turned out to be my router, I changed that and now everything is working.

Can someone explaine to me how that can be?
Both the server and the client was on the "inside" of the router and still it was the router.

/Juppe

How did you solve your problem?

What did you change on your router?

I have the exact same channel change problem.

All in one machine Client/Server.

Channel change replays the buffer from previous Channel until it gets the channel change position where it starts showing the new channel again unless I turn TV ON function off.
If I turn TV ON setting off and Change Channel, Then TV comes on after 45~50 seconds On, it shows the new channel fine.

My channel Changes take up to (DVB-T) 45~50 seconds to happen after pressing CH button.

Channel Change works very fast in MCE.

Regards
 

Darkscythe

Portal Member
October 12, 2009
7
0
Home Country

morpheus_xx

Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    Just installed after the previous SVN lost 50% of todays Freeview radio recordings to the "WaitForRecordingFile" problem I reported earlier. And the new SVN is worse, its now screwing up simultaneous TV recordings from the same mux with a "WaitForRecordingFile - video was found, but audio was not found".

    Any easy way I can suppress that test? So far, where I've caught it in time, the audio has actually been there.

    Just a theory: Freeview includes 2 audio tracks, one at low bitrate and almost always completely silent. I use Media Player Classic to play the MP created .ts files and occasionally it cant find an audio track, however ProjectX can and remultiplexing gets my sound working. Maybe MP is creating malformed stream mappings?

    are these the log files you refer to: https://forum.team-mediaportal.com/528246-post25.html ?

    I can see one logic error in the logs:
    Code:
    2009-10-29 23:00:48.908750 [23]: card: Tuner locked: True
    2009-10-29 23:00:48.924375 [23]: **************************************************
    2009-10-29 23:00:48.924375 [23]: ***** SIGNAL LEVEL: 80, SIGNAL QUALITY: 100 *****
    2009-10-29 23:00:48.924375 [23]: **************************************************
    2009-10-29 23:00:48.924375 [23]: card: tuned user: scheduler166 subchannel: 46
    2009-10-29 23:00:48.924375 [23]: user:scheduler166 add
    2009-10-29 23:00:48.924375 [Scheduler timer]: Scheduler: MakeFileName() using "seriesformat" (_isSerie=True)
    2009-10-29 23:00:48.924375 [Scheduler timer]: Scheduler : record to X:\PVR\Rigor Mortis - BBC Radio 7\BBC Radio 7 - Rigor Mortis - 2009-10-29 - 23_00.ts
    2009-10-29 23:00:48.940000 [23]: Recorder.start add audioVideoEventHandler
    2009-10-29 23:00:48.940000 [23]: card: StartRecording 2 X:\PVR\Rigor Mortis - BBC Radio 7\BBC Radio 7 - Rigor Mortis - 2009-10-29 - 23_00.ts
    2009-10-29 23:00:48.940000 [23]: StartRecording to X:\PVR\Rigor Mortis - BBC Radio 7\BBC Radio 7 - Rigor Mortis - 2009-10-29 - 23_00.ts
    2009-10-29 23:00:48.940000 [23]: subch:46 StartRecord(X:\PVR\Rigor Mortis - BBC Radio 7\BBC Radio 7 - Rigor Mortis - 2009-10-29 - 23_00.ts)
    2009-10-29 23:00:48.940000 [23]: subch:46-46 tswriter StartRecording...
    2009-10-29 23:00:48.940000 [23]: SetRecorderPids
    2009-10-29 23:00:48.955625 [23]: Set video / audio observer
    2009-10-29 23:00:48.955625 [23]: DVB subch:46 Started recording
    [B]2009-10-29 23:00:48.955625 [23]: card: WaitForRecordingFile - waiting _eventAudio & _eventVideo[/B]
    2009-10-29 23:00:49.127500 [19]: PID seen - type = Audio
    2009-10-29 23:00:49.143125 [19]: Recorder audioVideoEventHandler Audio
    2009-10-29 23:01:04.143125 [23]: card: WaitForRecordingFile - video was found, but audio was not found after 15.1875 seconds

    because code "should" not wait for video if the requested channel is radio:
    Code:
          IChannel channel = _cardHandler.Card.SubChannels[0].CurrentChannel;
          bool isRadio = channel.IsRadio;
    
          _eventVideo.Reset();
          _eventAudio.Reset();
    
         [B] if (isRadio)
          {
            Log.Write("card: WaitForRecordingFile - waiting _eventAudio");[/B]
            // wait for audio PID to be seen
            if (_eventAudio.WaitOne(waitForEvent, true))
            {
              // start of the video & audio is seen
              TimeSpan ts = DateTime.Now - timeStart;
              Log.Write("card: WaitForRecordingFile - audio is seen after {0} seconds", ts.TotalSeconds);
    
              return true;
            }
            else
            {
              TimeSpan ts = DateTime.Now - timeStart;
              Log.Write("card: WaitForRecordingFile - no audio was found after {0} seconds", ts.TotalSeconds);
              if (_cardHandler.IsScrambled(ref user))
              {
                Log.Write("card: WaitForRecordingFile - audio stream is scrambled");
                scrambled = true;
              }
            }
          }
          else
          {
            Log.Write("card: WaitForRecordingFile - waiting _eventAudio & _eventVideo");
            // block until video & audio PIDs are seen or the timeout is reached

    this means for me, that your channel is either not correctly detected as radio channel, or the recorder code is wrong in interpretation...

    one source could be if more than one subchannel is active:
    Code:
    _cardHandler.Card.SubChannels[0].CurrentChannel;
    --> means if a TV channel is timeshifting and a recording of Radio starts, the type might me taken from the 1st active subchannel


    if you're able to reproduce the error, please check the attached TvService.exe. Make a backup first and replace your version with my modified one. try to record under same conditions as you noticed the failure.
     

    Attachments

    • TvService.zip
      30.6 KB
    • recorder_wrong_subchannel.patch
      30.7 KB

    Juppe

    Portal Pro
    November 17, 2006
    308
    42
    Home Country
    Sweden Sweden
    ozra i did change to another router to fix the problem, but a think you can disable "dns relay" in your router if its there.
    The router that did not work was a D-link and now I have a netgear that works, shall test to disable "dns relay" to see if I can get my d-link router to work.
     

    technick

    Portal Pro
    May 6, 2009
    566
    155
    Home Country
    France France
    Durring my test of this patch "https://forum.team-mediaportal.com/...ver-etc-325/patch-speed-up-shares-view-71931/" I found a very stupid bug :) music directory (and others ?) display is case sensitive, I don't see a .MP3 file and see a .mp3 but you can not add .MP3 as valid extension. I trying to search the code :)

    Edit : Sorry, was a cache problem, it seem that Mediaportal use his database and not the directory. After remove of the database directory all run fine, I missed something about this database rules.
     

    malta

    New Member
    March 13, 2007
    2
    0
    Home Country
    Germany Germany
    Error in My Trailers

    Hello,

    I'm installed the last SVN on a clean Win7 x64 System with SAF400Beta20, QT Alternative 2.92 and latest plugin Version from 'My trailers' (v 2.0.3.40). If I will play a HD-Trailer from Apple I got "Unable to play" (German: "Abspielen nicht möglich").:confused: I started the MP as User.
    I don't have a problem, if I play the trailer with media player on Win7-Gui.

    If I start the MP with Administrative rights, I don't have problems with play of Apple-Trailers.:D

    I think, the plugin will write in a directory of c:\program files (x86)\team media portal and it can't.

    Best regards

    Michael
     

    stefanbaar

    Portal Pro
    October 31, 2007
    178
    3
    Holstebro
    Home Country
    Denmark Denmark
    Anyone know why I am getting this failure? (see attached pictures)
    Dont know causes this, but it was after configuring all my personal settings inside MP configuration. All seems to work, but not the volume control when I am inside MP.
    I tried to move back to a clean windows 7 x 64 and reinstall 1.1beta and this svn. But the same happened again...

    I just found out that my buttons on my mce remote does not work when i am on full screen tv. Has this something to do with this failure I posted preveus?
     

    armandp

    Retired Team Member
  • Premium Supporter
  • April 6, 2008
    990
    620
    Zoetermeer
    Home Country
    Netherlands Netherlands
    Hello,

    I'm installed the last SVN on a clean Win7 x64 System with SAF400Beta20, QT Alternative 2.92 and latest plugin Version from 'My trailers' (v 2.0.3.40). If I will play a HD-Trailer from Apple I got "Unable to play" (German: "Abspielen nicht möglich").:confused: I started the MP as User.
    I don't have a problem, if I play the trailer with media player on Win7-Gui.

    If I start the MP with Administrative rights, I don't have problems with play of Apple-Trailers.:D

    I think, the plugin will write in a directory of c:\program files (x86)\team media portal and it can't.

    Best regards

    Michael

    Hi Michael,

    My Trailers is not part of the core of mediaportal, it's a 3rd party plugin. I will answer some things here but you should really move over to the My Trailers forum ;)

    A) This is not a problem related to the mediaportal SVN version
    B) It's not a permission issue regarding access to the program files directory
    C) Yes running as administrator solves the problem for My Trailers in combination with Apple Trailers - see here for the explanation.

    a rewrite of the My Trailers plugin is in the pipeline (eta depending heavily on free time and motivation) a more broader video plugin called Online Videos has most of the My Trailers code built-in and does not have the administrator restriction, maybe you can try that instead.
     

    stefanbaar

    Portal Pro
    October 31, 2007
    178
    3
    Holstebro
    Home Country
    Denmark Denmark
    client freezes

    Just made a small recording on the new danish dr hd, but my client freezes short time after I play it on my client. The recording works fine on my tvserver (with client). All other recording work fine on the client.
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom