<font size="4"><font face="comic sans ms,sans-serif"><br><br>I am trying to stream using ffmpeg and ffserver on a Ubuntu<br>12.04LTS desktop to an Android tablet running a small test client app on<br>Ice Cream Sandwich v 4.0.4. I know my test client app is working properly<br>

because I can successfully stream the following H.264 content.<br>rtsp://<a href="http://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov">184.72.239.149/vod/mp4:BigBuckBunny_175k.mov</a><br><br>My ffmpeg and ffserver configuration files are included below. If<br>

someone has successfully streamed H.264 content to an Android tablet,<br>can you share you configuration me with?<br><br>Thank you in advance,<br><br>Joe<br><br><br>Note, I captured a video on the Android device and played it back just<br>

to verify that I had a good video file. I then transferred the file to<br>my Ubuntu desktop. I send the video content to ffserver using the "copy"<br>codec, in other words, no transcoding of the content at all.<br>

<br>ffmpeg -i test.mp4 -c copy <a href="http://10.10.10.143:8090/feed1.ffm">http://10.10.10.143:8090/feed1.ffm</a><br><br><br>Port 8090<br>BindAddress 0.0.0.0<br>RTSPPort 7654<br>RTSPBindAddress 0.0.0.0<br>MaxClients 4<br>

MaxBandwidth 10000<br>NoDaemon<br><br><Feed feed1.ffm><br>File /tmp/feed1.ffm<br>FileMaxSize 20M<br>ACL allow 10.10.10.0 10.10.10.255<br></Feed><br><br><Stream 4Di.sdp><br>Feed feed1.ffm<br>Format rtp<br>

VideoSize 640x480<br>VideoQMin 1<br>VideoQMax 2<br>NoAudio<br></Stream><br><br><Stream status.html><br>Format status<br>ACL allow 10.10.10.0 10.10.10.255<br></Stream><br><br></font></font>