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

Video in Firefox will not played. #55

Closed
markusweigelt opened this issue Sep 1, 2014 · 5 comments
Closed

Video in Firefox will not played. #55

markusweigelt opened this issue Sep 1, 2014 · 5 comments

Comments

@markusweigelt
Copy link

Firefox is not playing html5 videos. The video tag can added to dom witch is html5 indicator of plugin, but firefox has some trouble with the html5 googlevideo service.

So i think the webdeveloper should decide that he wants html5 or not.

I suggest that ytplayer plugin provide a setting variable to configure that.

@pupunzi
Copy link
Owner

pupunzi commented Sep 1, 2014

Hi,
Sorry but Firefox can play HTML5 videos provided from Youtube without any problems... It's my default testing browser.

Which version of Firefox are you testing with?
The component verify if the browser can play HTML5 videos and switch to the appropriate modality by itself.

@pupunzi
Copy link
Owner

pupunzi commented Sep 1, 2014

Hi,
This URL is pointing to an mp4 file and it can't play on FF other than using Quicktime (firefox accept only ogg or webm format for videos); But this is not what is happaning when Youtube serves the video as it will serve the appropriate format based on the client browser. If you use webkit it will serve an mp4 video, if you use mozilla based browser it will serve webm video.
So this is not a consistent example.

If you try this demo page: http://pupunzi.com/mb.components/mb.YTPlayer/demo/demo_background.html with Firefox you can see that it works perfectly.

Bye,
Matteo

@markusweigelt
Copy link
Author

Hi,

this generated url i retrieved when i was debugging javascript in firefox of demo page of ytplayer (demo_background.html), cause demo page also not work in firefox.
Internet Explorer and Chrome works with demo page of ytplayer.

In my case i modified ytplayer js and delete line witch generates the html5 param on youtube url. with that modification it works fine cause the flash fallback will been taken.

i know that firefox supports html5 but currently native firefox do not support video codec h.264. so when i call the video on youtube site directly with default activation of html5 (https://www.youtube.com/html5) the video also did not play cause video is in mp4.

@pupunzi
Copy link
Owner

pupunzi commented Sep 1, 2014

@pupunzi pupunzi closed this as completed Sep 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants