Streaming audio/video directly to an app from host server instead of YouTube

darron

Member
Licensed User
Longtime User
Our client in the music industry requires more ownership and overall control of this side of the app.

What would be the best way to do this without using the obvious people like Vimeo and Vevo?
The client wants ownership of the whole thing if that makes sense?
The app must launch on Android and iOS simultaneously with a B4J version to follow.

What would be the framework of the app and main modules needed?
What would be the best way to actually stream the media from our dedicated server?
Is this ridiculously complex to code?
Is anybody interested in some freelance work?

Many thanks in advance
Good karma to all
Darron
 

WAZUMBi

Well-Known Member
Licensed User
Longtime User
I would just make a web page and create the app with a webview to load the page...
 

wonder

Expert
Licensed User
Longtime User
Hi Darron,

I would suggest you to store your audio (mp3) and video (mp4) files in a reliable server.
From that point on, it should be fairly simple to build a media streaming app.

Untitled.png
 
Top