You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying the run example script: examples/server.js
Server starts and waits.✓
Client recognizes server successfully ✓
but script crashes while trying to connect and play audio ╳ :(
mac:_airplay alper$ node s.js
crypto.js:267
this._handle.initiv(cipher, toBuf(key), toBuf(iv));
^
Error: Invalid key length
at new Decipheriv (crypto.js:267:16)
at Object.createDecipheriv (crypto.js:627:10)
at Object.decryptAudioData (/Users/alper/Documents/GitHub/_airplay/node_modules/nodetunes/lib/helper.js:141:25)
at RtpServer.<anonymous> (/Users/alper/Documents/GitHub/_airplay/node_modules/nodetunes/lib/rtp.js:32:23)
at emitTwo (events.js:126:13)
at Socket.emit (events.js:214:7)
at UDP.onMessage [as onmessage] (dgram.js:659:8)
The text was updated successfully, but these errors were encountered:
Scenario
Trying the run example script:
examples/server.js
Server starts and waits.✓
Client recognizes server successfully ✓
but script crashes while trying to connect and play audio ╳ :(
Environment
OS: OSX Mojave
Client OS: iOS 12.0
Script
Crash Log
The text was updated successfully, but these errors were encountered: