On Thu January 17 2008 19:59:28 Darlene Wallach wrote: > I use the following to dump the realvideo to a file and > watch it using xine: > > mplayer contentsOfSome-ram-File -dumpstream -dumpfile aVideoFile.rm > > for instance: > > mplayer \ > rtsp://rxn-rbn-sea10.rbn.com/farm/*/demnow/demnow/demand/2008/jan/video/dnB >20080117a.rm \ > -dumpstream -dumpfile dnB20080117a.rm > > xine dnB20080117a.rm & get the required codecs (see other post in thread) and stream it like me :-) mplayer -cache 128 -bandwidth 4000000 -mc 10 -playlist \ http://play.rbn.com/?url=demnow/demnow/demand/2008/jan/video/dnB20080117a.rm\&proto=rtsp where, cache: prevents stuttering bandwidth: fills cache quicker mc: syncs audio playlist: because the file actually contains the url of the video ...dex