I get the error No compatible source found in this media.
(Image attached) . Code provided below.
However, if I paste the Raw URL for Source in the HTML the video gets displayed. (Ex: <source src="https://URL_FROM_AZURE_BLOB_STORAGE.com"/>
)
HTML
<video id="vid1" class="azuremediaplayer amp-default-skin" autoplay controls width="100%" height="100%" data-setup='{"techOrder": ["azureHtml5JS", "flashSS", "html5FairPlayHLS","silverlightSS", "html5"], "nativeControlsForTouch": false}'>
<source src={{url}}/>
<p class="amp-no-js">
To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video
</p>
</video>
TS
this.url = "https://URL_FROM_AZURE_BLOB_STORAGE.com";