]> git.mxchange.org Git - friendica.git/commit
Basic support for HLS added
authorMichael <heluecht@pirati.ca>
Sat, 14 Sep 2024 13:12:05 +0000 (13:12 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 14 Sep 2024 18:06:59 +0000 (18:06 +0000)
commit072123af8fef5c1eb04305ed47dc9d30f3c077a7
treeeab8be2ea5d8dc7cd44f9c76ae9af04c0b6122bf
parent32f8b652ade292b5d71a135be87b7ad0bc1644ac
Basic support for HLS added
23 files changed:
src/Content/Post/Entity/PostMedia.php
src/Content/Post/Repository/PostMedia.php
src/Model/Item.php
src/Model/Post/Engagement.php
src/Model/Post/Media.php
view/js/hls/hls-demo.js [new file with mode: 0644]
view/js/hls/hls-demo.js.map [new file with mode: 0644]
view/js/hls/hls.js [new file with mode: 0644]
view/js/hls/hls.js.d.ts [new file with mode: 0644]
view/js/hls/hls.js.map [new file with mode: 0644]
view/js/hls/hls.light.js [new file with mode: 0644]
view/js/hls/hls.light.js.map [new file with mode: 0644]
view/js/hls/hls.light.min.js [new file with mode: 0644]
view/js/hls/hls.light.min.js.map [new file with mode: 0644]
view/js/hls/hls.light.mjs [new file with mode: 0644]
view/js/hls/hls.light.mjs.map [new file with mode: 0644]
view/js/hls/hls.min.js [new file with mode: 0644]
view/js/hls/hls.min.js.map [new file with mode: 0644]
view/js/hls/hls.mjs [new file with mode: 0644]
view/js/hls/hls.mjs.map [new file with mode: 0644]
view/js/hls/hls.worker.js [new file with mode: 0644]
view/js/hls/hls.worker.js.map [new file with mode: 0644]
view/templates/hls_top.tpl [new file with mode: 0644]