Open GoogleCodeExporter opened 9 years ago
Ah! I understand better what you are after now.
We'd have to implement things like read_packet and write_packet callbacks:
http://stackoverflow.com/questions/13583217/read-write-to-stream-with-javacv
This can be quite tricky, and there may be bugs left in JavaCPP that prevent it
from working properly. You may want to start with some working sample in C and
work your way up to Java from there.
Original comment by samuel.a...@gmail.com
on 17 Sep 2013 at 1:32
We would need to create a custom AVIOContext, something like this:
http://stackoverflow.com/questions/19785254/play-a-video-from-memorystream-using
-ffmpeg
Original comment by samuel.a...@gmail.com
on 2 Feb 2014 at 1:03
Issue 422 has been merged into this issue.
Original comment by samuel.a...@gmail.com
on 11 Feb 2014 at 1:58
FYI, some more info here:
http://www.codeproject.com/Tips/489450/Creating-Custom-FFmpeg-IO-Context
Original comment by samuel.a...@gmail.com
on 11 Feb 2014 at 1:58
I second on this enchancement, would be great to feed a stream into ffmpeg
directly!
Original comment by positro...@gmail.com
on 5 Apr 2014 at 6:07
Xuggler seems to manage to do it somehow, but I could not figure out how)
http://www.xuggle.com/xuggler
Original comment by positro...@gmail.com
on 5 Apr 2014 at 6:49
Last I checked, Xuggler did not run on Android
Original comment by eug...@wearableintelligence.com
on 5 Apr 2014 at 6:58
huh, sorry, I never thought about android functionality since I am a J2SE
developer)
Original comment by positro...@gmail.com
on 6 Apr 2014 at 1:43
Original issue reported on code.google.com by
mohzh...@gmail.com
on 16 Sep 2013 at 3:08