Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Soomin Lee
VLC-iOS
Commits
475098b1
Commit
475098b1
authored
Jan 23, 2014
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbx: fix streaming
parent
ed3a97c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
NEWS
NEWS
+1
-0
Sources/VLCDropboxController.m
Sources/VLCDropboxController.m
+1
-2
No files found.
NEWS
View file @
475098b1
2.2.1:
------
* Added initial support for ARM64 aka AArch64 aka ARMv8
* Improved reliability for Dropbox streaming
2.2.0:
------
...
...
Sources/VLCDropboxController.m
View file @
475098b1
...
...
@@ -183,8 +183,7 @@
-
(
void
)
restClient
:(
DBRestClient
*
)
restClient
loadedStreamableURL
:(
NSURL
*
)
url
forFile
:(
NSString
*
)
path
{
VLCAppDelegate
*
appDelegate
=
(
VLCAppDelegate
*
)[
UIApplication
sharedApplication
].
delegate
;
/* DBX returns a https URL which we don't support yet. in turn, we fall back on http */
[
appDelegate
openMovieFromURL
:[
NSURL
URLWithString
:[
NSString
stringWithFormat
:
@"http://%@%@"
,
url
.
host
,
url
.
path
]]];
[
appDelegate
openMovieFromURL
:
url
];
}
-
(
void
)
restClient
:(
DBRestClient
*
)
restClient
loadStreamableURLFailedWithError
:(
NSError
*
)
error
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment