shettima / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

Presentation format recordings don't load in Internet Explorer #1342

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a presentation recording in Internet Explorer

What is the expected output? What do you see instead?
The recording should load and play automatically.

Original issue reported on code.google.com by capil...@gmail.com on 17 Oct 2012 at 3:35

GoogleCodeExporter commented 9 years ago
This is a problem with the codecs.  We are creating the recording in 0.81 using 
WebM with VP8 for video and Vorbis for audio, and these formats are (currently) 
supported by FireFox and Chrome.  

You should be able to play them back in IE if you install the Google Frame.  See

   http://www.google.com/chromeframe

For more information see

  http://code.google.com/p/bigbluebutton/wiki/FAQ#What_browsers_support_playback

In short, our lives would be easier if the browsers all supported an open 
source audio and video codec, but they currently dont.

Original comment by ffdixon@gmail.com on 18 Oct 2012 at 12:03

GoogleCodeExporter commented 9 years ago

Original comment by ffdixon@gmail.com on 18 Oct 2012 at 12:06

GoogleCodeExporter commented 9 years ago
I had thought that as well Fred, but I have Chrome Frame installed. When you 
look at the console in IE as the recording page loads there are actually a 
couple of javascript errors that show up.

Original comment by capil...@gmail.com on 18 Oct 2012 at 12:11

GoogleCodeExporter commented 9 years ago
The errors that I'm getting in IE are:
Object doesn't support property or method 'hasAttribute' 
playback.js, line 162 character 5

Object doesn't support property or method 'getElementsByClassName' 
writing.js, line 136 character 3

Original comment by capil...@gmail.com on 18 Oct 2012 at 2:29

GoogleCodeExporter commented 9 years ago

Original comment by ffdixon@gmail.com on 18 Dec 2012 at 4:26

GoogleCodeExporter commented 9 years ago
Fixed here 
https://github.com/bigbluebutton/bigbluebutton/commit/25ef021b7c0843e9da6722ece9
ee262c24c269f6

But in order to get the playback working in IE you need
Chrome Frame http://www.google.com/chromeframe 
WebM Video for Microsoft Internet Explorer 9+ 
https://tools.google.com/dlpage/webmmf 

Both are tools developed by Google

Original comment by guga.salazar.loor on 1 Apr 2013 at 11:42

GoogleCodeExporter commented 9 years ago

Original comment by guga.salazar.loor on 1 Apr 2013 at 11:43