Skip to content Skip to sidebar Skip to footer

Where To Place Videos To Stream Android

i want my android app to stream video. I have a website stored in a web server. The question is: where should i put the video files? Can i put them in my website's root directory,

Solution 1:

If they are MP4s marked as "safe for streaming" (MOOV atom is before the first MDAT atom, such as via MP4Box -hint), you can host them on any Web server.


Post a Comment for "Where To Place Videos To Stream Android"