These forums are archived

See this post for further info

get_iplayer forums

Forum archived. Posting disabled.

'mplayer' is not recognized

user-315

When I try to run the command
Code:
get_iplayer --stream --type=livetv "BBC One" --player="mplayer -cache 512 -"
I get the following in command prompt,
Code:
'mplayer' is not recognized as an internal or external command,operable program or batch file.
and then this exit code,
Code:
INFO: Command exit code 1 (raw code = 256)

INFO: Streaming failed with exit code 1
DEBUG: Record using flashvhigh1 mode return code: 'abort'
ERROR: aborting get_iplayer



Any help would be appreciated.

user-2

You haven't configured your system to find mplayer. Program locations must be in the PATH environment variable in order to be executed by name only (google for info on how to amend PATH). Alternatively, you can specify the full path to mplayer. If you're at the get_iplayer command prompt, you can use the relative path:

Code:
MPlayer\mplayer-svn-36348\mplayer.exe




Otherwise, full path is required:

Code:
C:\Program Files\get_iplayer\MPlayer\mplayer-svn-36348\mplayer.exe




Use
Code:
C:\Program Files (x86)
on 64-bit systems.

The above applies to the latest version of get_iplayer for Windows.

user-315

What should I append to the PATH environment variable? The get_iplayer folder in Program Files? That is where both the mplayer and vlc binaries sit.

user-2

Append whatever folder holds the mplayer.exe binary. If you used the get_iplayer installer, then I've already given you the answer. I've edited my previous response to add the .exe extension to make it clear.

These forums are archived

See this post for further info