Project

General

Profile

Actions

Bug #1123

closed

Audio from stream in <audio> not working (3.15.1)

Added by Thomas Jensen 5 months ago. Updated 5 months ago.

Status:
Closed
Priority:
3.x
Start date:
11/22/2023
Due date:
% Done:

0%

Estimated time:

Description

The following code is not working in PB:

<audio controls>
      <source src="http:/radio.protestbandet.dk:8000/stream" type="audio/mpeg" />
</audio>

Listning to the source directly from the stream does work.

http:/radio.protestbandet.dk:8000/stream

Actions #1

Updated by Soren Stoutner 5 months ago

  • Status changed from New to Feedback
  • Assignee set to Soren Stoutner
Actions #2

Updated by Soren Stoutner 5 months ago

  • Status changed from Feedback to Closed

There is a typo in your HTML. You have written "http:/" instead of "http://". Also, you should note that Privacy Browser does not allow mixed content, so if your main URL is "https://", then your audio streams must also be "https://".

Actions

Also available in: Atom PDF