https://bugzilla.wikimedia.org/show_bug.cgi?id=30541

--- Comment #3 from Dmitriy Sintsov <c...@uniyar.ac.ru> 2011-08-25 11:05:40 UTC 
---
In LocalSettings.php I've had the following settings:
# $wgUseTidy = true;
# $wgTidyInternal = false;
$wgAlwaysUseTidy = false;
$wgTidyBin = '/usr/bin/tidy';

When the lines starting with dash sign were NOT commented out,
Extension:TimedMediaHandler reported with local Russian
'timedmedia-no-player-js' message, which was very surprising as the browser was
FF 6.0.

I have the following versions of tidy installed at the hosting:
tidy -v
HTML Tidy for Linux/x86 released on 11 February 2007

and this at the local box:
tidy -v
HTML Tidy for Linux/x86 released on 14 June 2007

both seems to don't like video tag.

The following media code string was generated in the extension:

<video id="mwe_player_0" style="width:320px;height:240px" width="320"
height="240"
poster="/images/thumb/f/f2/Apollo_15_launch.ogg/320px--Apollo_15_launch.ogg.jpg"
a
lt="Apollo 15 launch.ogg" controls="true" class="kskin"
data-durationhint="73.6736" data-startoffset="0"
data-mwtitle="Apollo_15_launch.ogg" data-mwprovider="local"><source
src="/images/f/f2/Apollo
_15_launch.ogg" title="Original ogg, 320 × 240 (148kbps)" data-shorttitle="Ogg
source" data-width="320" data-height="240" data-bandwidth="147562"
data-framerate="29.97002997003"></source>К сожалени
ю, в вашем браузере отключён JavaScript, или не имеется требуемого
проигрывателя.<br />
Вы можете <a href="/images/f/f2/Apollo_15_launch.ogg">загрузить ролик</a> или
<a
href="http://www.mediawiki.org/wiki/Extension:OggHandler/Client_download";>загрузить
проигрыватель</a> для воспроизве
дения ролика в браузере.</video>

however, the output page had only local 'timedmedia-no-player-js' message,
without the video tag.

I can build a test case a bit later, if this information is not sufficient
enough.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to