26 May '13 - 01:08 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  Developments / BASS / Re: BASS for Android on: 15 Oct '12 - 17:28
No, i get only error code 41.
I tried it with the tuneIn App and it doesn't seem to work too.
It happens only for the URLs form this radiostation.
ReplyReply Reply with quoteQuote
2  Developments / BASS / Re: BASS for Android on: 15 Oct '12 - 15:07
Hi,

i have a Problem with "BASS_StreamCreateURL(..)" playing a Internetstream
(http://dsl.tb-stream.net:80).
When i try to connect via WIFI on my Smartphone, then "BASS_StreamCreateURL(..)" creates the stream successfully, but when i try to connect over the 3G mobile network it always gives me the Errorcode 41 (BASS_ERROR_FILEFORM).
I tried this with the NetRadio-Example and there happens the same.

What could be the Problem?

Thank´s for your help

Markus
ReplyReply Reply with quoteQuote
3  Developments / BASS / Re: BASS for Android on: 10 Aug '12 - 21:03
Hey,

I have a problem with "BASS_StreamPutData(..)", see the Code below:

byte[] buf1Bytes = {0, 1,3,4,5};
ByteBuffer testBuffer = ByteBuffer.wrap( buf1Bytes );
   
int length = BASS.BASS_StreamPutData( _streamID, testBuffer, testBuffer.capacity() );
   
int errorCode = BASS.BASS_ErrorGetCode();
       
// errorCode  = BASS_ERROR_ILLPARAM = 20; // an illegal parameter was specified

I always get the Error Invalid Param?

What i´m doing wrong?

Thanks for your effort
       
ReplyReply Reply with quoteQuote
Pages: [1]
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines