ffplayer
ffplayer copied to clipboard
does this play video from memorystream?
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?
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.
yes it is possible.
hello, how do I set the buffer parameter to nobuffer