You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While this platform is just starting, it would be relevant to make the video tag compatible with PeerTube videos.
Use of the following in a forum post:
[video]https://framatube.org/videos/embed/217eefeb-883d-45be-b7fc-a788ad8507d3[/video]]
Produces a black screen with the message "Sorry, this URL is not supported".
Doing an initial websearch on how to add peertube to phpbb results with nothing. An upstream issue needs to be opened on phpbb forum.
Comment by Kunda1 2018-07-27 14:21
CCing kkremitzki
Comment by Kunda1 2018-10-02 21:09
kkremitzki ping
Comment by Kunda1 2018-10-02 21:09
Assigned to kkremitzki
Comment by kkremitzki 2018-10-02 23:54
I'm unassigning myself as I don't think issue is really actionable. The [video] tag is not actually from phpBB, it's a 3rd party extension which has been unmaintained since 2013; modifying it ourselves would involve editing this file to add the feature: http://phpbbex.com/api/bbmedia.js and while it may be possible to do so, the gain is way too small for the effort required.
Comment by Kunda1 2018-10-03 16:04
When I get a chance I'll open a phpbb forum thread and ask there if any solutions are readily available for us to use instead of code.
The text was updated successfully, but these errors were encountered:
Issue imported from https://tracker.freecad.org/view.php?id=3546
Original report text
PeerTube is an open source, distributed (peer-to-peer) video sharing platform.
https://joinpeertube.org/en/
While this platform is just starting, it would be relevant to make the video tag compatible with PeerTube videos.
Use of the following in a forum post:
[video]https://framatube.org/videos/embed/217eefeb-883d-45be-b7fc-a788ad8507d3[/video]]
Produces a black screen with the message "Sorry, this URL is not supported".
Embedded html code looks like this:
<iframe width="560" height="315" sandbox="allow-same-origin allow-scripts" src="https://framatube.org/videos/embed/217eefeb-883d-45be-b7fc-a788ad8507d3" frameborder="0" allowfullscreen></iframe>
Additional information
Forum topic: https://forum.freecadweb.org/viewtopic.php?f=8&t=29669
Other bug information
Discussion from Mantis ticket
Comment by Kunda1 2018-07-27 14:12
Doing an initial websearch on how to add peertube to phpbb results with nothing. An upstream issue needs to be opened on phpbb forum.
Comment by Kunda1 2018-07-27 14:21
CCing kkremitzki
Comment by Kunda1 2018-10-02 21:09
kkremitzki ping
Comment by Kunda1 2018-10-02 21:09
Assigned to kkremitzki
Comment by kkremitzki 2018-10-02 23:54
I'm unassigning myself as I don't think issue is really actionable. The [video] tag is not actually from phpBB, it's a 3rd party extension which has been unmaintained since 2013; modifying it ourselves would involve editing this file to add the feature: http://phpbbex.com/api/bbmedia.js and while it may be possible to do so, the gain is way too small for the effort required.
Comment by Kunda1 2018-10-03 16:04
When I get a chance I'll open a phpbb forum thread and ask there if any solutions are readily available for us to use instead of code.
The text was updated successfully, but these errors were encountered: