The Text-Mode RealMedia Player (TRPlayer) is a RealMedia player for Linux with a command-line interface. It can play (streaming) RealAudio, RealVideo, MP3, and all other media types supported by RealPlayer 8 under Linux. TRPlayer was designed especially for blind Unix users, who don't yet have access to the graphical user interface. However, it is also useful to others; it is a good tool for background audio playback and for use on low-end hardware.
8 lines
185 B
Bash
8 lines
185 B
Bash
#!/bin/sh
|
|
#
|
|
# $NetBSD: trplayer,v 1.1.1.1 2002/08/31 20:04:53 fredb Exp $
|
|
#
|
|
REALPLAYER_HOME=@@LOCALBASE@@/lib/RealPlayer8
|
|
export REALPLAYER_HOME
|
|
|
|
exec @@EMULDIR@@/usr/bin/trplayer "$@"
|