-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Conversation
Cherry-pick of https://phabricator.pinadmin.com/D102927 to upstream
This Pull Request has been tested thoroughly in 6.5, 6.6 production, and 6.7 dev branch. Issue: Here’s 2 video recordings of the playback with and without the diff: AVPlayerItem construct from Asset for HLS video (aka without the diff): AVPlayerItem construct from URL for HLS video (with the diff): There is an issue with this patch: The internal .asset property for HLS video is different than the public asset property. However this issue wouldn't affect the Pinterest use case now because we don't use the asset object on the application level. I am working on a new PR to address this issue and it will be put up against master branch soon. I am trying not to change the logic in this PR to make it consistent with 6.5 and 6.6, which has been tested on both simulator and device and works well. |
(from Max): I would expect this to land only on ASDK's 6.7 branch. I am expecting to have another PR landed in ASDK master and cherry-picked in p6.8. |
More context: #1748 |
@Xinchi: it looks like this PR for the release branch doesn't trigger a Travis build. Could you run the tests locally to make sure this passes? |
@hannahmbanana Thanks for the tip! We might have a master-branch solution that can be merged to releases/p6.7 and releases/p6.8 soon. #1954 If #1954 can be landed in the next few hours, I will close this PR |
@Xinchi: thanks for the update. I was wondering why we had two PRs. |
@hannahmbanana Closing this patch because #1954 has been landed on master. |
@Xinchi thanks for making the newer version! |
Cherry-pick of https://phabricator.pinadmin.com/D102927 to upstream