I am trying to stream using ffmpeg and ffserver on a Ubuntu 12.04LTS desktop to an Android tablet running a small test client app on Ice Cream Sandwich v 4.0.4. I know my test client app is working properly because I can successfully stream the following H.264 content. rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov
My ffmpeg and ffserver configuration files are included below. If someone has successfully streamed H.264 content to an Android tablet, can you share you configuration me with? Thank you in advance, Joe Note, I captured a video on the Android device and played it back just to verify that I had a good video file. I then transferred the file to my Ubuntu desktop. I send the video content to ffserver using the "copy" codec, in other words, no transcoding of the content at all. ffmpeg -i test.mp4 -c copy http://10.10.10.143:8090/feed1.ffm Port 8090 BindAddress 0.0.0.0 RTSPPort 7654 RTSPBindAddress 0.0.0.0 MaxClients 4 MaxBandwidth 10000 NoDaemon <Feed feed1.ffm> File /tmp/feed1.ffm FileMaxSize 20M ACL allow 10.10.10.0 10.10.10.255 </Feed> <Stream 4Di.sdp> Feed feed1.ffm Format rtp VideoSize 640x480 VideoQMin 1 VideoQMax 2 NoAudio </Stream> <Stream status.html> Format status ACL allow 10.10.10.0 10.10.10.255 </Stream>
_______________________________________________ ffserver-user mailing list ffserver-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffserver-user