Every Recording is played as live broadcast
- yeppie
- Site Admin
- Posts: 9014
- Joined: 17 Dec 2005 03:06
- x 9346
Re: Every Recording is played as live broadcast
Did anybody of those experiencing this problem try using firefox as alternative browser? I would be interested if the problem still occurred.
Sexsounds are Lovesongs for Adults
-
Olaf155
- Member
- Posts: 2
- Joined: 17 Sep 2025 12:56
- x 3
Re: Every Recording is played as live broadcast
I have the same problem. The problem unfortunately occurs with all browsers, also with firefox.
- yeppie
- Site Admin
- Posts: 9014
- Joined: 17 Dec 2005 03:06
- x 9346
Re: Every Recording is played as live broadcast
That´s an interesting reply, as you are the first one to report this happening on firefox. Would you tell us the rest of your configuration, device, os, ...?Olaf155 wrote: 03 Jul 2026 16:21 I have the same problem. The problem unfortunately occurs with all browsers, also with firefox.
Sexsounds are Lovesongs for Adults
-
Olaf155
- Member
- Posts: 2
- Joined: 17 Sep 2025 12:56
- x 3
Re: Every Recording is played as live broadcast
I use an iPhone, iOS 26.2.1 - I‘ve just noticed there‘s a software update availiable. If it sorts out the problem, I‘ll let you know.
-
Ilovesexsound
- Member
- Posts: 46
- Joined: 10 Jan 2023 02:49
- x 33
Re: Every Recording is played as live broadcast
Android here.
Still same issue with google Chrome.
But Mozilla works perfectly fine.
Still same issue with google Chrome.
But Mozilla works perfectly fine.
-
Muffe2003
- Member
- Posts: 131
- Joined: 11 Aug 2009 16:08
- x 821
Changes for embedded player on webpage?
Hello Admins,
Did you change something on the webpage? The behaviour of the embedded player changed?
I use iPad Safari to visit forum, and usually, when i listened to the embedded/Attached sounds I could adjust to which min of the sound I want to jump (adjustable slide).
Now I only get this life broadcast - and cannot properly listen without downloading the file first.
Did you change something?
Did you change something on the webpage? The behaviour of the embedded player changed?
I use iPad Safari to visit forum, and usually, when i listened to the embedded/Attached sounds I could adjust to which min of the sound I want to jump (adjustable slide).
Now I only get this life broadcast - and cannot properly listen without downloading the file first.
Did you change something?
You do not have the required permissions to view the files attached to this post.
- yeppie
- Site Admin
- Posts: 9014
- Joined: 17 Dec 2005 03:06
- x 9346
Re: Changes for embedded player on webpage?
Hello Muffe2003, thanks for your report.Muffe2003 wrote: 05 Jul 2026 15:40 Hello Admins,
Did you change something on the webpage? The behaviour of the embedded player changed?
I use iPad Safari to visit forum, and usually, when i listened to the embedded/Attached sounds I could adjust to which min of the sound I want to jump (adjustable slide).
Now I only get this life broadcast - and cannot properly listen without downloading the file first.
Did you change something?
80495155969__6AF18D9F-B2B2-45AC-845A-1242C7D65915.MOV
No changes made on the plugin. I moved your post to the topic where we already discuss the problem.
Sexsounds are Lovesongs for Adults
-
reissl
- Member
- Posts: 2
- Joined: 04 Jun 2025 21:01
- x 2
Re: Every Recording is played as live broadcast
I might be entirely wrong but I feel like file server of the forum stopped supporting partial file download or something in that area (maybe not sending some header), this might or might not be configurable. Some coding agent might take a look and tell.
- yeppie
- Site Admin
- Posts: 9014
- Joined: 17 Dec 2005 03:06
- x 9346
Re: Every Recording is played as live broadcast
Thanks reissl!reissl wrote: 07 Jul 2026 14:27 I might be entirely wrong but I feel like file server of the forum stopped supporting partial file download or something in that area (maybe not sending some header), this might or might not be configurable. Some coding agent might take a look and tell.
Wouldn´t that necessarily mean that all users would encounter the problem? For me it doesn´t happen (firefox on windows and android). And the archives (on the same server) seem not to be affected.
Sexsounds are Lovesongs for Adults
-
reissl
- Member
- Posts: 2
- Joined: 04 Jun 2025 21:01
- x 2
Re: Every Recording is played as live broadcast
It does also reproduce in brave/linux (in addition to ipad/iphone).
GPT guesses when it works, it downloads file entirely, then seeks it (saw it worked on a very short file on iOS as well, switching from streaming mode to seekable content).
It thinks it is missing "HTTP 206 Partial Content" mode for files to become seekable in browser:
(disclaimer - coding agents are good at diagnosing but average at fixing)
GPT guesses when it works, it downloads file entirely, then seeks it (saw it worked on a very short file on iOS as well, switching from streaming mode to seekable content).
It thinks it is missing "HTTP 206 Partial Content" mode for files to become seekable in browser:
Spoiler
Last edited by reissl on 07 Jul 2026 16:08, edited 1 time in total.
- yeppie
- Site Admin
- Posts: 9014
- Joined: 17 Dec 2005 03:06
- x 9346
Re: Every Recording is played as live broadcast
Thanks a lot ... although I struggle to fully understand what you didreissl wrote: 07 Jul 2026 16:00 It does also reproduce in brave/linux (in addition to ipad/iphone).
GPT guesses when it works, it downloads file entirely, then seeks it (saw it worked on a very short file on iOS as well, switching from streaming mode to seekable content).
It thinks it is missing "HTTP 206 Partial Content" mode for files to become seekable in browser:
Spoiler(disclaimer - coding agents are good at diagnosing but average at fixing)
It helped me to find a few potential changes that have been made recently (like a phpbb update). The phpbb setting was necessary for security reasons but I will test some plesk settings when I got some time on my hands ...
Sexsounds are Lovesongs for Adults
- yeppie
- Site Admin
- Posts: 9014
- Joined: 17 Dec 2005 03:06
- x 9346
Re: Every Recording is played as live broadcast
If anybody experiencing this problem could check if something in playing the sounds has changed, that would be great to know. I can´t test fully because I don´t experience the live broadcast problem. It does work for me not only with firefox but also with vivaldi and chrome.
Sexsounds are Lovesongs for Adults
-
reissl
- Member
- Posts: 2
- Joined: 04 Jun 2025 21:01
- x 2
Re: Every Recording is played as live broadcast
Uh.. technically, you can right-click in any browser on any page with a sound player, open developer tools, go to network panel, clear all requests so it will be easy to find the right one, hit play, check headers/status code in that request's server response (should be HTTP 206 "here is part of the file", not HTTP 200 "I will send you entire file", I think).
If you want to give possibility to reproduce that request to your coding agent instead of giving it login/password, you can "copy as curl", and in clipboard there will be command line command to do request similar to what browser sends (can also show server's answer).
If you want to give possibility to reproduce that request to your coding agent instead of giving it login/password, you can "copy as curl", and in clipboard there will be command line command to do request similar to what browser sends (can also show server's answer).
- yeppie
- Site Admin
- Posts: 9014
- Joined: 17 Dec 2005 03:06
- x 9346
Re: Every Recording is played as live broadcast
Thank you again. What I get is a number of HTTP 200 codes. Will try more later.
Sexsounds are Lovesongs for Adults
-
Madame Wu
- Member
- Posts: 13
- Joined: 20 Aug 2018 06:17
- x 6
Re: Every Recording is played as live broadcast
Madame Wu has same problem on Chrome. Sound is good, but no way to fast-forward.