Community Questions & Answers
WMV streaming module/solution
Hi, Does anybody know about any available solution (open source or proprietary) for streaming Windows Media Video and Audio with Ti for iPhone & Android ?
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
Android sound streaming
Hi. I'm trying to find a way to stream audio on android, It works perfectly on iOS but on Android just don't play. Here's the code: ~~~ win = Ti.UI.createWindow({ backgroundColor:'transparent', }) var url =...
Live TV Application
How to create LiveTV app in titanium ? Do u have any idea..
Is it possible to record audio from stream or download on iOS
I would like to loop a sample from a stream by either recording or extracting a small part of a much larger downloaded file, on iOS. I have tried AudioRecorder but it will only record from the mic while a player is playing. Is there a way to extract 15...
How to handle Phone call interupt?
Hi Everyone, I am developing app for radio streaming, How can I handle call interupt. When a listener receives a call the song should pause and when call completes the songs should resume. I am using Titanium SDK 3.0.... Windows 7, I need to work the app...
Buffering status of audio streaming
Hello guys, Is it possible to access the currently buffered status of a remote MP3? I didn't find it in the docs, but may be possible with IOStream.
Iphone - Video Streaming .m3u8
down to the specific. everytime time i try to implement an m3u8 video playlist, the kitchensink video streaming examples either throw me a "video complete" alert or an infinite loading indicator. i honestly dont know what im doing wrong. any...
read information from SHOUTcast Radio Directory
hello to all i create a simple radio streaming whit titanium. I using shoutcast from shoutcast.com how using this metadata : http://wiki.winamp.com/wiki/SHOUTcast_XML_Metadata_Specification for specificatio why music it's in function now ?
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...
Android Background Streaming Audio
I have found two issues with background audio streaming on Android devices. First, when the user receives a phone call -- the background audio continues to play. Anyone know a way to disable background streaming while on a phone call? Also, I noticed that...
Sleepy Network Streaming
Running Titanium SDK 3.0.1 on Mac OSX with targets of iPhone, iPad, and Android . I have a table that lists Rss feed tiltles that have been validated in YQL to return results. I have played same feed in an RSS feed reader and all works. My issue is that...
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', ...
setting volume in audio streaming
I'm trying to build a radio streaming app, but there's no way to set the volume at an audio stream. I would be very happy if anybody could provide a MPVolumeView workaround or whatever hack / fix that could make me assign volume to a slider using a...
Video Streaming by RTSP
There is a possibility to push video from Camera directly to Streaming Server (like wowza) using rtsp protocol? Probably through a socket? Thanks..
Android App crashes due Media Module
I am trying to stream from this link. **[http://azul.streamguys.com/sar-qatar]( http://azul.streamguys.com/sar-qatar)** which give me following link when i try to play using VLC ( play fine in VLC) [mms://azul.streamguys.com/sar-qatar?MSWMExt=.asf...
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...
Live broadcasting in iphone
Can we do live broadcasting using appcelerator like ustream ..? I want to create an app which needs to broadcast a live video from iphone camera This is done using FMLE and wowza in our website. I wanted to know whether I can integrate wowza with...
Video streaming from iphone to server
Can I stream Recorded video(captured via iphone camera) to a server using titanium appcelerator..? Thanks in advance.!!
RTSP / iOS HTTP media streaming
Hi. Is the latest version finally supports stable video playback from RTSP and iOS HTTP streaming sources? Thanks!
Audio Streaming Play takes 15+ seconds on Android
Hey guys Looking at things in the Kitchen Sink with the sound_remote.js example. When using our MP3 stream (64k bit rate) it takes almost 20 seconds for the audio to start playing once you press the start button. Likewise... it is taking 20 seconds or so...
Is it possible to store a streaming video or audio while playing.
I want to know that If there is any possibility to store a streaming media while it is playing or is there any way to do that?
Control audioPlayer from iOS's native playback controls
Hello I have an app that streams audio. I have already gotten it to play in the background. But the solution doesn't work with the play/pause button that exists when you 'doubleclick' on the Home-button and swipe the recently used program to the...
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!...
Video Streaming and saving to application data directory
Hello , I want to save the video which is streaming in Ipad to application data directory , after its buffering is done , can any body suggest how to do this. I am using this code as for streaming , but I also want the same to be saved after full video...
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
Catch Errors from VideoPlayer
Hi, I'm working on a streaming music app and I use the media.videoPlayer to play an .m3u8. It works great, but sometimes the stream is corrupted and the videoPlayer freeze my app and then crash. So I'm wondering if there is a way to catch errors fired by...
iOS - Video plays but audio doesn't
Hi everyone, this is similar to a question I posted a few weeks ago, but I've realized there's more to it than I thought. I'll break it down into points so that it's not a wall of text. 1. When I made the app, I had a bunch of videos embedded within so...
resume AudioPlayer does not work on iphone
Hi, I've an application streaming audio from an HTTP server using AudioPlayer. The application pauses and resumes the playout. My application is for both iPhone and Android. I've the Android version working fine, using player.pause() to pause the stream...
Twitter streaming api support?
Hi! I´m trying to add some twitter feeds in my app but can´t find a way to read via json the twitter streaming spi (when the REST api i always get a request limit error).Is there a way? Thank you in advance.
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...
Streaming video doesn't play audio
Hi there, I have an app where I'm streaming some mp4 video. On the iPad in Safari, when I type in the URL for the video, it plays fine. When I open the same video within my app, the video plays, but the audio doesn't. Does anyone know why this would...
Mobile iOS, Play video whil receving from TCP Socket
Hi, I've a question about playing video from a socket. I've created a socket server that send a video (100MB) to the Client (Titanium Mobile). The titanium mobile Client is receiving this in pieces of 1024 bytes. After one pack it send a command to...
App rejection because of video streaming
This is what Apple said: Reasons for Rejection: • 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 Apr 25, 2012 10:06 AM. From Apple. I'm...
streaming video not working on android
streaming video gives following error: E/MediaPlayer(361): error (-38, 0) my code looks like var videoplayer = Titanium.Media.createVideoPlayer({ backgroundColor: '#000', scalingMode: Titanium.Media.VIDEO_SCALING_ASPECT_FIT, ...
enable to stream video, video player not working with android
i am trying to play a video from a url on android, but i m not able to steam the video here is a preview of my log file 03-06 12:17:19.589: V/PlayerDriver(2397): HandleInformationalEvent: 19 03-06 12:17:19.593: E/MediaPlayerService(2397): Client::notify...
Change volume of videoPlayer
How do I add a button in my app that can manipulate the volume of the videoPlayer? Like make it softer and louder? It's a remote streaming video.
Videos force closing and erroring out on Android
Good evening! So, I've been learning how to develop with Appcelerator/Titanium over the last week or so, and ran in to a slight snag while playing video. I'm pulling video through the Facebook API and using the following code to play it: ~~~ var win =...
setCurrentPlaybackTime in videoPlayer ?
Hi everybody, I am using videoPlayer for playing some streaming sounds ( audioPlayer does not suit me) It works fine but I want to create my own player instead of this :  But I need a...
a question live streaming...
Its possible stream a url ( example https://www.myserver.com/myradio app.asx ) in android? myradioapp.asx content is: ~~~ <ASX VERSION="3.0" BANNERBAR = "fixed"> <Entry> <Title>my...
Catch Error: Audio queue creation failed
Hi, on iOS I'm using ~~~ Ti.Media.createAudioPlayer( {preload:true,allowBackground:true, url:'http://radio.musicvictim.com:8012'}); ~~~ to create an AudioPlayer. Randomly I obtain an "Audio queue creation failed" when I start() this player....
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...
Architecture: Titanium Desktop against the Twitter Streaming API
Hi! I'm new to Titanium, and have started out by trying to build a (yet another) Twitter client. The problem I've encountered is that I would like to use Twitter's [Streaming API](https://dev.twitter.com/docs/streaming-api), and I'm struggling to...
RTSP Protocol not support some Android devices.
i was developed Radio Application which uses AudioPlayer() Is structure of rtsp way By the way support not some android device Not found Similar data searched In this Q&A (keyword = 'rtsp, audioplayer...') OS Problem? exist Method setting? other...
Audio/video streaming to Ti apps... iphone and android...
I was asked to stream live audio/video to Ti iPAD's. I was asked to use... http://www.red5.org/ its the OpenSource version of FMS. SO... my questions... 1... has anyone used Red5, and has any comments/suggestions/horror stories? 2... Is the audio...
Android streaming audio player (with background active) seems to start new instance when closed and opened
I have streaming audio in an Android app (with allowBackground:true) playing fine. When I click the back button (to close the app) or hit the home button, the audio keeps playing fine. But when I go to re-launch the app, it re-opens to the fresh start...