Hi,
any idea how to stream videos (uploaded into bubble) so thats its not possible to download the video from dev tools or by standard methods?
With privacy rules and by making the file private you can do this. However, someone can always record their screen.
@jonah.deleseleuc I think OP is asking if the video is viewable by the user. They should only be able to view it, not download it in any case. Most of the time, the video URL can be inspected in the developer tools or downloaded via network tab.
@fok_ste if that the case then maybe you should look into mux video API
The way this is typically accomplished is through using signed URLs to a stream of your video, usually a .m3u8 playlist file pointing to another server that actually delivers the video content. This is why services like Mux and Cloudflare Video are around. Mux does also support DRM which would help against some screen capture methods.