Community Questions & Answers

Android intent + remote mp3

Hi all, I'm trying to play a remote mp3 file with Android intent. Here's my code.. I tried almost every possible option to open this remote mp3 file. 1. In some cases it's opened in a browser player 2. In some cases it shows "no mp3 apps" 3....

Stream binary file and save it progressively

Hi I need some insight as to streaming a binary file and saving it while it's being streamed. I tried using createHTTPClient but the responseData is not available within the ondatastream callback. Anything else I need and can use? Thanks a lot

Streaming error

Hi All I have setup a streaming server using icecast it is streaming in ogg format. ~~~ listener_peak 0 listeners 0 listenurl http://216.70.57.74:8000/listeners server_name Traktor...

Playing video

I have a link to a video that i can't mange to play. here is the code i try using: ~~~ var winVideo = Titanium.UI.createWindow({ title:'Video Player', backButtonTitle: 'Videos', barColor: '#000', backgroundColor:'#000', ...

Android Streaming Video

I am hoping I am just missing something, but is it not possible to do remote streaming video with Android in Appcelerator? It would seem that "Titanium.Media.VideoPlayer" does not accept a URL on Android... Am I doing something wrong? is there...

Module for adding AAC streams?

Somebody clever could make some money by writing a module that added the capability of streaming AAC format streams via Appcelerator. Several people, including me, have asked about AAC support and have never been given an answer as to if it will ever be...

Android video streaming

I've created an Android app to provide access to a large number of videos, mostly hosted at Blip. I don't need it to function on iPhone as there already is a native iPhone app performing the same function. The videos are all m4v files (although for the...

iOS Video Streaming

Hi have an app that streams video through wowza and it just got rejected due to: ~~~ 9.4: Video streaming content over a cellular network longer than 10 minutes must use HTTP Live and include a baseline 64 kbps audio-only HTTP Live stream May 9, 2012 01:38...

Android and Shoutcast Streaming

I'm trying to recive a mp3 streaming into Android (there's no problem with iPhone). Is there any problem? My code: var url = 'http://78.159.104.207:80'; var streamer = Ti.Media.createAudioPlayer(); streamer.url = url; streamer.start(); Thank you!...

Possible to stream a RTMP Audio feed

Hi All, Does anyone know of a way to stream in a RTMP Audio/Video feed? Basically I want to pull in an online radio stream and play it through my app. Thanks, Lee

VideoStreaming with WiFi

Hi, If I'm streaming a video that is greater than 64 kbps, I will have to use WiFi data connection and not Cellular so that the App is not rejected. Can anyone confirm this? Secondly, do I have to update the info.plist to stipulate this? If so, what is...

Shoutcast Streaming Android

Hi, it seems that streaming audio on android (2.1 and 2.2) does not work with shoutcast, if you do not got a stream mount point (ex: http://somedomain:9020 - the next one would work => http://somedomain:9020/stream.mp3) It works on iOS but not on...

Showing 1-50 of 102 1 2 3