Advertisement
Guest User

Without FFMPEG

a guest
Jul 21st, 2017
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. C:\Users\Rinaldi\Documents\Audio Streamer>loopback-capture | plink -v 192.168.11.5 -l orangepi -pw password "cat - | pacat --playback --format s16be --rate 44100 --volume
  2. 30000"
  3. Connecting to 192.168.11.5 port 22
  4. We claim version: SSH-2.0-PuTTY_Release_0.70
  5. Server version: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2
  6. Using SSH protocol version 2
  7. Doing ECDH key exchange with curve Curve25519 and hash SHA-256
  8. Server also has ecdsa-sha2-nistp256/ssh-rsa host keys, but we don't know any of them
  9. Host key fingerprint is:
  10. ssh-ed25519 256 92:36:1f:f8:7e:79:4f:0f:9c:54:92:96:cd:a0:cb:a1
  11. Initialised AES-256 SDCTR client->server encryption
  12. Initialised HMAC-SHA-256 client->server MAC algorithm
  13. Initialised AES-256 SDCTR server->client encryption
  14. Initialised HMAC-SHA-256 server->client MAC algorithm
  15. Using username "rinaldi".
  16. Sent password
  17. Access granted
  18. Opening session as main channel
  19. Opened main channel
  20. Started a shell/command
  21. pa_stream_write() failed: Invalid argument
  22.  
  23. Sent EOF message
  24. Server sent command exit status 1
  25. Disconnected: All channels closed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement