Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Window Problems encountered playing locally encrypted m3u8 files #383

Closed
xujianfen opened this issue Oct 12, 2023 · 0 comments
Closed

Window Problems encountered playing locally encrypted m3u8 files #383

xujianfen opened this issue Oct 12, 2023 · 0 comments

Comments

@xujianfen
Copy link

When I play the local m3u8 file, the file separator will be escaped, resulting in the inability to find the ts and key files.
For example,

  1. D:\localhost\test0.ts will prompt ”main demux error: no suitable access module for `d://%5Clocalhost%5Ctest0.ts'“, .
  2. test0.ts will prompt ”file:///test0.ts"
    I can only use ”file:///D:/localhost/test0.ts“,But in that case, I will have problems using ffmpeg.
    The same problem will occur with the KeyUrl path. I haven't found a matching format yet.
    How should I solve them?
    Also, I would like to ask if it is possible to support opening locally encrypted key files.
@xujianfen xujianfen changed the title Problems encountered playing locally encrypted m3u8 files Window Problems encountered playing locally encrypted m3u8 files Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant