Is it possible to look up a stream by its filename? For example, if I upload x.ts, is there a way to request it as example.com/x.ts rather than https://watch.cloudflarestream.com/some-random-hash?
No, Stream uses Javascript to deliver the content from Cloudflare storage.
1 Like
Isn’t that still possible?
@ofm1990: You can make a webpage that embeds the Stream player and give it any URL you want.
For example, you can make https://example.com/my-video which then has the Stream embed code in it. This page has to know which Stream video ID to use still but the URL of the page can be anything.
Here’s an example of a page with the Stream player on it: Cloudflare Stream | Video streaming made easy and affordable at scale The video at the top is a Stream player, but the URL doesn’t have the video ID on it.
1 Like