Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2006 01:15:32 +0200
From:      Juergen Lock <nox@jelal.kn-bremen.de>
To:        freebsd-multimedia@freebsd.org
Subject:   new mplayer .rm seek problem
Message-ID:  <20060927231532.GA53156@saturn.kn-bremen.de>

next in thread | raw e-mail | index | archive | help
Today I upgraded mplayer, and now i cannot seek in recorded real
streams anymore. :(  Well i can seek, but the video stops after that,
I only get audio...  (This used to work with the previous mplayer
version I had installed.)

 How to repeat:

 record, say, nasatv for a few minutes:

	mplayer -dumpstream rtsp://a1747.l1856745839.c18567.g.lr.akamaistream.net/live/D/1747/18567/v0001/reflector:45839

 (stop with ^c)  then play it back:

	mplayer -mc 10 stream.dump

 (-mc 10 is needed so that audio and video will get in sync), and then
while it plays hit cursor right to seek forward (cursor left for back).
watch video being stopped...

 also, while trying to debug this, I noticed mplayer has problems loading
the rv3040 real codec (I have linux-realplayer installed and set REALPLAYER
option with the new mplayer), the following hack got it to load but its
obviously not the real way to do it:

	ln -s /usr/local/lib/win32/drv3.so.6.0 /usr/X11R6/lib/RealPlayer/codecs
	ln -s /compat/linux/lib/libm.so.6 /usr/local/lib/mplayer/vidix
	ln -s /compat/linux/lib/libgcc_s.so.1 /usr/local/lib/mplayer/vidix

 anyway, that didnt make a difference with the seek problems.

 Thanx,
	Juergen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060927231532.GA53156>