-
Notifications
You must be signed in to change notification settings - Fork 84
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
Could you support parsing M3U8PlaylistModel into .m3u8 files? #29
Comments
Try |
Can you provide a way to serialize directly to memory instead of hard disk sandboxing? If I have to read from the sandbox path to memory every time, the efficiency of I/O will be greatly affected. ^ ^ |
Serializing M3U8 string is not perfect right now. Something is missing ( You can try |
Could you provide a demo?
|
The demo is very simple, here's my codes:
Anything I can help, just reply.😄 |
Spaceholder has been found before URI.🙄 It may not be used in M3U8 file. |
Good catch! But will you make some compatibility improvements? |
M3U8 File shouldn't appear that extra spaceholder. |
Already updated to 1.0.0, brilliant fix! 👏🏻👏🏻👏🏻 |
After parsing the .m3u8 file into M3U8PlaylistModel, I tried to modify the details of the model. But I need to convert it to the original .m3u8 file URL and use it as the AVPlayerItem of AVPlayer. So, is there any way to serialize M3U8PlaylistModel to original .m3u8 file?
M3U8Parser is the best HLS parser kit I'v seen. Any answers are helpful, thank you.
The text was updated successfully, but these errors were encountered: