kiwirecorder, net cat mode

adding -nc when kiwirecorder is invoked causes it to stream to stdout and it can be piped to a decoder. Am I correct that only the raw stream is sent, no headers or anything else?

Comments

  • jksjks
    edited September 2024

    As far as I know there shouldn't be any headers (e.g. WAV file). I just copied the code from kiwi_nc.py the best I could. So if that's working then -nc with kiwirecorder should work as well. I could only do minimal testing though.

  • jksjks
    edited April 1

    In the latest kiwiclient/kiwirecorder update the --progress option can now be used with --nc / --netcat. It will print the progress information to stderr instead of stdout so it doesn't mix with the streamed data (given that you're typically redirecting or pipelining stdout somewhere).

Sign In or Register to comment.