Basshls stopped playing certain streams

Started by Vaislog,

pm_electro

It seams like problem is in network connection closing and/or timeouts, not in the stream contents. When i have configured fiddler's AutoResponder to give pre-saved m3u and segments without connecting - problem disappears. Maybe playing from start to end works perfectly, i haven't checked. But if i start the stream and will seek forward 15 seconds every 500 ms - it will stop playing somewhere in the middle.
I'm trying to debug and fix this long standing problem in other people's software written in C# using BASS.NET. It has playing and downloading features from that server implemented with BASS. In latter case it uses download callback and seeks forward using BASS_POS_DECODETO flag. However behavior is the same for normal seek and seek with flag, it will stop at some point.
Windows 10 x64, app is 32-bit because of some other 32-only libraries. BASS and BASSHLS latest, downloaded from site at the time of post.
Maybe i could look at the correct HLS downloader (or player with seek support) implementation with BASS for comparisson.

Ian @ un4seen

Quote from: pm_electroWindows 10 x64, app is 32-bit because of some other 32-only libraries. BASS and BASSHLS latest, downloaded from site at the time of post.

Does that include the BASS build that I posted above? If not, please try that too. If the problem persists, also confirm the stream's BASS_CHANNELINFO "ctype" value when it happens.