Re: ffmpeg settings for video encoding for iphone?

2007-10-14 Thread mickey9801
I was using this cmd to encode movie for download mp4 through safari in iPod touch: ffmpeg -i INPUT -acodec libfaac -ac 2 -ar 44100 -ab 128k -s 320x240 - vcodec libx264 -b 300k -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -me umh -subq 5 -trellis 1 -refs 1 -coder 0 -me_range

streaming video to iPod touch through Safari

2007-10-14 Thread mickey9801
Hi all. I am trying to develop a web application like http://vtap.com or Google video which let user to download and playback mp4 file through Safari browser bundled with iPod touch. I can download and playback a mp4 file correctly when I access the movie directly by URL (I put the mp4 file in a p

Re: streaming video to iPod touch through Safari

2007-10-15 Thread mickey9801
iPod Touch environment. > > Hoping this might help, > > -- > Stephane Dauryhttp://tekartist,.org/ > > On Oct 14, 2007, at 1:18, mickey9801 wrote: > > > > > Hi all. I am trying to develop a web application likehttp://vtap.com > > or Google video which let us

Re: streaming video to iPod touch through Safari

2007-10-16 Thread mickey9801
ECTED]> wrote: > Let me know how that works. iPod Touch and iPhone both specifically > state RTSP not supported. You might be able to just ignore the byte- > range requests and always return the current stream. > > On Oct 15, 12:27 pm, mickey9801 <[EMAIL PROTECTED]> wrote:

Re: streaming video to iPod touch through Safari

2007-10-17 Thread mickey9801
Sorry for my poor English and network knowledge. I would like to try using a proxy program to send a MP4 file to Touch is because I have try to use Safari to access a MP4 file directly from a web server and it playback perfectly. So I wonder if it is possible to send the MP4 through a proxy progra