24 May '13 - 07:26 *
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] 2 3
1  Developments / BASS / RTSP on: 19 Sep '12 - 20:27
Can I downloading RTSP radio with Bass.Net ?
ReplyReply Reply with quoteQuote
2  Developments / BASS / Re: Shoutcast radio and Bass_Error_FileForm on: 14 Jul '12 - 07:51
What changes have been made with the new version? I'm curious
ReplyReply Reply with quoteQuote
3  Developments / BASS / Re: Shoutcast radio and Bass_Error_FileForm on: 12 Jul '12 - 16:17
I'm using 2.4.9.0. I have download your bass.dll version 2.4.9.3, but is it a 32bit ? because my application is 64bit and i get exception if i include this bass.dll
ReplyReply Reply with quoteQuote
4  Developments / BASS / Re: Shoutcast radio and Bass_Error_FileForm on: 11 Jul '12 - 20:11
How can i resolve this problem ? I note this too :

when I get this error If I download inside another instance already open it don't go, instead if i start a new instance it go well

Why, I'm crazying
ReplyReply Reply with quoteQuote
5  Developments / BASS / Re: Shoutcast radio and Bass_Error_FileForm on: 11 Jul '12 - 14:41
Yes, sorry, you say well. The error is BASS_ERROR_FILEFORM
ReplyReply Reply with quoteQuote
6  Developments / BASS / Shoutcast radio and Bass_Error_FileForm on: 11 Jul '12 - 11:25
Hi at all,
I'm recording 10 stream internet radio that are shoutcasts. I download with this instruction :

stream = Bass.BASS_StreamCreateURL(Url, 0, BASSFlag.BASS_STREAM_DECODE, Nothing, Nothing)

When I start download it is all ok, without problem. Then, after various hours I get this error for some radio :

Bass_Error_format

So, my application try to restart download and I get continuously error Bass_Error_Format.
But I have note that after 12 hours exactly download go well, why ? is it strange ?
ReplyReply Reply with quoteQuote
7  Developments / BASS / Re: Bass.BASS_PluginLoad("basswma.dll") on: 9 Jul '12 - 20:21
Thank you very much for your informations.
I have another question, if I have two internet radio so :

the first radio is wma type and
the second radio is aac type,

i must load wma and aac plugin both ?
on main form ? or wma plugin inside first thread that download the first radio and aac plugin inside the second thread that download the second radio ?

ReplyReply Reply with quoteQuote
8  Developments / BASS / Re: Bass.BASS_PluginLoad("basswma.dll") on: 5 Jul '12 - 22:04
Administrator, can you confirm that i must load call bass_plugin only one time if i have two download internet radio ?

And, if i unload basswma for the first internet radio it unload for the second internet radio too ?
ReplyReply Reply with quoteQuote
9  Developments / BASS / Re: Bass.BASS_PluginLoad("basswma.dll") on: 5 Jul '12 - 07:46
I have main form that start these 2 threads. I must load plug in one time inside main form o inside the first or the second thread ?
ReplyReply Reply with quoteQuote
10  Developments / BASS / Bass.BASS_PluginLoad("basswma.dll") on: 4 Jul '12 - 20:38
Hi everyone,
i must download 2 internet radio inside 2 distinct threads. These radio are MMS type, i must load for each thread Plugin basswma.dll ?
Or i must load only for the first thread basswma.dll ?

Thank you
ReplyReply Reply with quoteQuote
11  Developments / BASS / Re: Multithread on: 28 May '12 - 11:05
I want say you this note :
If i load 20 internet radio, when i start from 1 to 20, on radio 18 i get "Server timeout", while if i stop all and i start only radio 18 it go well.
Also, when i stop all and i run "netstat -n" i see again some connection in this state time_wait.
ReplyReply Reply with quoteQuote
12  Developments / BASS / Re: Multithread on: 26 May '12 - 08:28
Yes, when I record to online radio Stations for some hours, some connection go down and my program automatically try to restart connection but i get this error
sometime

BASSError.BASS_ERROR_FILEFORM

and sometime this  BASSError.BASS_ERROR_UNKNOWN

Sometime it restart well, but i note that if i start a second instance program it record well while in first instance program it go down .
How can i improve this problem ?

I think that Bass store something
ReplyReply Reply with quoteQuote
13  Developments / BASS / Re: Multithread on: 25 May '12 - 21:02
Ok, I attach file code to this reply
ReplyReply Reply with quoteQuote
14  Developments / BASS / Re: Multithread on: 25 May '12 - 10:25
Sorry, but your suggest don't go. The problem there is again
I destroy thread manually too, but it don't go
It's strange.

ReplyReply Reply with quoteQuote
15  Developments / BASS / Re: Multithread on: 24 May '12 - 21:58
I try your suggest . I use flag BASSFlag.BASS_STREAM_DECODE  and inside thread, inside threar abort exception i use BASS_StreamFree .
Now i try and then i will say you

thank you
ReplyReply Reply with quoteQuote
16  Developments / BASS / Multithread on: 24 May '12 - 21:15
Hi everyone.
I have an windows application multithread.
Inside general form I set :

Bass.BASS_Init(0, Nothing, Nothing, Me.Handle)

Then i create object array where any object start a thread
Any thread download internet streaming with this instruction

stream = Bass.BASS_StreamCreateURL(Url, 0, BASSFlag.BASS_MUSIC_DECODE, Nothing, Nothing)

occasionally a thread can go down, so in general form i can start another thread with same Url, but it don't go .
I get this error

BASSError.BASS_ERROR_FILEFORM

I repeat, this another thread is a new thread, old thread is dead

Instead if i start another same windows application and then i start a new thread with same url it go well

Why ?

Bass store something ?
ReplyReply Reply with quoteQuote
17  Developments / BASS / Re: Plugin codec on: 26 Apr '12 - 14:55
Instead, when i get a stream Mp3, i don't need codec installed. Is it true ?
ReplyReply Reply with quoteQuote
18  Developments / BASS / BASSWV 2.4.3 released on: 16 Apr '12 - 14:16
Inside last new i read  :
BASSWV 2.4.3 released

what is ?

ReplyReply Reply with quoteQuote
19  Developments / BASS / Re: Plugin codec on: 14 Apr '12 - 07:49
Without wma codec installed Can I do decode saving on local file without playing ?

Thank you very much
ReplyReply Reply with quoteQuote
20  Developments / BASS / Plugin codec on: 12 Apr '12 - 23:03
Hi at all,
when i load a plugin, for example wma, it need wma codec on my system ?
Or is it ok without codec wma ?
ReplyReply Reply with quoteQuote
Pages: [1] 2 3
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines