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

does this play video from memorystream? #20

Open
samdubey opened this issue Feb 15, 2018 · 3 comments
Open

does this play video from memorystream? #20

samdubey opened this issue Feb 15, 2018 · 3 comments

Comments

@samdubey
Copy link

samdubey commented Feb 15, 2018

Hello does this player plays video from memory stream?
I have encrypted video which i would like to play chunk by chunk
is it possible?

@ironresolve
Copy link

you can refer to the HLS protocol , it split video to seperate .ts files, each file can be encrypted , this player is based on ffmpeg . ffmpeg support HLS protocol . if you need sepecial encrypted type, you can modify the ffmpeg code , complie it , an import it to this player.

@rockcarry
Copy link
Owner

yes it is possible.

@suncg940414
Copy link

suncg940414 commented Aug 5, 2020

hello, how do I set the buffer parameter to nobuffer

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

4 participants