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
A new command has been added to allow an MP4 video to be streamed to an Apple TV, but is a quick proof of concept. Before exposing this as part of the utility, some client wrappers will need to be created. Also investigate how to make it work with Guzzle.
In order to implement this feature, a reverse HTTP server needs to be listening to requests sent by the Apple TV. This could be done by the React PHP library reactphp/reactphp#314
A new command has been added to allow an MP4 video to be streamed to an Apple TV, but is a quick proof of concept. Before exposing this as part of the utility, some client wrappers will need to be created. Also investigate how to make it work with Guzzle.
https://github.com/archfizz/phpairplay/blob/master/src/ArchFizz/PhpAirPlay/PlayVideoCommand.php
Also check if it's possible to use
GuzzleHttp\Ring\Client\StreamHandler
to create a socket connection.http://ringphp.readthedocs.org/en/latest/client_handlers.html
Also relevant
https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40008332
The text was updated successfully, but these errors were encountered: