-
Notifications
You must be signed in to change notification settings - Fork 103
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
Does this SDK support video streaming? #25
Comments
@Heath-FoMoCo would know the answer to this one |
@Heath-FoMoCo Do you know the timeline for getting video streaming released into the iOS SDK on GitHub? |
@adein Is video streaming available in the iOS SDK? |
It is in the AppLink Bitbucket repo, but it is still being tested. Do we want to make it part of the upcoming iOS pull request, or wait until it's been tested and make a separate request? |
I don't want to delay the upcoming iOS pull request, so do that one first. The video streaming can go into a separate pull request, but you don't necessarily have to wait until it's tested. If it's modular enough to go into a separate feature branch, just do that and update the branch as fixes come in. |
See my PR here: #45 for how I'd like to structure larger feature PRs in the future. |
I don't think the changes are very drastic (I think it's just 1 added method in SDLProxy.m/h) and the code is already done, so it doesn't necessarily need a separate pull request for those reasons. The only reason(s) to separate it is either: I'm ok with either way, I just want to align with whatever processes/guidelines are planned for or in place for the SDL repos. |
I think both a and b are solid reasons to separate them. Though regarding b, I'd prefer that the branch and PR be available before it's done testing, so that we can have a record of any updates that occur, and others can take a look easily. |
Ok, sounds good to me. |
Thanks for update. Is AppLink Bitbucket repo public? Could you please provide link to this repo if it's public? When you plan to provide branch with video streaming here? Also could you please provide information about branch with video streaming when it will be created? |
The Bitbucket repo is Ford's internal private repo for the legacy AppLink/SDL code. All SDL code is being moved into these public GitHub/GENIVI repos and future work will be done in these repos. The video streaming pull request should be issued soon (after the "Documentation and misc updates") pull request is complete. |
No description provided.
The text was updated successfully, but these errors were encountered: