bradbulger
Results
22
comments of
bradbulger
adding these lines gets it past the connection test ``` xfer.SetCertificatesFile ("common:/certs/ca-bundle.crt") xfer.AddHeader("X-Roku-Reserved-Dev-Id", "") xfer.InitClientCertificates() xfer.EnableHostVerification(false) xfer.EnablePeerVerification(false) ``` it can get information about music files etc but not play them...
I tried that. I think at this point I am where I originally wanted to be, which is testing the app to see if it would work for me. My...