On 03.02.2010 21:48, Reimar D?ffinger wrote: > On Wed, Feb 03, 2010 at 04:34:34PM +0200, Christophe Lemoine wrote: >> Anyone knows how to get the trick play working on mplayer ? >> >> Here is what I get in the console when connecting to live555 server: >> >> # mplayer rtsp://vsettop:8554/up.ts > > I'm almost certain it won't work, but you can try "ffmpeg://rtsp://" instead > of "rtsp://" It certainly won't work. rtsp is not ffmpeg url protocol handler, but (pseudo) demuxer (don't know why it was done this way). And mplayer configure intentionally disable this ffmpeg rtsp demuxer compilation (I'm almost sure it is impossible to use such pseudo-demuxer from mplayer).