Can't open stream BASS_ERROR_FILEOPEN Windows 7 X 64

Started by Luistadeu,

Luistadeu

I'm using Windows 7 x64 with Salamandra software, and when trying to open an HLS streaming stream, I get the error:


Can't open stream BASS_ERROR_FILEOPEN

From what I've researched, the BASS HLS version is only for Win32. Is there any solution?

It runs fine on Windows 10.

Can't open stream BASS_ERROR_FILEOPEN

Chris

Is it a "https" Stream or a "http" Stream?
By the way BASS HLS has both x86 and x64 (Subdir x64) dll`s).

Luistadeu

Quote from: ChrisIs it a "https" Stream or a "http" Stream?
By the way BASS HLS has both x86 and x64 (Subdir x64) dll`s).

Yes protocol HTTPS
Error trying to open Streaming in software automation error bass

The link is ON, checked in VLC, and it doesn't work, only on Windows 7 x64.

Chris

Yes Win7 have no support for modern security protocol (TLS 1.3)
So in that case i think you musst (if win7) switch to http.

Luistadeu

Quote from: ChrisYes Win7 have no support for modern security protocol (TLS 1.3)
So in that case i think you musst (if win7) switch to http.


Okay, I tried doing that!!! No success, even with just HTTP it gives an error!!!

Is there no way to enable TLS 1.3 manually?

Chris

No TLS 1.3 on win 7 is not possible.
Which error does return if you are using http?
can you post the link? So that i can check that self.

Luistadeu

Quote from: ChrisNo TLS 1.3 on win 7 is not possible.
Which error does return if you are using http?
can you post the link? So that i can check that self.

Yes tested http to be continued error BASS


ALL links m3u8 in Windows 7 x64 error BASS

Player Salamandra automátion

In Windows 10 links ON

https://redenacionalderadio-stream.ebc.com.br/ebc/redenacionalderadio/playlist.m3u8
Link

Chris

Thats a hls Stream. Have you load basshls via Bass_PluginLoad?
yes this stream can only load via https.

Luistadeu

Quote from: ChrisThats a hls Stream. Have you load it via Bass_PluginLoad?
yes this stream can only load via https.


Yes bAss plugin load

Yes Link ON W10 in the software automátion

Link erro Bass no W7


Chris

yes that looks like tls 1.3 HandShake Error and thats not possible with win7.

Luistadeu

Quote from: Chrisyes that looks like tls 1.3 HandShake Error and thats not possible with win7.

We transmission It is http protocol possível this is play

Ian @ un4seen

Quote from: Luistadeuhttps://redenacionalderadio-stream.ebc.com.br/ebc/redenacionalderadio/playlist.m3u8

That server does also support TLS 1.2 (as well as TLS 1.3), but unfortunately it requires cipher suites that Windows 7 doesn't include. You can check it and any other troublesome servers here:

    https://www.ssllabs.com/ssltest/

If "IE / Win 7" isn't shown as supported there, then it probably won't work with BASS on Windows 7.