regeszter's custom MP (2 Viewers)

Sebastiii

Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    There is the same behaviour in scheduled screen.

    What do you mean ?
    To be able to schedule from tvguide ?

    No. The schedule screen do not show the items from protected channels if the user is not on protected group. Same as in recorded TV. We should to add the same protection in onpageload when the user leave tvplugin and enter again.

    Ok :) now active stream didn't get null ref and tv stream is hidden too :)
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    At first i was thinking that it was RTSP vs UNC but i have setup MP to use RTSP and it's the same.

    Strange. It works here. Can you give me the step by step info?

    Ok :p

    1- Enable a protected group or a non protected one
    2- Timeshift and record a channel
    3- Stop the timeshift
    4- Tv Stream
    5- Select a stream
    6- Ask Yes or No
    7- If i answer Yes -> it failed and if i answer No (i need to retest lol).

    RTSP or UNC does the same result lol
     

    regeszter

    Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    At first i was thinking that it was RTSP vs UNC but i have setup MP to use RTSP and it's the same.

    Strange. It works here. Can you give me the step by step info?

    Ok :p

    1- Enable a protected group or a non protected one
    2- Timeshift and record a channel
    3- Stop the timeshift
    4- Tv Stream
    5- Select a stream
    6- Ask Yes or No
    7- If i answer Yes -> it failed and if i answer No (i need to retest lol).

    RTSP or UNC does the same result lol

    Confirmed. :(

    6- Ask Yes -> error
    6- Ask No -> works

    I will fix it. This feature was not planed for active recordings. It was designed for active timeshift only.
     

    regeszter

    Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    Here we go :)

    // Disable Placeshift feature (not working)
    //ViewChannel(channel);

    Bad idea. It is not the palceshift featue. It is a feature where the 2nd client can use the timeshift buffer of the 1st client. It works but you tried to use with active recording. It not works, so I will remove this if the stream is not a timeshift buffer.

    The placeshift is an another think.

    1. Start live TV
    2. Enter context menu.
    3. Select switch to another client.
    4. Stop client 1.
    5. Start client 2.
    6. Go to TV
    7. Go to active stream.
    8. Select the "placeshift" stream.
    I have a own mpextended so I can start the stream form android and watch it from MP ;)
     

    regeszter

    Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    private void OnRecordedDisAllowed

    I will remove this because I do not want to show this in children PCs. There are an another feature where I not shown the PIN protected groups (check TvPlugin setup). Your feature breaks this design.
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    private void OnRecordedDisAllowed

    I will remove this because I do not want to show this in children PCs. There are an another feature where I not shown the PIN protected groups (check TvPlugin setup). Your feature breaks this design.

    Is it in your branch ? can you explain more ?
    Thanks :)
     

    regeszter

    Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    private void OnRecordedDisAllowed

    I will remove this because I do not want to show this in children PCs. There are an another feature where I not shown the PIN protected groups (check TvPlugin setup). Your feature breaks this design.

    Is it in your branch ? can you explain more ?
    Thanks :)

    It is enabled on my kids' PCs. So they do not know that if there is any protected groups. It is disabled on parents room PC, so I see the PIN protected groups but I have to enter the correct PIN to unlock that.

    hidepingroups.JPG
     

    Users who are viewing this thread

    Top Bottom