Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Quoted
Original von ollo
... ist die xine-lib-1.2 nun die empfohlene? Enthält die schon die aktuellen ffmpeg Änderungen (PAFF?).
This post has been edited 2 times, last edit by "sewn4" (Oct 24th 2007, 1:27pm)
|
|
Source code |
1 |
... |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
#!/bin/bash
source /etc/make.conf
p=/data/linux/dvb/patches/xine/xine-lib.patch
MAKE='sudo nice -n 4 make -j3'
OPTIONS="show update dry-run apply undry-run unapply compile log exit"
select opt in $OPTIONS; do
if [ "$opt" = "show" ]; then
vi $p
elif [ "$opt" = "update" ]; then
hg pull -u http://hg.debian.org/hg/xine-lib/xine-lib-1.2/
elif [ "$opt" = "dry-run" ]; then
patch --dry-run -p1 < $p
elif [ "$opt" = "apply" ]; then
patch -p1 < $p
elif [ "$opt" = "undry-run" ]; then
patch --dry-run -p1 -R < $p
elif [ "$opt" = "unapply" ]; then
patch -p1 -R < $p
elif [ "$opt" = "compile" ]; then
sudo ./autogen.sh --disable-dxr3 --enable-opengl --enable-v4l \
--enable-glu --enable-xvmc --enable-dvb --prefix=/usr \
--with-alsa --with-external-ffmpeg --with-fontconfig \
--with-freetype --with-x --with-xvmc-lib=XvMCNVIDIA \
--with-xvmc-path=/usr/X11R6/lib --with-xv-path=/usr/X11R6/lib \
--with-xxmc-lib=XvMCNVIDIA --with-xxmc-path=/usr/X11R6/lib \
--x-includes=/usr/include && $MAKE && $MAKE install && $MAKE distclean
elif [ "$opt" = "log" ]; then
hg log|less
elif [ "$opt" = "exit" ]; then
exit
else
echo bad option
fi
done
|
This post has been edited 1 times, last edit by "Grégoire" (Oct 25th 2007, 11:05am)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
audio_out: vpts/clock error, in_buf->vpts=18086819 cur_time=17905712 audio_out: vpts/clock error, in_buf->vpts=18086819 cur_time=17905892 audio_out: vpts/clock error, in_buf->vpts=18086819 cur_time=17906072 audio_out: vpts/clock error, in_buf->vpts=18086819 cur_time=17906252 audio_out: vpts/clock error, in_buf->vpts=18086819 cur_time=17906433 audio_out: vpts/clock error, in_buf->vpts=18086819 cur_time=17906612 audio_out: vpts/clock error, in_buf->vpts=18086819 cur_time=17906793 set_speed 1000000 +++ CLEAR(2a) ao_close audio_out: no streams left, closing driver audio discontinuity #12, type is 0, disc_off 0 waiting for in_discontinuity update #12 video discontinuity #12, type is 0, disc_off 0 vpts adjusted with prebuffer to 18077577 video discontinuity #13, type is 2, disc_off 5952324792 waiting for audio discontinuity #13 |
This post has been edited 2 times, last edit by "bugfix3k" (Oct 25th 2007, 6:22pm)
Ursache ist die, dass zu dem Zeitpunkt (wo sich kaum was rührt) das Video recht weit in die Zukunft gequeued wird, tw. mit Timestamps bis zu 9s voraus. Wenn man meint, im Sinne eines Sanity-Checks alles >5s als Blödsinn zu betrachten, kommen solche Hänger raus...
Quoted
Original von bugfix3k
ich habe festgestellt das die Qualität seit der neuen Version(en) ziemlich nachgelassen hat (Promo-Kanal), also sehr viele Käme selbst bei langsamen Bewegungen z.b Discovery-Logo nach dem Premiere HD-Spot ist nur wellig, und bei mir hängt er fast immer bei der roten Premiere-Tafel und beim Start des Deluxelounge-Spots.
Quoted
Original von bugfix3k
hatte in den letzten Tagen viel um die Ohren deswegen kam ich erst heute zum Testen.
@rnissl Danke für deine Arbeit. Nur leider funktioniert der Patch bei mir nicht. Direkt Patchen ging gar nicht also hab ich ihn per Hand eingefügt. Aber das Resultat ist negativ, er hängt nach wie vor bei der Premiere-Tafel!
Quoted
Original von rnissl
Hi,
Quoted
Original von bugfix3k
hatte in den letzten Tagen viel um die Ohren deswegen kam ich erst heute zum Testen.
@rnissl Danke für deine Arbeit. Nur leider funktioniert der Patch bei mir nicht. Direkt Patchen ging gar nicht also hab ich ihn per Hand eingefügt. Aber das Resultat ist negativ, er hängt nach wie vor bei der Premiere-Tafel!
Kann mal jemand ein Bild (oder noch besser, eine kurze Aufnahme von der kritischen Phase) bereitstellen?
Bye.
nö wars anscheinend doch nicht.
Quoted
Bin grade beim Upload, aber ich habe wärendessen festgestellt das ich noch ein "altes" ffmpeg am laufen habe![]()
Quoted
Original von bugfix3k
nö wars anscheinend doch nicht.
Quoted
Bin grade beim Upload, aber ich habe wärendessen festgestellt das ich noch ein "altes" ffmpeg am laufen habe![]()
Ich habe aber festgestellt das bei der Aufnahme nur der Ton hängt und bei LiveTV auch das Bild stockt.
Quoted
Original von sewn4
Hi,
habe das Wiki aktualisiert. Danke Reinhard für deine super Arbeit!
Wie immer hier:
http://www.vdr-wiki.de/wiki/index.php/Op…Achtung_Beta%29
Edit:
Neuerungen:
DVB Treiber
xine-lib
xine-ui
ffmpeg
vdr-xine Plugin
|
|
Source code |
1 2 |
cd /usr/local/src/dvb/linux/include/linux ln -s /usr/src/linux/include/linux/compiler.h compiler.h |
|
|
Source code |
1 |
ln -s /usr/src/linux/include/linux/compiler.h /usr/local/src/dvb/linux/include/linux |