You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "hagai sela (JIRA)" <ji...@apache.org> on 2017/01/11 20:22:17 UTC

[jira] [Created] (CB-12346) range header problems

hagai sela created CB-12346:
-------------------------------

             Summary: range header problems
                 Key: CB-12346
                 URL: https://issues.apache.org/jira/browse/CB-12346
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin Media
    Affects Versions: 6.4.0
         Environment: android, ios
            Reporter: hagai sela


Hi,
I am serving large wav files on my server and I want to stream them to a cordova app. I am having problems with this on both ios and android.

Android - when setting the http / https url in the media plugin it doesn't send any range headers so the server returns the full file in a 200 response which is very slow.

IOS - the plugin does send range headers, but they don't make sense. The first request is for bytes 0-1. The second request asks for the whole file... a few megabytes so again I am stuck until the full file downloads.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org