Skip to content

.m3u8 file need full URL #3

Description

@ctshh

My .m3u8 file needs to include the "full" URL of the video files for VLC (or any other player, that is) to play it, like this:

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-ALLOW-CACHE:NO
#EXT-X-TARGETDURATION:10
#EXTINF:9.623222,
live/00000000.ts
#EXTINF:7.200000,
live/00000001.ts
(...)

Is there a way to "amend" the URL part with live/?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions