Hello Community,
I am planning to move to use Stream to host and embed the videos on my website.
I looked at the stream documentation at https://developers.cloudflare.com/stream/video-playback/ and the examples are using <stream>
tag
The primary reason for the move is to be able to create a video sitemap for SEO purposes. The google documentation at แผนผังเว็บไซต์วิดีโอและตัวอย่าง | Google Search Central | เอกสารประกอบ | Google Developers refers to a video object like below
<video:video>
<video:title>Grilling steaks for summer</video:title>
<video:description>Alkis shows you how to get perfectly done steaks every
time</video:description>
<video:content_loc>
http://streamserver.example.com/video123.mp4</video:content_loc>
<video:player_loc>
http://www.example.com/videoplayer.php?video=123</video:player_loc>
</video:video>
So as you see, it needs access to mp4 file. Is it possible to use Stream?
Also, as per my understanding, that even to use the tag for SEO, the I need the access to mp4 file.
<embed type="video/webm"
src="/media/examples/flower.mp4"
width="250"
height="200">
Please let me know if Stream could be used for this purpose
Thank you