Ho to display a rtsp stream? (1 Viewer)

badboyxx

Portal Pro
June 15, 2012
714
103
Home Country
Germany Germany
What is the advantage of using it with vlc? I can already use the link with vlc without vodserver.

I tried it already to use it with MP like your instruction but without succes. I get always the error no signal found. The source of the link is not a mpeg2-ts, is that the problem? Don't I have to put the link of the channel in a xml file of vodserver?
 

pur_berger

Super User
  • Team MediaPortal
  • Super User
  • May 14, 2007
    1,678
    312
    53
    Vienna
    Home Country
    Austria Austria
    Ths I don't know - But I tried your Stream and also get no Signal in MP - so it seems as if it can't handle it
     

    pur_berger

    Super User
  • Team MediaPortal
  • Super User
  • May 14, 2007
    1,678
    312
    53
    Vienna
    Home Country
    Austria Austria
    Some of them shoudl be online

    Code:
    #EXTM3U
    #EXTINF:-1,BBC One (UK)
    http://93.184.221.133/00573D/1277/1277-0.m3u8
    
    #EXTINF:-1,ITV (UK)
    http://93.184.221.133/00573D/283/283-0.m3u8
    
    #EXTINF:-1,London Live
    http://bcoveliveios-i.akamaihd.net/hls/live/217434/3083279840001/master_900.m3u8
    
    #EXTINF:-1,National Geographic
    http://hlsstr02.svc.iptv.rt.ru/hls/CH_NATGEO/variant.m3u8
    
    #EXTINF:-1,Nat Geo Wild (Eng/Rus)
    http://hlsstr02.svc.iptv.rt.ru/hls/CH_NATGEOWILD/variant.m3u8
    
    #EXTINF:-1,Animal Planet (Eng/Rus)
    http://84.32.80.15:7781/udp/233.136.41.8:1234
    
    #EXTINF:-1,Discovery Channel (Eng/Rus)
    http://84.32.80.15:7781/udp/233.136.41.4:1234
    
    # #EXTINF:-1,Discovery Channel HD (Eng/Rus)
    # http://217.114.178.110:4022/udp/236.0.6.173:1120
    
    #EXTINF:-1,Discovery World (Eng/Rus)
    http://84.32.80.15:7781/udp/233.136.41.1:1234
    
    #EXTINF:-1,Discovery Science (Eng/Rus)
    http://hlsstr02.svc.iptv.rt.ru/hls/CH_DISCOVERYSCIENCE/variant.m3u8
    
    #EXTINF:-1,Viasat Nature (Eng/Rus)
    http://84.32.80.15:7781/udp/233.136.41.133:1234
    
    #EXTINF:-1,Viasat History (Eng/Rus)
    http://84.32.80.15:7781/udp/233.136.41.34:1234
    
    #EXTINF:-1,History
    http://84.32.80.15:7781/udp/233.136.41.109:1234
    
    #EXTINF:-1,FOX (Eng/Rus)
    http://hlsstr02.svc.iptv.rt.ru/hls/CH_FOX/variant.m3u8
    
    #EXTINF:-1,FOX Life (Eng/Rus)
    http://hlsstr02.svc.iptv.rt.ru/hls/CH_FOXLIFE/variant.m3u8
    
    #EXTINF:-1,Universal Channel (Eng/Rus)
    http://84.32.80.15:7781/udp/233.136.41.103:1234
    
    #EXTINF:-1,Travel Channel (Eng/Rus)
    http://84.32.80.15:7781/udp/233.136.41.44:1234
    
    #EXTINF:-1,E! (Eng/Rus)
    http://84.32.80.15:7781/udp/233.136.41.107:1234
    
    #EXTINF:-1,Boomerang (Eng/Rus)
    http://84.32.80.15:7781/udp/233.136.41.7:1234
    
    #EXTINF:-1,Cartoon Network (Eng/Rus)
    http://hlsstr02.svc.iptv.rt.ru/hls/CH_CN/variant.m3u8
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,544
    8,236
    Home Country
    New Zealand New Zealand
    Are you guys trying to receive these streams with TV Server or with OnlineVideos? It is a bit confusing since this thread is in the OnlineVideos part of the forum, but you mention VODServer and signal strength/quality. :confused:
     

    pur_berger

    Super User
  • Team MediaPortal
  • Super User
  • May 14, 2007
    1,678
    312
    53
    Vienna
    Home Country
    Austria Austria
    Are you guys trying to receive these streams with TV Server or with OnlineVideos? It is a bit confusing since this thread is in the OnlineVideos part of the forum, but you mention VODServer and signal strength/quality. :confused:
    yep - got a little out of hand ;) - also as the original rtsp part is already solved.
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,544
    8,236
    Home Country
    New Zealand New Zealand
    yep - got a little out of hand ;) - also as the original rtsp part is already solved.
    So I guess the answer is TV Server?

    Your m3u content looks odd.
    For example, are the links like this:

    ...really HTTP, or are they actually UDP?

    Also, have you checked that the m3u8 version is supported by the version of the IPTV filter that you're using?
    The current standard IPTV filter doesn't support m3u8 at all.
    The merged URL source and IPTV filter supports only some versions for now.
    https://forum.team-mediaportal.com/...itter-iptv-filter.121165/page-33#post-1107738
    https://forum.team-mediaportal.com/...itter-iptv-filter.121165/page-33#post-1108154

    The source of the link is not a mpeg2-ts, is that the problem?
    You probably know this already, but to be clear: if the source is not an MPEG 2 TS then it can't work directly with any available version of the IPTV filter. You'd have to use VOD server or other to translate the stream and make it compatible with TV Server.

    P.S. If anybody wants more help with TV Server related stuff then I suggest you stop posting in this thread and either start a new thread with all the relevant information and questions, or post all the relevant information and questions in either the VODServer thread or merged IPTV filter thread.
     

    Users who are viewing this thread

    Similar threads

    I meant use MP client to try to spot how it's requesting streams for specific channels and then try to do the same with VLC. TV Server development looks dead so I'm afraid you're going to have to figure that out by yourself if it's even possible.
    I meant use MP client to try to spot how it's requesting streams for specific channels and then try to do the same with VLC. TV...
    Hi everyone, I've set up Mediaportal TV Server on a Windows 11 box, tuner deteced okay, scanned channels, can preview, all seems...
    Replies
    8
    Views
    1K
    I made some updates to the Wiki page describing the <import> and <include> tags, including adding a couple of new xml examples. For the first example, I highlighted the example text and eventually found the location in the menus where I could select the CODE macro to have the example text formatted as a code example. So far, so good...
    I made some updates to the Wiki page describing the <import> and <include> tags, including adding a couple of new xml examples. For...
    I made some updates to the Wiki page describing the <import> and <include> tags, including adding a couple of new xml examples. For...
    Replies
    0
    Views
    533
    I compliment you on the thoroughness of your investigations. (y) Unfortunately, I don't have any ideas what the problem might be. :( Perhaps someone else will post with some suggestions. :unsure: -- from CyberSimian in the UK
    I compliment you on the thoroughness of your investigations. (y) Unfortunately, I don't have any ideas what the problem might be...
    Would appreciate it if someone could solve (or point me in the right direction to resolve) this issue. I have “MultiSeat”...
    Replies
    4
    Views
    1K
    MP1 MP2 .mpd stream link DE
    I have a stream link for IPTV that is a .mpd. I can play the link in VLC and MPC-BE, but when I search for it in the TV servers it can not find it. The stream is HEVC with AAC audio. Does mediaportal not support .mpd streams?
    I have a stream link for IPTV that is a .mpd. I can play the link in VLC and MPC-BE, but when I search for it in the TV servers it...
    I have a stream link for IPTV that is a .mpd. I can play the link in VLC and MPC-BE, but when I search for it in the TV servers it...
    Replies
    0
    Views
    2K
    Reading through your code, I can see it's more than a couple steps above my paygrade. :cry:
    Reading through your code, I can see it's more than a couple steps above my paygrade. :cry:
    I used to run the TVService under the "NT Service\TVService" account to follow least privileges principal (not exposing my whole...
    Replies
    3
    Views
    2K
    Top Bottom