ffmpeg-cli-wrapper icon indicating copy to clipboard operation
ffmpeg-cli-wrapper copied to clipboard

Byte[ ] or ByteBuffer input

Open Squrrli opened this issue 6 years ago • 0 comments
trafficstars

The ffmpeg-cli-wrapper library is a simple wrapper around the ffmpeg command line. If you have questions on how to use the library, please check out the usage, or random examples. If that doesn't solve your problem please fill out the following:

The question Deom all examples I have see the input is a string (be it referencing a webcam or a filename) however I am trying to stream from an android app to a media server. The format of the incoming stream (from a drone) is received as a Byte[ ] and as such i was wondering how/ if I can use that as an input for this wrapper. I understand it might not work as it is a CLI_wrapper.

I have not tried anything yet as I just don't know how I would reference the array by a string.

Squrrli avatar Dec 06 '18 14:12 Squrrli