-
Bug
-
Resolution: Fixed
-
Critical
-
2.5.0
-
None
-
4.4 RC1
With Ametys 3.8 Youtube video are store like this :
<mediaobject> <alt/> <videoobject> <videodata type="youtube" width="850px" depth="453px" fileref="pfozcoWDNi0"/> </videoobject> </mediaobject>
With Ametys 4.2 and Ametys 4.3 these videos are not displayed in frontoffice and backoffice.
New videos are stored like this :
<mediaobject type="youtube"> <alt/> <videoobject> <videodata type="youtube" width="850px" depth="453px" fileref="pfozcoWDNi0"/> </videoobject> </mediaobject>