We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The PHP library works fine:
php airplay.php -h 192.168.2.112:7000 -p /Users/admin/Desktop/SPACE.JPG
, but the Shell script none:
curl -D test.txt -X PUT --data-binary @$filename -H 'Connection: keep-alive' -H 'User-Agent: MediaControl/1.0' -H 'X-Apple-Transition: None' -H 'Content-Type:' -H 'Accept:' -H 'Host:' -H 'Expect:' http://192.168.2.112:7000/photo
The result is a black screen /disconnect.
I have found the same issue in Objective-C library LG ConnectSDK ( ConnectSDK/Connect-SDK-iOS#157 ) and AirPlayKit ( https://github.com/rothacr/AirplayKit )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The PHP library works fine:
php airplay.php -h 192.168.2.112:7000 -p /Users/admin/Desktop/SPACE.JPG
, but the Shell script none:
The result is a black screen /disconnect.
I have found the same issue in Objective-C library LG ConnectSDK ( ConnectSDK/Connect-SDK-iOS#157 ) and AirPlayKit ( https://github.com/rothacr/AirplayKit )
The text was updated successfully, but these errors were encountered: