Supabase Video Streaming
Hello guys,
I have a mobile project using React Native and Supabase. We want to create a feature like Tiktok videos, Youtube Shorts. At the beginning , we download videos from Supabase Storage and display them but the problem appears that it could exceed app's memory. So we think of "video streaming". However , right now, Supabase does not have that feature for "video streaming".
Does anybody here ever try to find a walkaround method for "video streaming" in Supabase ?
Could you please give me some suggestions , please ?
Thanks so much in advance.
2 Replies
we use bunny.net - but essentially an external service that specialised in streaming is your best bet
thanks men for responding . I take a look on it now.