Hi, On Wed, Jul 21, 2010 at 2:50 PM, herbert westmacott <[email protected]> wrote: > I have built and installed ffmpeg 0.6, Libvorbis Version 1.2.0 and, > VP8 (libvpx-0.9.1). > > When I run ffmpeg on the command line everything appears to work fine. > I give it an input webm file downloaded from youtube.com and generate > a different ouput webm file. > > However when I try and encode the same webm input file hosted on my > local HTTP server using the ffmpeg API over a HTTP stream I get the > following errors, > > ERROR org.ffmpeg - [matroska @ 0x2aab7e723b00] Read error > ERROR org.ffmpeg - [libvorbis @ 0x2aab7ea56aa0] oggvorbis_encode_init: > init_encoder failed > > Anyone any ideas about whats causing this issue?
- You're missing version information on FFmpeg. - You're complete commandline output from ./ffmpeg or ./ffplay. - You're missing a link to the WebM file in question on your webserver in question that is failing (e.g.: what webserver?). - I just tested this from a random HTTP/WebM sample found on the web, and it works with current SVN. More specific information would therefore be appreciated in order to be able to help... Ronald _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
