Streaming Video to Android with Lighttpd

I am developing a video streaming application for HTC Tattoo. I am a Lighttpd server on my server side which I am using to stream video to a website. On Android, do I need to enable any module on the Lighttpd server?

thanks

+2


a source to share


2 answers


Actually, no ... the only thing you have to make sure is that the video you are serving is encoded in one of these formats: http://developer.android.com/guide/appendix/media-formats.html



+1


a source


Look also at Darwin Streaming Server. It might be a good option for mobile streaming.



0


a source







All Articles