As we know, now many websites(such as youtube) play their video with blob format for they don't want any other people to download the video easily.
Now I want to play the video with blob format by .net core for I don't want any other people to download the video easily also.
I googled about this and all about this of .net core must achieve with Azure.
Meanwhile, I found many tutorials about Java which can achieve this only with itself.
How can I generate blob URL by .net core without Azure?
Thank you.