Skip to content
New issue

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

Photo Protocol Not Working from Shell on AppleTV3,1 #8

Open
loretoparisi opened this issue May 22, 2015 · 0 comments
Open

Photo Protocol Not Working from Shell on AppleTV3,1 #8

loretoparisi opened this issue May 22, 2015 · 0 comments

Comments

@loretoparisi
Copy link

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 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant