Replies: 1 comment
-
I just tested this on fresh master (currently tagged as 0.2): Sender:
Receiver +
Receiver +
Receiver +
All three options work good for me. Please let me know if you have troubles with the above commands. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What would be the best way to pipe roc-recv output to a pipe?
Sending with :
/usr/bin/roc-send -i file_example_WAV_10MG.wav --no-resampling -d wav -s rtp+rs8m:${ROC_RECV_IP}:10001 -r rs8m:${ROC_RECV_IP}:10002
to:
usr/bin/roc-recv -vv -s rtp+rs8m::10001 -r rs8m::10002 --no-resampling -d wav -o - > $STREAMSFOLDER/$PIPENAME
doesn't work and I get choppy sound, any advice ?
Beta Was this translation helpful? Give feedback.
All reactions