[TV] DVB-IP : enhance scanning (1 Viewer)

azzuro

Test Group
  • Team MediaPortal
  • May 10, 2007
    9,948
    5,617
    France - IDF
    Home Country
    France France
    Hi, Guys
    since MP support the new IPTV filder.
    i ask you if you can improve the Scanning for DVBIP.
    on French provider the m3u are :
    French FREE :
    #EXTM3U
    #EXTINF:0,2 - France 2 (bas débit)
    rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=ld
    #EXTINF:0,2 - France 2 (HD)
    rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=hd
    #EXTINF:0,2 - France 2 (standard)
    rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=sd
    #EXTINF:0,2 - France 2 (auto)
    rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201
    #EXTINF:0,3 - France 3 (standard)
    rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=202&flavour=sd
    #EXTINF:0,3 - France 3 (bas débit)
    rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=202&flavour=ld
    #EXTINF:0,3 - France 3 (HD)
    rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=202&flavour=hd
    #EXTINF:0,3 - France 3 (auto)
    rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=202

    Orange :
    #EXTM3U
    #EXTINF:0,000. MOSA 2 Page 1 (DRM)
    rtp://@232.0.2.120:8200
    #EXTINF:0,000. MOSA 2 Page 2 (DRM)
    rtp://@232.0.2.121:8200
    #EXTINF:0,000. MOSA 2 Page 3 (DRM)
    rtp://@232.0.2.122:8200
    #EXTINF:0,000. MOSA 2 Page 4 (DRM)
    rtp://@232.0.2.123:8200
    #EXTINF:0,000. MOSA 2 Page 5 (DRM)
    rtp://@232.0.2.124:8200
    #EXTINF:0,001. TF1
    rtp://@232.0.9.5:8200
    you can see all channels are
    #EXTINF:0,"channel number on box" - "Name of channel" ("quality channel")

    we can add an advanced mode with checkbox or add possiblity to read inside m3u before scanning :

    #EXTM3U
    #TUNINGDETAIL: channel_number - channel_name (channel_quality)
    #EXTINF:0,2 - France 2 (bas débit)
    rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=ld

    #EXTM3U
    #TUNINGDETAIL: channel_number. channel_name (channel_rights)
    #EXTINF:0,000. MOSA 2 Page 1 (DRM)
    rtp://@232.0.2.120:8200
    #EXTINF:0,000. MOSA 2 Page 2 (DRM)
    rtp://@232.0.2.121:8200
    #EXTINF:0,000. MOSA 2 Page 5 (DRM)
    rtp://@232.0.2.124:8200
    #EXTINF:0,001. TF1
    rtp://@232.0.9.5:8200

    so, add this, for help scanning.
    channel_number
    channel_name
    channel_rights
    channel_quality
     

    Edalex

    Community Plugin Dev
  • Premium Supporter
  • January 3, 2008
    2,955
    1,264
    Saratov
    Home Country
    Russian Federation Russian Federation
    Also such playlists often have tvguide data. So it will be cool if tvserver can also grab this data and stores in db. Also in my case iptvplayer downloads such playlist from online so it will be cool if tvserver could update iptv playlist every xx days/hours from online location too. IPTV providers often update/change channels in their playlists so updating channels list is very important.
     

    Users who are viewing this thread

    Top Bottom