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

NAME

xine_play - Plays a movie using Xine

SYNOPSIS

xine_play [options] [mrl ...]

  Options:
    --config            Configuration file
    --loop              Play the list of MRLs forever
    --no-audio          Turn off audio play
    --no-video          Turn off video play
    --verbosity         Set verbosity level (0-2)
    --broadcaster-port  Set the RTP broadcast port

OPTIONS

--config

Read Xine configuration from a particular file

--loop

Keep replaying the URL list.

--no-video

Sets the video driver to 'none', instead of the default X11 driver.

--no-audio

Sets the audio driver to 'none', instead of choosing automatically.

--verbosity

Set the verbosity level of the Xine engine output. The Xine engine log gets printed to STDOUT. Possible values are 0 (no output), 1 (log output), or 2 (debug output).

--broadcaster-port

If set, Xine will attempt to open a port on which each stream will be broadcast.

DESCRIPTION

xine_play will do its best to play the MRLs provided on the command line. See xine(5) for MRL syntax.