Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

where to place videos to stream android

Tags:

android

web

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, or do i need a Streaming Server too? I hope this question is not out of topic.

Thanks in advance!!

like image 880
madcoderz Avatar asked Mar 13 '11 10:03

madcoderz


1 Answers

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.

like image 196
CommonsWare Avatar answered Oct 21 '22 01:10

CommonsWare