mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
no ogg stream
This commit is contained in:
parent
ebc241f23d
commit
44a4852e34
1 changed files with 0 additions and 4 deletions
|
@ -7,10 +7,6 @@
|
|||
src="<?=h(link_stream('audio', $room, 'mp3', @$translated))?>"
|
||||
type="audio/mp3"
|
||||
/>
|
||||
<source
|
||||
src="<?=h(link_stream('audio', $room, 'ogg', @$translated))?>"
|
||||
type="audio/ogg"
|
||||
/>
|
||||
<source
|
||||
src="<?=h(link_stream('audio', $room, 'opus', @$translated))?>"
|
||||
type="audio/opus"
|
||||
|
|
Loading…
Reference in a new issue