Skip to content

HLS&DASH with Certificate URI and License URI #199

@vermgit

Description

@vermgit

Hi,

I coded something for the PC-browser (videojs) to play streams that are encrypted, still legal in case anyone wonders. They require a license URI (not sure about the certificate URI at this point) and it works fine.

I was looking into e2iplayer if I could find anything related to that and sadly didn't find anything. In my py-code I have this:

          data = getDirectM3U8Playlist(uri, checkExt = False)
          for item in data:
              item["url"] = urlparser.decorateUrl(item["url"], {
                  "iptv_proto": "m3u8"
              })

How do I add the license URI and certificate URI here? Is this even supported? Are there plans to make this work?

Eventually I'll add the code for DASH, so the question is also valid for that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions