問題タブ [azure-storage-account]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
url - How to get blob URL while a Stram a video from Azure Blob storage
I have a container and a blob of mp4 type in my Azure storage account. I am able to stream it from the Blob.Uri (or using SAS token if required) in HTML5 video control.
But I need to convert that Blob Uri to be converted as "blob:" url so copying the source from developer's tool will not play the video in any new window.
I don't want to download the full video first anywhere.
Thanks in advance!
I am showing/streaming the video like:
Main point is that I want Netflix type of feature, so that copying the video source from web page's view source won't work. Also video should not be downloaded locally.
azure - VB.NET を使用してすべてのサブディレクトリとファイルを Azure ストレージ アカウント ファイル共有にアップロードする
PC のルート ディレクトリ内のすべてのファイルとサブディレクトリを Azure ストレージ アカウントのファイル共有 (BLOB ではなくファイル) にアップロードするにはどうすればよいですか? PC またはハード ドライブに存在するすべてのファイルとディレクトリ構造を効果的に "複製" し、それらを Azure ファイル共有にアップロードしたいという考えです。