Hi im trying to play a shoutcast stream using this:
var urlStreaming1 = "http://shoutcasturl:8026"; streamer = Ti.Media.createAudioPlayer({ url : urlStreaming[e.source.id], preload : true, allowBackground : true });but i get no sound using latest titanium studio version plus android api 4.0
2 Answers
Application type: mobile Titanium SDK: Titanium SDK version: 2.1.2 (08/24/12 14:46 ed7f777)
Platform & version: Android 4.1 google api
Device: Android emulator
Host Operating System: OSX 10.8.2 mountain lion
Titanium Studio: Titanium Studio, build: 2.1.2.201208301612
im just getting this when click on start button of my player:
[INFO][AwesomePlayer( 39)] setDataSource_l('http://ip:8026') [INFO][ChromiumHTTPDataSource( 39)] connect to http://ip:8026 @0 [INFO][qtaguid ( 39)] Tagging socket 29 with tag 3f500000000(1013) for uid 10048 failed errno=-2
Your Answer
Think you can help? Login to answer this question!