Metadata
- Source
- VP-144
- Type
- Bug
- Priority
- Blocker
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Michelle D'Souza
- Reporter
- Anastasia Cheetham
- Created
2012-11-06T11:23:22.972-0500 - Updated
2013-01-28T11:56:50.350-0500 - Versions
- N/A
- Fixed Versions
-
- 0.1
- Component
-
- media
Description
If the src url to the video is a youtube url, the video player fails miserably, without any errors whatsoever.
To reproduce:
1) Edit the source of the VideoPlayer.html demo file and remove the referneces to the webm and mp4 videos, leaving only the youtube reference.
2) Reload the page (make sure to clear your cache, if necessary).
The video doesn't load, the layout is awful, there are no error messages...
Comments
-
Anastasia Cheetham commented
2012-11-13T12:27:30.049-0500 Our youTube support embeds an <object> tag for the flash object to play the youTube video. I've tested using the example at
https://developers.google.com/youtube/youtube_player_demo
to confirm that our code base should be able to handle this type of object. The problem is that if the <object> tag is inside a <video> element, it doesn't work.My branch has my hacking explorations: https://github.com/acheetham/videoPlayer/tree/FLUID-4839
-
Justin Obara commented
2012-12-06T15:46:52.832-0500 Pushed pull request ( https://github.com/fluid-project/videoPlayer/pull/97 ) to the project repo at e815de56ea92d77c580a7a9d4b5e860e4077f549