TWiT.tv Video support
Sunday, September 5, 2010 at 1:39PM
Jeremy Faulkner in flash, h264, twit android, video

Finally got some success in stripping the FLV (Flash video) container from the h.264 stream in order to translate it into something that the Android media player can understand. Turns out the difficulties I was encountering appear to have been due to buffer under runs. The FLV striping code was running out of video/audio packets to pull from the Flash video stream.  The resulting file wasn't playable by VLC so I don't think the Android media player will have better luck. So what I have to do now is write the video stream out into something that the Android media player can understand.

Article originally appeared on Jeremy Faulkner (http://gldis.ca/).
See website for complete article licensing information.