The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

gst-video-player.pl - Video player made in Perl

SYNOPSIS

gst-video-player.pl video

Where video is the path to a video file or an URI to a video.

Play a video that's available locally:

        perl gst-video-player.pl film.ogv

Stream a video from a website:

        perl gst-video-player.pl http://anon.nasa-global.edgesuite.net/qt.nasa-global/ksc/ksc_071509_sts127_launch_480i.mov

DESCRIPTION

This program shows how to create a video player using Gtk2 and GStreamer. This player can handle all video formats supported by GStreamer.

The original Vala code from http://live.gnome.org/Vala/GStreamerSample was ported to Perl and adjusted to play arbitrary video files.