diff --git a/platypush/plugins/video/omxplayer.py b/platypush/plugins/video/omxplayer.py index 20d1f13f..7b319f6f 100644 --- a/platypush/plugins/video/omxplayer.py +++ b/platypush/plugins/video/omxplayer.py @@ -22,7 +22,7 @@ from .. import Plugin class VideoOmxplayerPlugin(Plugin): video_extensions = { '.avi', '.flv', '.wmv', '.mov', '.mp4', '.m4v', '.mpg', '.mpeg', - '.rm', '.swf', '.vob' + '.rm', '.swf', '.vob', '.mkv' } default_torrent_ports = [6881, 6891]