ffplayer icon indicating copy to clipboard operation
ffplayer copied to clipboard

does this play video from memorystream?

Open sameerdube9 opened this issue 7 years ago • 3 comments

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?

sameerdube9 avatar Feb 15 '18 09:02 sameerdube9

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.

ironresolve avatar Feb 15 '18 09:02 ironresolve

yes it is possible.

rockcarry avatar Mar 06 '18 04:03 rockcarry

hello, how do I set the buffer parameter to nobuffer

suncg940414 avatar Aug 05 '20 06:08 suncg940414