[android-developers] Re: video streaming from Android without saving on sdcard

2012-08-24 Thread Sever
Thank you for response. Because i dont quite know ho to do it using HTTP server :) For example how Apache can write input stream into mp4 file. Could you please give me an example? пятница, 24 августа 2012 г., 21:10:24 UTC+5 пользователь bob написал: > > Why not put the mp4 on an HTTP server? Wh

[android-developers] Re: video streaming from Android without saving on sdcard

2012-08-24 Thread bob
Why not put the mp4 on an HTTP server? Why would you write your own server for this? On Friday, August 24, 2012 12:24:46 AM UTC-5, Sever wrote: > > I have code: > > private MediaRecorder recorder; >> >> String hostname = "192.168.1.125"; >> int port = 1935; >> Socket so