Index: trunk/extensions/OggHandler/OggHandler.php |
— | — | @@ -54,6 +54,13 @@ |
55 | 55 | // Location of the FFmpeg binary |
56 | 56 | $wgFFmpegLocation = '/usr/bin/ffmpeg'; |
57 | 57 | |
| 58 | +/** |
| 59 | + * enable oggz_chop support |
| 60 | + * if enabled the mv_embed player will use temporal urls |
| 61 | + * for helping with seeking with some plugin types |
| 62 | + */ |
| 63 | +$wgEnableTemporalOggUrls = false; |
| 64 | + |
58 | 65 | // Filename or URL path to the Cortado Java player applet. |
59 | 66 | // |
60 | 67 | // If no path is included, the path to this extension's |