I've got ffmpeg hooked into Android working with an OMX plugin, and it works great with files, I can play with Gallery, or with a simple video player. But I need to send a live stream to it.
I'm doing so with a small http server, and testing with a file. That works, but it doesn't start playing until the entire file transfers, no matter how big the file is. which means sometimes I get out-of-memory errors. What else do I need to do to get it to render while it's reading data, instead waiting for all of it? Thanks. Skew
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
