You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Shazron Abdullah (Created) (JIRA)" <ji...@apache.org> on 2011/11/28 23:43:40 UTC

[jira] [Created] (CB-57) Feature request: update media to support streaming

Feature request: update media to support streaming
--------------------------------------------------

                 Key: CB-57
                 URL: https://issues.apache.org/jira/browse/CB-57
             Project: Apache Callback
          Issue Type: New Feature
          Components: iOS
            Reporter: Shazron Abdullah


reported at: https://github.com/phonegap/phonegap-iphone/issues/55
by: https://github.com/hardeep

The AVAudioPlayer used to implement iOS media does not support streaming audio.  In order to do that we need to use the Audio Toolbox.   Example and more info here:  http://cocoawithlove.com/2009/06/revisiting-old-post-streaming-and.html

[Original LightHouse ticket](http://phonegap.lighthouseapp.com/projects/20116/tickets/105)

 This ticket has 0 attachment(s).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CB-57) Feature request: update media to support streaming

Posted by "Shazron Abdullah (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13158884#comment-13158884 ] 

Shazron Abdullah commented on CB-57:
------------------------------------

by: http://github.com/becka11y

another useful link: http://developer.apple.com/library/ios/#documentation/networkinginternet/conceptual/streamingmediaguide/introduction/introduction.html


by: lux (on lighthouseapp.com)

There’s a link on cocoawithlove.com in the comments with updates to support fixed length audio streaming, but it’s broken. Here’s a working link to that code: http://www.atwofer.com/2009/06/streaming-and-playing-fixed-length-mp3s.html

by: http://github.com/shazron

Note: Nitobi actually has code to support media streaming already that has been used on a project and tested (based on the cocoawithlove.com code)

by: tiago (on lighthouseapp.com)

is it freely available? can you please post the address? ty

by: https://github.com/davechekan

+1 for this feature in addition to adding support for getDuration, getCurrentPosition in iOS. This is my first time developing with phonegap, and posting a comment here- so I apologize for my ignorance in doing both properly.

by: https://github.com/devgeeks

I have a plugin I am finishing up that uses [Matt Gallagher's AudioStreamer code](https://github.com/mattgallagher/AudioStreamer) mentioned above. 

If anyone feels like helping to test it maybe we can get any bugs out and get it into the phonegap-plugins repo sooner...

https://github.com/devgeeks/phonegap-plugins/tree/AudioStreamer/iPhone/AudioStream

                
> Feature request: update media to support streaming
> --------------------------------------------------
>
>                 Key: CB-57
>                 URL: https://issues.apache.org/jira/browse/CB-57
>             Project: Apache Callback
>          Issue Type: New Feature
>          Components: iOS
>            Reporter: Shazron Abdullah
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/55
> by: https://github.com/hardeep
> The AVAudioPlayer used to implement iOS media does not support streaming audio.  In order to do that we need to use the Audio Toolbox.   Example and more info here:  http://cocoawithlove.com/2009/06/revisiting-old-post-streaming-and.html
> [Original LightHouse ticket](http://phonegap.lighthouseapp.com/projects/20116/tickets/105)
>  This ticket has 0 attachment(s).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (CB-57) Feature request: update media to support streaming

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13489168#comment-13489168 ] 

Shazron Abdullah commented on CB-57:
------------------------------------

First step should be a 3rd party plugin. Then discussion can proceed to add to all platforms or just iOS, then possibly graduation to core.
                
> Feature request: update media to support streaming
> --------------------------------------------------
>
>                 Key: CB-57
>                 URL: https://issues.apache.org/jira/browse/CB-57
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: iOS
>            Reporter: Shazron Abdullah
>            Priority: Minor
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/55
> by: https://github.com/hardeep
> The AVAudioPlayer used to implement iOS media does not support streaming audio.  In order to do that we need to use the Audio Toolbox.   Example and more info here:  http://cocoawithlove.com/2009/06/revisiting-old-post-streaming-and.html
> [Original LightHouse ticket](http://phonegap.lighthouseapp.com/projects/20116/tickets/105)
>  This ticket has 0 attachment(s).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CB-57) Feature request: update media to support streaming

Posted by "Shazron Abdullah (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah updated CB-57:
-------------------------------

    Priority: Minor  (was: Major)
    
> Feature request: update media to support streaming
> --------------------------------------------------
>
>                 Key: CB-57
>                 URL: https://issues.apache.org/jira/browse/CB-57
>             Project: Apache Callback
>          Issue Type: New Feature
>          Components: iOS
>            Reporter: Shazron Abdullah
>            Priority: Minor
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/55
> by: https://github.com/hardeep
> The AVAudioPlayer used to implement iOS media does not support streaming audio.  In order to do that we need to use the Audio Toolbox.   Example and more info here:  http://cocoawithlove.com/2009/06/revisiting-old-post-streaming-and.html
> [Original LightHouse ticket](http://phonegap.lighthouseapp.com/projects/20116/tickets/105)
>  This ticket has 0 attachment(s).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CB-57) Feature request: update media to support streaming

Posted by "Jean Vean (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13184174#comment-13184174 ] 

Jean Vean commented on CB-57:
-----------------------------

+1 for this feature. Pretty important in my humble opinion.
                
> Feature request: update media to support streaming
> --------------------------------------------------
>
>                 Key: CB-57
>                 URL: https://issues.apache.org/jira/browse/CB-57
>             Project: Apache Callback
>          Issue Type: New Feature
>          Components: iOS
>            Reporter: Shazron Abdullah
>            Priority: Minor
>
> reported at: https://github.com/phonegap/phonegap-iphone/issues/55
> by: https://github.com/hardeep
> The AVAudioPlayer used to implement iOS media does not support streaming audio.  In order to do that we need to use the Audio Toolbox.   Example and more info here:  http://cocoawithlove.com/2009/06/revisiting-old-post-streaming-and.html
> [Original LightHouse ticket](http://phonegap.lighthouseapp.com/projects/20116/tickets/105)
>  This ticket has 0 attachment(s).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira