[MPlayer-users] Problem: Video/Audio Sync [not FAQ] current CVS Version
Juergen Sauer
juergen.sauer at automatix.de
Sun Oct 27 13:56:04 CET 2002
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Moin,
this is a little problem which is araising keeping A/V in sync.
The stream is a "Neutrino PES" generated stream.
Neutrino is the linux version and GUI for the Kirch
Beta Digital dbox2, which may act as streaming server for
watching/recording from a dbox2.
Playing such captured files in mplayer using mplayer to a
DVBs device card (Siemens-Fuijitsu/Hauppauge DVBs) via
VDR project there is an A/V syncing problem arising. ;-<
The sync problem araises after a couple of minutes about 10-30
Min. of playing. The stream seems to be in sync after "pausing" and
restarting.
The -bps/-nobps does nmot show any recognizeable effects, like the FAQ
suggests.
The mplayer is called through this script:
####################################################
#!/bin/bash
#
# This script is called from VDR to start MPlayer
#
# argument 1: the file to play
# where to find mplayer
MPLAYER="/usr/local/bin/mplayer"
# mplayer options, -vc will be added below
# add "-lircconf <lircrc>" to enable LIRC support
# OPTS="-vo mpegpes -nobps -nolirc"
OPTS="-vo mpegpes -bps -nolirc"
####################################################
FILE=$1
type=`file "$FILE"`
case "$type" in
*AVI*)
VC="ffdivx"
;;
*MPEG*)
VC="mpegpes"
;;
*)
echo "Unknown video file format $type"
echo "Edit mplayer.sh to support this file type"
exit 1
;;
esac
exec $MPLAYER $OPTS -vc $VC "$FILE" 2>&1>/dev/tty9 </dev/tty9
#########################################################
Any Ideas ?
TIA
Jojo
- --
Jürgen Sauer - AutomatiX GmbH, +49-4209-4699, jojo at automatix.de **
** Das Linux Systemhaus - Service - Support - Server - Lösungen **
http://www.automatix.de to Mail me: remove: -not-for-spawm- **
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iEYEARECAAYFAj272igACgkQW7UKI9EqarGzxwCgxqTjV8UkCHJhOesZu9douXI8
KH0AmwaKsheyczkBCqNglZ76Eeaz9I/Q
=sjXh
-----END PGP SIGNATURE-----
More information about the MPlayer-users
mailing list