TVplugin - avoiding RTSP in multiseat mode (test plz). (2 Viewers)

WileECoyote

MP Donator
  • Premium Supporter
  • October 14, 2008
    1,156
    220
    Cary, NC
    Home Country
    United States of America United States of America
    Hey Guys,
    This takes some tinkering, but I finally found out how to get it working. It was rather simple in the end.

    The first thing I did was prep the server. On the server I have two drives. The C: Drive is the Timeshifting drive, and the F: drive is my recordings:

    1. I shared the C: drive (Created a share called C, gave everyone full permissions)
    2. I shared the F: drive (Created a share called F, gave everyone full permissions)

    I then modified the MediaPortal.xml file on the client.

    1. I added the following to the tvserver entry

    Code:
        <entry name="usertsp">no</entry>
        <entry name="recordingpath">
        </entry>
        <entry name="timeshiftingpath">
        </entry>

    So the full tvservice section looks like this...

    Code:
      <section name="tvservice">
        <entry name="usertsp">no</entry>
        <entry name="recordingpath">
        </entry>
        <entry name="timeshiftingpath">
        </entry>
        <entry name="hostname">192.168.1.80</entry>
        <entry name="preferac3">no</entry>
        <entry name="preferAudioTypeOverLang">yes</entry>
        <entry name="dvbbitmapsubtitles">no</entry>
        <entry name="dvbttxtsubtitles">no</entry>
        <entry name="audiodualmono">no</entry>
        <entry name="isWakeOnLanEnabled">no</entry>
        <entry name="isAutoMacAddressEnabled">yes</entry>
        <entry name="macAddress">00:00:00:00:00:00</entry>
        <entry name="preferredaudiolanguages">
        </entry>
        <entry name="preferredsublanguages">
        </entry>
      </section>

    2. I then restarted MediaPortal on the client and I was able to access live Tv and Recorded Tv just fine.

    The code is all built into MP, so nothing else is needed...

    Wile E.
     

    TommySharp

    MP Donator
  • Premium Supporter
  • January 15, 2007
    322
    7
    43
    Auckland
    Home Country
    New Zealand New Zealand
    Hey Wile E, thanks for that update....

    Are your recordings stored in the root of your F: drive?

    My recordings and timeshift files are stored in "E:\TV Recordings" on the server. Should I just share this as "E" or do I need to share the whole drive as "E"?

    UPDATE....

    Just edited it to...

    <section name="tvservice">
    <entry name="usertsp">no</entry>
    <entry name="recordingpath">\\server01\TV Recordings 2\</entry>
    <entry name="timeshiftingpath">\\server01\TV Recordings 2\</entry>
    <entry name="hostname">Server01</entry>
    <entry name="preferac3">no</entry>

    Appears to be quicker channel change but how do I tell if it's actually working? If I go to "tv-streams" under my TV it still shows the client as connected? Earlier on in this thread it said this shouldn't be the case?
     

    cfforce

    MP Donator
  • Premium Supporter
  • March 4, 2008
    241
    21
    Home Country
    Netherlands Netherlands
    Using the non-rtsp function (recording) doesn't work in RC3/RC4.
    When i try to play a recording (series; same channel/program title) it fails; pointing to the wrong directory.
    In the logs: \\pan\rec$\MCE\RECORDING\Ben 10_ Alien force 2010-06-03\Ben 10_ Alien force.ts
    Physical location: \\pan\rec$\MCE\RECORDING\Cartoon_TCM\Ben 10_ Alien force 2010-06-03\Ben 10_ Alien force.ts
    Using rtsp function all is working fine; only longer zap times :(

    p.s. all clean installed.
     

    pnyberg

    Portal Pro
    August 21, 2006
    405
    36
    Stockholm
    Home Country
    Sweden Sweden
    For me it works just fine with RC4, using 2 clients.

    The only thing I have done is to share C and D of my server - then you don't need to specify paths at all.
    However, I have discovered that the first time you start live TV on a client you got an error "TV- server is not connected ... something" - but then you just press ok when you got the prompt for the server name - then it all works. I guess one of those "glitches" there is in MP...
     

    mcraenz

    MP Donator
  • Premium Supporter
  • July 28, 2007
    647
    46
    Auckland
    Home Country
    New Zealand New Zealand
    Can confirm that not using rstp is working in RC6. I did specify the path. And yes zap and seek is much faster. As much as I don't like to go against the main stream dev direction :( What is the advantage of RTSP?
     

    winniwinter

    MP Donator
  • Premium Supporter
  • January 5, 2009
    162
    3
    Freiburg
    Home Country
    Germany Germany
    If I don't use RSTP all HD channels are not working anymore. After a short time they beginn stuttering...If I switch rtsp on the hd channels are working correctly
     

    Users who are viewing this thread

    Top Bottom