Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

self-hosted embedded media using relative url through the audio or video tag can't be played #112

Open
antistress opened this issue Nov 30, 2020 · 2 comments
Labels

Comments

@antistress
Copy link

antistress commented Nov 30, 2020

Expected behavior

What are you expecting to happen?

self-hosted embedded medias using relative url through the audio or video tag should be playable

Actual behavior

What happens instead?

self-hosted embedded medias using relative url through the audio or video tag are not playable whereas those using absolute url are

Steps to reproduce

See this post https://libre-ouvert.tuxfamily.org/index.php?article236/cpe-cinq-ans-dans-lycee-ai-je-change-vie with song at the end using relative url
<audio src="/data/documents/Jean-Jacques%20Goldman%20%E2%80%93%20Il%20changeait%20la%20vie.mp3" type="audio/mp3" controls="controls" > </audio>
This post can be find within that feed : https://libre-ouvert.tuxfamily.org/feed.php?rss/categorie1/education

Moonmoon version

Which version of moonmoon are you using? If you don't know which one is installed,
try open the file VERSION at the root of moonmoon's folder.

Moonmoon 9.0.0-rc3

@antistress antistress changed the title embedded media using relative url through the audio or video tag can't be played self-hosted embedded media using relative url through the audio or video tag can't be played Nov 30, 2020
@mauricesvay mauricesvay added the bug label Dec 7, 2020
@antistress
Copy link
Author

To complete this bug report, I've noticed that the self-hosted picture that should be displayed before the user click on the player (that's the poster attribute within the HTML5 video tag) is not displayed through moonmoon on my planet whereas it is on my personal website. Don't know if it's related

@rdalverny
Copy link
Contributor

Should be fixed if/when simplepie/simplepie#716 gets merged, and there's a new release of SimplePie, and we upgrade moonmoon dependency on it in composer.json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants