Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ROOT SECTOR

    (@r00tsector)

    Hi Troy,

    The HLS Player plugin does not handle, process, or store any payment information, so it is not subject to PCI DSS compliance requirements. If you’re using it alongside a payment system, PCI compliance would depend on the security and compliance of that system, not the player itself.

    Let me know if you have any other questions!

    Daniel

    Forum: Plugins
    In reply to: [HLS Player] Chapters
    Plugin Author ROOT SECTOR

    (@r00tsector)

    Hello Klaus11,

    Thank you for the clarification. I understand now that you’re inquiring about chapter support rather than captions. Currently, the plugin doesn’t natively support chapters for jumping to specific sections within the media. However, this feature can be integrated.

    If you’re interested in having this feature sooner, please feel free to email us for a quote on implementing this functionality.

    Please don’t hesitate to reach out if you have further questions or need additional assistance.

    Forum: Plugins
    In reply to: [HLS Player] Chapters
    Plugin Author ROOT SECTOR

    (@r00tsector)

    captions: Add captions or subtitles to the video in multiple languages. Provide the captions in the format:

    "path/to/captions1.vtt|lang1|label1|default,path/to/captions2.vtt|lang2|label2"
    

    path/to/captions: The URL or path to the VTT file containing the subtitles.
    lang: The two-character language code, followed by a hyphen and an optional country code (e.g., en, de, en-US, de-DE).
    label: A user-friendly label for the caption (e.g., “English”, “German”).
    default: (Optional) Use this keyword to specify which caption should be enabled by default when the video is loaded.

    [hls_player url="https://example.com/path/to/video_playlist.m3u8" captions="https://example.com/path/to/captions-en.vtt|en-EN|English|default,https://example.com/path/topath/to/captions-de.vtt|de-de|German"]
    Plugin Author ROOT SECTOR

    (@r00tsector)

    Hi @mstancu98,

    It sounds like you might be dealing with a CORS issue, especially if your videos are hosted on a different domain. To resolve this, ensure that the server hosting your videos allows cross-origin requests from your WordPress domain by configuring its CORS policy. Alternatively, consider hosting the videos directly on the same domain as your WordPress site, which often resolves CORS-related issues. I’ve tested the setup on WordPress 6.7.1, and it works correctly when these factors are addressed.

    Best,

    Daniel

Viewing 4 replies - 1 through 4 (of 4 total)