How to stream video using IPFS video hash?

Currently, I am working on the NFT video platform where I want to stream those videos and make them work like youtube videos. so is there any library to process over IPFS video hash?

Have a look at https://ipfs.video/ for some idea on how to solve it for your platform.

I have checked that. I want to stream ipfs hash of that video… when the client opens that video nft it will play smoothly like youtube.

you have to do nothing special, just set the src of a video tag to a gateway.

The browser will use ranged bytes request to download small chunks at a time, and Kubo supports ranged requests. So it just work.