[ 
https://issues.apache.org/jira/browse/CB-13445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16538080#comment-16538080
 ] 

ASF subversion and git services commented on CB-13445:
------------------------------------------------------

Commit 43d57ca34d02178bae6487da58207e268362fb44 in cordova-plugin-media's 
branch refs/heads/master from [~purplecabbage]
[ https://gitbox.apache.org/repos/asf?p=cordova-plugin-media.git;h=43d57ca ]

CB-13445 (iOS) Streaming media can take up to 8-10 seconds to start (#169)

* iOS streaming media can take up to 8-10 seconds to start. This fix allows 
streaming media to start right away. Caveat: on a slow internet connection 
there might be pauses for buffering (depends on size+length of media).

* include check for iOS version so we don\'t break iOS<10. Thanks @ghenry22

* bump travis CI xcode versions


> Streaming media in iOS has long load times
> ------------------------------------------
>
>                 Key: CB-13445
>                 URL: https://issues.apache.org/jira/browse/CB-13445
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: cordova-plugin-media
>         Environment: iOS platform within cordova 
>            Reporter: Ashish Mehra
>            Priority: Major
>
> Using the plugin, cordova-plugin-media, one can stream audio/video media. On 
> the iOS front, streaming media can take anywhere from 8-10 seconds to start 
> playing, even if the length of the media is < 10 mins. 
> The culprit here is `automaticallyWaitsToMinimizeStalling` property, that 
> seems to buffer a more than required amount of the media causing load time 
> delays. In some cases, it actually downloads the entire media file before 
> starting and on slow internet connections this can mean load times of > 15 
> seconds.
> Disabling this property should make iOS media load times to almost instant as 
> it will only buffer a default/set amount.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to