[FFmpeg-devel] custom input stream for libavformat
Ken Larson
forum
Wed Aug 29 12:16:26 CEST 2007
Sorry to continue the off-topic thread...
Brent - I know you are already playing with ffmpeg-java and fmj, but
they can do exactly what you describe, using Java and JNA.
You see how this is done without fmj using URLProtocolTest.
You can see how this is done with fmj using FFMPEGParser.
Both use CallbackURLProtocolMgr, which is a class that creates a new
ffmpeg URLProtocol, with the callbacks going into Java.
Ken
Michel Bardiaux wrote:
> Brent Baccala a ?crit :
>
>> Hi -
>>
>> I'm finally starting work on a project I had emailed this list about
>> roughtly a year ago: incorporating libavformat/libavcodec into Java's
>> media framework.
>>
>> I need to feed an input stream to libavformat. Not by opening a file
>> or a URL, but using buffers and callbacks (or the like). Can anybody
>> tell me how to do this in a supported manner?
>>
>
> This is FAQ #2.13, did you know that? See also
>
> http://lists.mplayerhq.hu/pipermail/ffmpeg-user/2007-March/007254.html
>
>
More information about the ffmpeg-devel
mailing list