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
Not sure what your issue is. Use the branch "playfair" for fairplay support.
The code here in that branch is just the clean upstream apsdk-public with the missing fairplay support included (put back): it seems the apsdk-developer was also probably using "playfair" (but does not provide details), as it is the only publicly-available implementation of (some of) fairplay, but has a murky provenance. We got apsdk-working with this plus a video/audio renderer (you need to supply the "on-video" part, etc, in "demo".)
The pre-release apsdk-public code base used to include an implementation of on-video-play etc based on esplayer.
We restored it, then replaced it with GStreamer's "playbin".
The branch "older" here was our working branch with lots of "printf" statements added to see how the HLS support was being implemented.
we ran apsdk-public to help us understand the AirPlay protocol for playing HLS video streaming. This was helpful in getting HLS working in UxPlay https://github.com/FDH2/UxPlay, but no code was taken from apsdk-public.
*UxPlay has a code base derived from a completely independent C-based implementation of Airplay, starting from iTunes, and then having mirror video added, through a series of previous authors (GPL/LGPL): https://github.com/FDH2/UxPlay#uxplay-authors
apsdk-public (also GPL) is an impressive C++ implementation of AirPlay apparently from scratch by a single author Sheen Tian in Singapore, with no code history shared with the UxPlay code base, and could certainly be the basis of (a backend for) a cleaner implementation than UxPlay http://github.com/FDH2/UxPlay, but will need a substantial amount of work to give it a "front end" for control and displaying video. Anyone doing this could use UxPlay GPL code for guidance about features such as h265 video not implemented in apsdk-public.
The mirrored data cannot be decoded by the Android MediaCodac, what is the problem? It is urgent, please reply as soon as possible.
The text was updated successfully, but these errors were encountered: