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

record/save streamed file? #13

Open
Sebacho-Barajas opened this issue Aug 2, 2017 · 6 comments
Open

record/save streamed file? #13

Sebacho-Barajas opened this issue Aug 2, 2017 · 6 comments
Assignees

Comments

@Sebacho-Barajas
Copy link

not a bug but a request, can you add the functionality to record or save any streamed media?
ex: playing rtsp stream on the player and you press a button to record the current media into a mp4 (any other format) on the app?

@DeviLeo DeviLeo self-assigned this Aug 2, 2017
@DeviLeo
Copy link
Owner

DeviLeo commented Aug 2, 2017

I'm doing the things you request.
I am writing a tool to parse the m3u8 playlist, and download the ts file into mobile.
If doing so, I think the problem #12, #11, #5 can be resolved, and the player can decrease the memory impact.

@Sebacho-Barajas
Copy link
Author

any updates on this request?

@DeviLeo
Copy link
Owner

DeviLeo commented Sep 19, 2017

See HLSDownloader.

Currently media playlist can be parsed, and ts files can be downloaded and combined to one ts file.
Master playlist can be parsed but can not determine which media playlist should be used to download.

After finish the HLSDownloader, I will integrate it into the player.

@ggschelling
Copy link

Are there any planned updates on this issue/request?

@DeviLeo
Copy link
Owner

DeviLeo commented Dec 1, 2017

I’m sorry to say NO.
Downloading ts files doesn’t work on iOS 10 because of ATS when the HLS is on http.

@ggschelling
Copy link

@DeviLeo Is there anything (tutorial, lib) you could recommend for a workaround? In this topic I'm starting pretty much from zero. Maybe there's a way to grab and write the single frames (showing in the player) to write it into a local .mp4 ... ?

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

3 participants