20 Jun '13 - 04:54 *
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: [SOLVED] Problem with tags character encoding on: 9 Jun '13 - 18:26
Thank you both of you.

Now I know what I have to do.
ReplyReply Reply with quoteQuote
2  Developments / BASS / Re: [SOLVED] Problem with tags character encoding on: 8 Jun '13 - 15:47
Sorry, but I' m back to this...

Making the last change it seems that cause problems to ANSI strings.
So how can recognize if a stream use UTF-8 or ANSI to make the proper "translation"?
ReplyReply Reply with quoteQuote
3  Developments / BASS / Re: Problem with tags character encoding on: 18 Mar '13 - 12:45
Thank you very much!!!
Problem solved.  Cheesy
ReplyReply Reply with quoteQuote
4  Developments / BASS / Re: Problem with tags character encoding on: 18 Mar '13 - 10:40
With my program I see this:


while the same time AIMP3 displays that:


What I'm doing wrong?  Huh

I don't think that is a vb.net related issue.
ReplyReply Reply with quoteQuote
5  Developments / BASS / [SOLVED] Problem with tags character encoding on: 16 Mar '13 - 21:04
For some streams like this http://streamingpulse.eu:8032/stream the tags that I get are very strange and unreadable.
I suppose that this has to do with character encoding. Please how can I fix it?

Thank you in advance.
ReplyReply Reply with quoteQuote
6  Developments / BASS / Re: BASS_SFX v2.4.2.1 for winamp, sonique, bassbox, & WMP visual plugin support! on: 30 Jan '13 - 17:31
@3delite:
Thank you but unfortunately "file.exists(...) = true" for all occasions.  Cry

I found the reason of my problem.
It seems that BASS_SFX plugin doesn't work when the .svp file's address has greek characters.
ReplyReply Reply with quoteQuote
7  Developments / BASS / Re: BASS_SFX v2.4.2.1 for winamp, sonique, bassbox, & WMP visual plugin support! on: 29 Jan '13 - 18:09
@3delite:
Thank you but unfortunately "file.exists(...) = true" for all occasions.  Cry
ReplyReply Reply with quoteQuote
8  Developments / BASS / Re: BASS_SFX v2.4.2.1 for winamp, sonique, bassbox, & WMP visual plugin support! on: 28 Jan '13 - 20:07
I have a problem with bass_sfx.
The command:
hSFX = BASS_SFX_PluginCreate(Application.StartupPath & "\Visualizations\" & My.Settings.Visualizations, m_oVisPanel.Handle, m_oVisPanel.Width, m_oVisPanel.Height, 0)

At compiling returns hSFX=1 and everything is OK
Running exe from "bin/release" folder of vb.net returns hSFX=1 and everything is OK
If I copy the whole folder to any other directory returns hSFX=-1 and the m_oVisPanel is black!

Can anyone help me please?
ReplyReply Reply with quoteQuote
9  Developments / BASS / Re: No stalled state for MP3 radio streams. on: 31 Jul '12 - 16:53
1. No, I didn't enable a read timeout via the BASS_CONFIG_NET_READTIMEOUT option.
2. Yes, in WMA case the stream is immediately resuming when my PC goes online again.
I'm very confused  Roll Eyes

I'll try your suggestion about BASS_SYNC_DOWNLOAD. Thank you.
ReplyReply Reply with quoteQuote
10  Developments / BASS / No stalled state for MP3 radio streams. on: 30 Jul '12 - 17:15
I'm trying to make a radio player with vb.net.
When I stop the Internet connection, WMA radios go to a "stalled" state for some seconds and then they stop.
MP3 radios go to "stopped" state immediately so they can't reconnect if my PC is on-line again.

How I could make MP3 radio streams act just like WMA radio streams?
Thank you in advance.
ReplyReply Reply with quoteQuote
Pages: [1]
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines