Ga naar inhoud


DavidVc

Aspirant lid
  • Items

    7
  • Registratiedatum

  • Laatst bezocht

Berichten die geplaatst zijn door DavidVc

  1. Ik denk dat ze niet meer willen dat je anoniem kijkt, niet ingelogd met je profiel bedoel ik. Mss dat je logingegevens of soort van private key kan meesturen met je playlist zodat je toch opnieuw toegang hebt.

    Ik vond dit , maar heb geen tijd om alles uit ge pluizen.

     

     

     

     

    I think there are maybe a couple of different concepts getting mixed up for your example.

    DASH and HLS are streaming protocols that essentially break a video up into chunks and provide an index into the chunks in a manifest file.

    DASH uses '.mpd' as its manifest file type.

    HLS uses '.m3u' as its manifest file type.

    So first point is that if you are using an M3U file, it looks like you are using HLS rather than DASH.

    Both DASH and HLS can support encrypted tracks and they can include information in the manifest that indicates the encryption schemes being used and in some cases how to access the key.

    For DASH you can see an example here (from:https://dashif-documents.azurewebsites.net/Guidelines-Security/master/Guidelines-Security.html😞

    <ContentProtection
      schemeIdUri="urn:uuid:d0ee2730-09b5-459f-8452-200e52b37567"
      value="FirstDRM 2.0">
      <cenc:pssh>YmFzZTY0IGVuY29kZWQgY29udGVudHMgb2YgkXBzc2iSIGJveCB3aXRoIHRoaXMgU3lzdGVtSUQ=</cenc:pssh>
      <dashif:authzurl>https://example.com/tenants/5341/authorize</dashif:authzurl>
      <dashif:laurl>https://example.com/AcquireLicense</dashif:laurl>
    </ContentProtection>
    

    The above is a fictional DRM - for widevine, for example, you would substitute the widevine schemeIdUri.

    HLS DRM information looks like (from: https://tools.ietf.org/html/rfc8216😞

     #EXTM3U
       #EXT-X-VERSION:3
       #EXT-X-MEDIA-SEQUENCE:7794
       #EXT-X-TARGETDURATION:15
    
       #EXT-X-KEY:METHOD=AES-128,URI="https://priv.example.com/key.php?r=52"
    
       #EXTINF:2.833,
       http://media.example.com/fileSequence52-A.ts
       #EXTINF:15.0,
       http://media.example.com/fileSequence52-B.ts
       #EXTINF:13.333,
       http://media.example.com/fileSequence52-C.ts
    

    There are no absolute rules, but typically different DRM's are used on different app and devices. A rough guide:

    • Android devices - Widevine
    • Chrome browser on a PC or MAC - Widevine
    • iOS device - FairPlay
    • Safari browser - FairPlay
    • Internet Explorer browser - PlayReady
  2. Op 20-7-2021 om 07:35, stevenvc19 zei:

    De "akamaized" streams van de vrt zijn gisteren op zwart gegaan. Waren volgens mij de betrouwbaarste streamlinks tot nu toe... Op naar de volgende link, zeker? 

    Ja bij mij ook

  3. Als je een account hebt op vtm Go kan je live kijken naar vtm , caz en 2be. Kan ik deze toevoegen op mijn m3u file zodat ik deze ook kan bekijken op mijn tv want casten via telefoon werkt niet zo goed bij mij?

    Ik ben nieuw in IPTV maar ik dacht zoiets in de zin van 

     

    #EXTINF:-1 tvg-id="" tvg-name="VTM" tvg-logo="https://icon2.kisspng.com/20180907/ita/kisspng-logo-vtm-vector-graphics-design-illustration-vtm-logo-svg-vector-amp-png-transparent-vector-5b931175170cc2.1082926915363649170944.jpg" group-title="VL",NL:BE
    http://URL:PORT/LOGIN/PASWOORD/...

×
×
  • Nieuwe aanmaken...