TV Server dies when trying to scan for rtsp IP Channels (1 Viewer)

pur_berger

Super User
  • Team MediaPortal
  • Super User
  • May 14, 2007
    1,679
    309
    51
    Vienna
    Home Country
    Austria Austria
    I'm trying to add some IPTV Channels (rtsp) to the TV Server but as soon I do the scan it dies. Doing the same with VODServer in between it works (most of the times)

    The Adress looks like this
    rtsp://user:password@192.168.0.26:88/videoMain

    When I check the address over the urlsourcve splitter it won't display (Red X)

    Doing the same as http stream is working

    Using 2.1.5.5485 Urlssource splitter and MP 1.10
     
    Last edited:

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    The IPTV filter is crashing... but it looks like your camera is [currently] not compatible due to the requirement for username/password:
    [collapse]
    11-01-2015 21:05:41.530 [1480] [{73CB9EE2-C063-4B72-BC7F-5A532432BD3F}] [Verbose] MPUrlSourceSplitter_Protocol_Rtsp: instance 'Main': CurlWorker(): RTSP response:
    RTSP/1.0 401 Unauthorized
    CSeq: 2
    Date: Sun, Jan 11 2015 20:05:42 GMT
    WWW-Authenticate: Digest realm="Foscam IPCam Living Video", nonce="22f8e3388933964afd4306ccc0b00869"


    11-01-2015 21:05:41.531 [ af4] [{73CB9EE2-C063-4B72-BC7F-5A532432BD3F}] [Error] MPUrlSourceSplitter_Protocol_Rtsp: instance 'Main': Initialize(): RTSP DESCRIBE response status code not success: 401 (Unauthorized)
    11-01-2015 21:05:41.533 [ af4] [{73CB9EE2-C063-4B72-BC7F-5A532432BD3F}] [Error] MPUrlSourceSplitter_Protocol_Rtsp: instance 'Main': Initialize(): error while sending RTSP DESCRIBE: 0xFFFFFF7E[/collapse]

    Perhaps @georgius can help you with this.
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    Two problems:
    1. crash caused by filter and TV service incompatibility - will be fixed in several days
    2. authentication is not supported (and probably will not be supported)
     

    pur_berger

    Super User
  • Team MediaPortal
  • Super User
  • May 14, 2007
    1,679
    309
    51
    Vienna
    Home Country
    Austria Austria
    Two problems:
    1. crash caused by filter and TV service incompatibility - will be fixed in several days
    2. authentication is not supported (and probably will not be supported)

    Ahhhhh - ok - good to know - THX.
     

    pur_berger

    Super User
  • Team MediaPortal
  • Super User
  • May 14, 2007
    1,679
    309
    51
    Vienna
    Home Country
    Austria Austria

    clarkey2r

    Portal Pro
    February 9, 2009
    215
    3
    Home Country
    United Kingdom United Kingdom
    Sorry to drag up an old(ish) thread but, I run a TV-Server separately from the clients, does the mediaportal splitter need to be installed on my TV-Server or clients (already is)?
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    Sorry to drag up an old(ish) thread but, I run a TV-Server separately from the clients, does the mediaportal splitter need to be installed on my TV-Server or clients (already is)?
    For IPTV it must be installed on TV server, for OnlineVideos it must be on clients.
     

    clarkey2r

    Portal Pro
    February 9, 2009
    215
    3
    Home Country
    United Kingdom United Kingdom
    Sorry to drag up an old(ish) thread but, I run a TV-Server separately from the clients, does the mediaportal splitter need to be installed on my TV-Server or clients (already is)?
    For IPTV it must be installed on TV server, for OnlineVideos it must be on clients.
    Thanks for the quick reply, unless I'm missing something, is there a way to install the splitter without using the mediaportal extension tool?
     

    georgius

    Retired Team Member
  • Premium Supporter
  • October 31, 2010
    1,376
    654
    Bratislava
    Home Country
    Slovakia Slovakia
    Sorry to drag up an old(ish) thread but, I run a TV-Server separately from the clients, does the mediaportal splitter need to be installed on my TV-Server or clients (already is)?
    For IPTV it must be installed on TV server, for OnlineVideos it must be on clients.
    Thanks for the quick reply, unless I'm missing something, is there a way to install the splitter without using the mediaportal extension tool?
    On TV server is missing MPEI installer? I never have such installation, but it is possible.

    Steps:
    1. stop TV service
    2. under TV service folder (default is "C:\Program Files\Team MediaPortal\MediaPortal TV Server" for x86 systems (32bit) or "C:\Program Files (x86)\Team MediaPortal\MediaPortal TV Server" for x64 (64bit) systems) create folder "MPUrlSourceSplitter"
    3. copy to "MPUrlSourceSplitter" folder filter files from any client (I assume that you have same filter version on all clients) - by default in "C:\Program Files\Team MediaPortal\MediaPortal\MPUrlSourceSplitter" for x86 or "C:\Program Files (x86)\Team MediaPortal\MediaPortal\MPUrlSourceSplitter" for x64
    4. run command prompt under administrator privileges
    5. type for x86:
      Code:
      regsvr32 "C:\Program Files\Team MediaPortal\MediaPortal TV Server\MPUrlSourceSplitter\MPUrlSourceSplitter.ax"
      or for x64:
      Code:
      regsvr32 "C:\Program Files (x86)\Team MediaPortal\MediaPortal TV Server\MPUrlSourceSplitter\MPUrlSourceSplitter.ax"
    6. information message about successful registration should appear
    7. start TV service
     

    Users who are viewing this thread

    Top Bottom