Type
Video
What is the issue you’re encountering
I want to play a video inside a apk that I am making in unity. Can I do that? if so how?
Video
I want to play a video inside a apk that I am making in unity. Can I do that? if so how?
Yes, you can stream a video uploaded to Cloudflare into Unity, but you’ll need to handle it through a video player plugin that supports HTTP streaming.
If you’re using Unity WebGL, native video playback is limited, so I recommend using a plugin like AVPro Video or Unity’s VideoPlayer component for Android/iOS.
Make sure your Cloudflare Stream video URL is in HLS (HTTP Live Streaming) format — Unity supports .m3u8
files with the right plugins.
We had a similar requirement while working on a virtual cycling project covering the Tour de France 2025 stages and were able to embed stage highlight clips using Cloudflare Stream → Unity with AVPro. It worked smoothly on both Android and standalone builds.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.