diff options
Diffstat (limited to 'multimedia/miro/README.runtime')
-rw-r--r-- | multimedia/miro/README.runtime | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/multimedia/miro/README.runtime b/multimedia/miro/README.runtime new file mode 100644 index 000000000000..be38132c9f09 --- /dev/null +++ b/multimedia/miro/README.runtime @@ -0,0 +1,24 @@ +Gstreamer is the default video renderer for Miro. Gstreamer requires additional +python plugins to extend video and audio capabilities. + +For good codec support there is gst-plugins-good, gst-plugins-bad, gst-ffmpeg and +gst-plugins-ugly. + +Xine is the other video renderer. The option to change renderer can also be made +after installation in the Video->Options->Playback menu. + +Xine uses the "xv" driver by default. If you find instability issues with "xv" +then you can try "xshm" or "opengl". You can test out the driver by running from +the command line and passing: + +# miro --set=renderer=xine --set=xine-driver=xshm + +or, alternatively + +# miro --set=renderer=xine --set=xine-driver=opengl + +These settings will stay persistent on next program launch. + +Note: The linux version of Miro doesn't support the flash-plugin, so video from sites +like Hulu and Youtube won't display inside the Miro player. But they can be launched +in an external browser.
\ No newline at end of file |