[solved] Question about m3u8 and OnlineVideo (1 Viewer)

lopez.tuparles

Retired Team Member
  • Premium Supporter
  • July 20, 2006
    396
    54
    49
    Mimet
    Hello i have a question about site plugin and m3u8.
    It seems, in france we have more and more site who use m3u8 playlist. for example :
    http://myurl/id/playlist1.m3u8
    this file contains something like:

    #EXTM3U
    #EXT-X-VERSION:1
    ## Created with Unified Streaming Platform(version=1.6.6)
    #EXT-X-STREAM-INF:pROGRAM-ID=1,BANDWIDTH=135680,CODECS="mp4a.40.2,avc1.66.30",RESOLUTION=720x576
    68361531516000_Ipad-audio=64000-video=64000.m3u8
    #EXT-X-STREAM-INF:pROGRAM-ID=1,BANDWIDTH=279840,CODECS="mp4a.40.2,avc1.66.30",RESOLUTION=320x240


    if i follow the next playlist on http://myurl/id/68361531516000_Ipad-audio=64000-video=64000.m3u8

    #EXTM3U
    #EXT-X-VERSION:1
    ## Created with Unified Streaming Platform(version=1.6.6)
    #EXT-X-MEDIA-SEQUENCE:1
    #EXT-X-ALLOW-CACHE:NO
    #EXT-X-TARGETDURATION:8
    #EXTINF:8, no desc
    68361531516000_Ipad-audio=64000-video=750000-1.ts
    #EXTINF:8, no desc
    68361531516000_Ipad-audio=64000-video=750000-2.ts
    #EXTINF:8, no desc
    68361531516000_Ipad-audio=64000-video=750000-3.ts
    #EXTINF:8, no desc
    68361531516000_Ipad-audio=64000-video=750000-4.ts

    this playlist contains the VideoInfo but split in many part. When i add in
    public override List<string> GetMultipleVideoUrls(VideoInfo video, bool inPlaylist = false) all the streams are played in mp2 but with pausing between each "ts part".

    So do you have any advice to avoid pausing between part ?
    thanks.
     
    Last edited:

    Users who are viewing this thread

    Top Bottom