Stefan Westerfeld

Results 86 comments of Stefan Westerfeld

Ok, "build from tarball" is another way of saying "build a stable release", the release files are often tar archives. Stable releases are available from https://uplex.de/audiowmark/. Using the ./configure should...

Ok, I don't really see anything more that remains to be done in this issue, so I'll close it.

Hi! To add the necessary context to the ts segments, you should use `audiowmark hls-prepare` as documented here: https://github.com/swesterfeld/audiowmark/#preparing-hls-segments

This sounds like for your use case you would like to watermark a single .ts file without any context whatsoever. Currently `audiowmark` doesn't support anything like this. The reason is...

Well if it really is just one .ts file that is large, you probably don't need all the extra stuff that the `hls-prepare` and `hls-add` commands do to make it...

To minimize response time, usually it is best to do the watermarking in a pipe, so that the first watermarked bytes can already be sent while the rest of the...

Not sure if I understand your issue correctly from your description, but assuming you want to detect the watermark on video material there are two options: - using videowmark (https://github.com/swesterfeld/audiowmark#video-files)...

No, its not simply a matter of lilv using the first one. It passes the array with both LV2_STATE__mapPath features to the LV2 plugin that is being saved. For my...

Here is another piece of code that is taking the "wrong" mapPath: https://github.com/DISTRHO/DPF/blob/63dfb7610bc37dee69f4a303f3e3362529d95f24/distrho/src/DistrhoPluginLV2.cpp#L970 I think my concern is that you cannot really convince all plugin developers to agree on the...

Yes, I think your fix is good. On Linux/macOS it should just work in any situation. On Windows, unfortunately there is this issue: https://github.com/drobilla/lilv/issues/14 which means that if you mix...