Actions
Bug #1123
closedAudio from stream in <audio> not working (3.15.1)
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
Updated by Soren Stoutner about 1 year ago
- Status changed from New to Feedback
- Assignee set to Soren Stoutner
Updated by Soren Stoutner about 1 year 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