Manevolent

Results 20 comments of Manevolent

Thanks for reporting the issue, I'll take a look.

Unfortunately, it looks like the listClients() call leverages the client/server query call `clientlist`. The response object for `clientlist` returns (from the server), - clid - cid - client_database_id - client_nickname...

I'm going to leave this open, because this is a bit of an eye-sore in the code. I'll start a long-term goal to get better client tracking, and add non-blocking...

Thanks, @kjzl . I'd appreciate a pull request with that change! I might be able to get to it otherwise in time.

I do! https://gist.github.com/Manevolent/1c6bc379c10c1e50358e8f2e2356fef7 That's what I've been using since the mentioned ticket, I made some minor changes to the original poster's source but this has been working fine for me....

We still need official snippets, but test cases have been added to cover some basic use cases that people may find useful if they stumble on this thread. Until I...

To preface this, I have just read up on some of the comments in this SO post: https://stackoverflow.com/questions/34123272/ffmpeg-transmux-mpegts-to-mp4-gives-error-muxer-does-not-support-non-seekable Looking at the muxer output error message, I am inclined to believe...

Seekable output is now supported and lightly tested for MP4. Refer to new method introduced by commit a6712074388323f02764797b32356c26cd00e5a7: FFmpegIO.openChannel(SeekableByteChannel, int)

I think there is an option for us to be able to do this. I will keep this in mind; it may require seeking, but I just added that with...

**Are there any major differences between the two libraries?** FFmpeg4j solves a specific use case where you don't want to/can't run a sidecar executable (i.e. ffmpeg.exe) to delegate processing. While...