Hi,
it's been a long time being busy at work and home, so I'm very pleased to announce maintenance release 0.7.10 today:
http://home.vr-web.de/~rnissl/vdr-xine-0.7.10.tgz
2006-12-10: Version 0.7.10
- Updated xine patches to current CVS (should be compatible with xine release 1.1.3). - Fixed a segfault in SHQ OSD scaling code due to uninitialized variables (thanks to Gregorie Favre for reporting this issue and testing the fixes). - Added noSignal-smallTextAtBottom.mpg to directory data (thanks to John for supplying the file). - Fixed a segfault in xine when there is no demuxer available (e. g. the SuSE 10.1 xine-lib binary lacks support for MPEG2). - Fixed compiler warnings on x86_64 architectures (thanks to Ville Skyttä for compilation assistance). - Added support to xine for the 3 new keys of VDR-1.3.47. - Updated MANUAL accordingly.
For this release I suggest the following xine sources:
http://home.vr-web.de/~rnissl/xine-lib-cvs-20061209220000.tar.bz2 http://home.vr-web.de/~rnissl/xine-ui-cvs-20061209220000.tar.bz2
Highly recommended for editing old recordings is the following patch:
http://home.vr-web.de/~rnissl/vdr-1.3.44-dvbplayer5.patch http://home.vr-web.de/~rnissl/vdr-1.2.6-dvbplayer5.patch
For details about the patch see:
http://home.vr-web.de/~rnissl/vdr-patches-README.txt
Enjoy.
Bye.
I demand that Reinhard Nissl may or may not have written...
it's been a long time being busy at work and home, so I'm very pleased to announce maintenance release 0.7.10 today:
http://home.vr-web.de/~rnissl/vdr-xine-0.7.10.tgz
[snip]
The change to src/libffmpeg/libavcodec/i386/Makefile.am is wrong - you could change the second replacement to 's/-O([0-9]|s|$)/-Os /g' (or use "sed -re"), but this won't catch -O except at the end. 's/$/ -Os/', perhaps...
I should have updated .debs available within a day or two. libxine1 1.1.3-2 will include an *experimental* AFD patch in the expand plugin - I'm not interested in bug reports concerning this unless they're accompanied by patches.
Hi,
Darren Salt wrote:
I demand that Reinhard Nissl may or may not have written...
it's been a long time being busy at work and home, so I'm very pleased to announce maintenance release 0.7.10 today:
http://home.vr-web.de/~rnissl/vdr-xine-0.7.10.tgz
[snip]
The change to src/libffmpeg/libavcodec/i386/Makefile.am is wrong - you could change the second replacement to 's/-O([0-9]|s|$)/-Os /g' (or use "sed -re"), but this won't catch -O except at the end. 's/$/ -Os/', perhaps...
Well, in xine-devel ML you wrote
"s/-O([0-9]|\s|$)/-Os /g" should fix it.
So I thought those backslashes were necessary when using double quotes. As the Makefile used single quotes I've dropped the backslashes.
Hhm, this simple test seems to work (-O at the start):
echo '-O -O1 -Os -O' | sed -e 's/-O([0-9]|\s|$)/-Os /g'
I should have updated .debs available within a day or two. libxine1 1.1.3-2 will include an *experimental* AFD patch in the expand plugin - I'm not interested in bug reports concerning this unless they're accompanied by patches.
Cool -- are you relying on XINE_STREAM_INFO_VIDEO_AFD?
My implementation in libmpeg2 is not perfect. It lacks stacking (AFD information may be valid for a sequence, group or frame, i. e. the AFD for a sequence could be overridden for a single frame duration by a frame AFD) and cannot detect XINE_VIDEO_AFD_NOT_PRESENT.
Would you provide me a sample stream which contains some transitions between different XINE_VIDEO_AFD_* values?
Then I could fix my implementation.
Bye.
I demand that Reinhard Nissl may or may not have written...
Darren Salt wrote:
I demand that Reinhard Nissl may or may not have written...
it's been a long time being busy at work and home, so I'm very pleased to announce maintenance release 0.7.10 today: http://home.vr-web.de/~rnissl/vdr-xine-0.7.10.tgz
[snip] The change to src/libffmpeg/libavcodec/i386/Makefile.am is wrong - you could change the second replacement to 's/-O([0-9]|s|$)/-Os /g' (or use "sed -re"), but this won't catch -O except at the end. 's/$/ -Os/', perhaps...
Well, in xine-devel ML you wrote
"s/-O([0-9]|\s|$)/-Os /g" should fix it.
^ Should; not does. And you have an extra \ (or perhaps I did) :-)
So I thought those backslashes were necessary when using double quotes. As the Makefile used single quotes I've dropped the backslashes.
I used double quotation marks purely as delimiters. With the command given in full, I would have used single quotation marks or doubled the backslashes.
[snip]
I should have updated .debs available within a day or two. libxine1 1.1.3-2 will include an *experimental* AFD patch in the expand plugin - I'm not interested in bug reports concerning this unless they're accompanied by patches.
Cool -- are you relying on XINE_STREAM_INFO_VIDEO_AFD?
Yes.
My implementation in libmpeg2 is not perfect. It lacks stacking (AFD information may be valid for a sequence, group or frame, i. e. the AFD for a sequence could be overridden for a single frame duration by a frame AFD) and cannot detect XINE_VIDEO_AFD_NOT_PRESENT.
My code is currently broken wrt some transitions and when paused, but this could be an effect of breakage in your code. (I'm attaching the patch for reference.)
Would you provide me a sample stream which contains some transitions between different XINE_VIDEO_AFD_* values?
URL:http://zap.tartarus.org/~ds/001.vdr is a short clip with one transition and a corresponding aspect change - AFD 14 to AFD 9, 16:9 to 4:3.
I had some with transitions to/from pillar-boxed 4:3 (sourced from BBC transmissions), but I've edited them. Star Trek TNG (BBC 2, Saturday, terrestrial) has such a transition pair, just in case somebody else has recorded it...
Hi,
Darren Salt wrote:
Cool -- are you relying on XINE_STREAM_INFO_VIDEO_AFD?
Yes.
My implementation in libmpeg2 is not perfect. It lacks stacking (AFD information may be valid for a sequence, group or frame, i. e. the AFD for a sequence could be overridden for a single frame duration by a frame AFD) and cannot detect XINE_VIDEO_AFD_NOT_PRESENT.
My code is currently broken wrt some transitions and when paused, but this could be an effect of breakage in your code. (I'm attaching the patch for reference.)
Would you provide me a sample stream which contains some transitions between different XINE_VIDEO_AFD_* values?
URL:http://zap.tartarus.org/~ds/001.vdr is a short clip with one transition and a corresponding aspect change - AFD 14 to AFD 9, 16:9 to 4:3.
The attached patch against xine-lib-cvs/src/libmpeg2 fixes the above mentioned issues (and contains the vdr-xine changes, too).
decode.c contains two fprintf() debug statements: one reports the detected AFD value and whether it was detected at [S]equence, [G]roup or [P]icture level. The other statement reports AFD changes.
Be aware that AFD changes are detected in decoding order of the pictures. Further changes would be necessary to have them reported in display order (see comment in decode.c).
Bye.
I demand that Reinhard Nissl may or may not have written...
Darren Salt wrote:
Cool -- are you relying on XINE_STREAM_INFO_VIDEO_AFD?
Yes.
My implementation in libmpeg2 is not perfect. It lacks stacking (AFD information may be valid for a sequence, group or frame, i. e. the AFD for a sequence could be overridden for a single frame duration by a frame AFD) and cannot detect XINE_VIDEO_AFD_NOT_PRESENT.
My code is currently broken wrt some transitions and when paused, but this could be an effect of breakage in your code. (I'm attaching the patch for reference.)
Would you provide me a sample stream which contains some transitions between different XINE_VIDEO_AFD_* values?
URL:http://zap.tartarus.org/~ds/001.vdr is a short clip with one transition and a corresponding aspect change - AFD 14 to AFD 9, 16:9 to 4:3.
The attached patch against xine-lib-cvs/src/libmpeg2 fixes the above mentioned issues (and contains the vdr-xine changes, too).
There's still a pause problem (URL:http://zap.tartarus.org/~ds/002.vdr). That may be caused by my code, though I don't see how when shoot-and-protect isn't enabled.
decode.c contains two fprintf() debug statements: one reports the detected AFD value and whether it was detected at [S]equence, [G]roup or [P]icture level.
Early results show BBC, ITV and Five using picture, and Channel 4 using sequence.
The other statement reports AFD changes.
Be aware that AFD changes are detected in decoding order of the pictures. Further changes would be necessary to have them reported in display order (see comment in decode.c).
Rounding to group /may/ be sufficient - sloppiness with the changes isn't unknown, although some of that may be due to set-top box manufacturers cutting corners.
(I'll be putting this patch or a followup patch in my .debs.)
In 4E933A2307%linux@youmustbejoking.demon.co.uk, Darren Salt wrote:
I should have updated .debs available within a day or two. libxine1 1.1.3-2 will include an *experimental* AFD patch in the expand plugin - I'm not interested in bug reports concerning this unless they're accompanied by patches.
Is there any chance you could enable the DirectFB output in your libxine package? It's quite painless to install Debian's directfb packages and IMO the benefit outweighs any disadvantage in increasing the dependencies. df_xine is the best output plugin for my setup and it would be much easier if I didn't have to recompile libxine myself.
I demand that Tony Houghton may or may not have written...
In 4E933A2307%linux@youmustbejoking.demon.co.uk, Darren Salt wrote:
I should have updated .debs available within a day or two. libxine1 1.1.3-2 will include an *experimental* AFD patch in the expand plugin - I'm not interested in bug reports concerning this unless they're accompanied by patches.
Is there any chance you could enable the DirectFB output in your libxine package?
It's too late for 1.1.3-2, but I've enabled it ready for whenever I next decide to do a package update.
[snip]
In 4E943BC299%linux@youmustbejoking.demon.co.uk, Darren Salt wrote:
I demand that Tony Houghton may or may not have written...
Is there any chance you could enable the DirectFB output in your libxine package?
It's too late for 1.1.3-2, but I've enabled it ready for whenever I next decide to do a package update.
Thanks. I'll look out for that and try to do a big kernel- and dist-upgrade as and when. It's about time.
Speaking of kernel upgrades I'm still using a 2.6.17 kernel on that box because when I tried to upgrade to 2.6.18 my remote stopped working even though the patch still seeemed to apply OK. I think you're using the same remote as me (Hauppauge "grey") but with a more advanced patch that allows a keymap to be loaded, whereas I found a simpler patch which just hardwires a different set of keycodes. Have you used 2.6.18 or later OK?
I demand that Tony Houghton may or may not have written...
In 4E943BC299%linux@youmustbejoking.demon.co.uk, Darren Salt wrote:
I demand that Tony Houghton may or may not have written...
Is there any chance you could enable the DirectFB output in your libxine package?
It's too late for 1.1.3-2, but I've enabled it ready for whenever I next decide to do a package update.
Thanks. I'll look out for that and try to do a big kernel- and dist-upgrade as and when. It's about time.
dist-upgrade? Are you sure?
Speaking of kernel upgrades I'm still using a 2.6.17 kernel on that box because when I tried to upgrade to 2.6.18 my remote stopped working even though the patch still seeemed to apply OK. I think you're using the same remote as me (Hauppauge "grey") but with a more advanced patch that allows a keymap to be loaded,
I _was_. My budget-ci patches have been modified somewhat since then [1] and are currently in the v4l-dvb repository; they should be in 2.6.20-rc1 (I think that they're already in 2.6.19-git*).
whereas I found a simpler patch which just hardwires a different set of keycodes. Have you used 2.6.18 or later OK?
Not entirely - 2.6.18 didn't seem too good generally here, but 2.6.19 seems fine (apart from, perhaps, a small problem which is manifest via apt updates). Anyway, this is with different hardware, and I have a couple of cx88 patches which need to be updated...
[1] http://www.linuxtv.org/pipermail/linux-dvb/2006-October/013302.html
Dello Darren.
These debs, what are they? How do I use them? I'm a new ubuntu user and I'd love to be able to use xine (for vdr head) on ubuntu this without having to compile it myself..
Maybe I should be moving to whatever distro you work with?
Mick
On 12/13/06, Darren Salt linux@youmustbejoking.demon.co.uk wrote:
I demand that Tony Houghton may or may not have written...
In 4E943BC299%linux@youmustbejoking.demon.co.uk, Darren Salt wrote:
I demand that Tony Houghton may or may not have written...
Is there any chance you could enable the DirectFB output in your libxine package?
It's too late for 1.1.3-2, but I've enabled it ready for whenever I next decide to do a package update.
Thanks. I'll look out for that and try to do a big kernel- and dist-upgrade as and when. It's about time.
dist-upgrade? Are you sure?
Speaking of kernel upgrades I'm still using a 2.6.17 kernel on that box because when I tried to upgrade to 2.6.18 my remote stopped working even though the patch still seeemed to apply OK. I think you're using the same remote as me (Hauppauge "grey") but with a more advanced patch that allows a keymap to be loaded,
I _was_. My budget-ci patches have been modified somewhat since then [1] and are currently in the v4l-dvb repository; they should be in 2.6.20-rc1 (I think that they're already in 2.6.19-git*).
whereas I found a simpler patch which just hardwires a different set of keycodes. Have you used 2.6.18 or later OK?
Not entirely - 2.6.18 didn't seem too good generally here, but 2.6.19 seems fine (apart from, perhaps, a small problem which is manifest via apt updates). Anyway, this is with different hardware, and I have a couple of cx88 patches which need to be updated...
[1] http://www.linuxtv.org/pipermail/linux-dvb/2006-October/013302.html
-- | Darren Salt | linux or ds at | nr. Ashington, | Toon | RISC OS, Linux | youmustbejoking,demon,co,uk | Northumberland | Army | + Generate power using sun, wind, water, nuclear. FORGET COAL AND OIL.
Knowledge is power.
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
I demand that mike lewis may or may not have written...
These debs, what are they? How do I use them? I'm a new ubuntu user and I'd love to be able to use xine (for vdr head) on ubuntu this without having to compile it myself..
URL:http://www.youmustbejoking.demon.co.uk/progs.etch.html
I don't know if they're installable on whichever Ubuntu release you're using (guess: edgy). Chances are, however, that they are.
The best way to install them is by using the 'deb' line given on the above page and installing via an apt front end (typically aptitude, apt-get or synaptic).
[snip]
On 12/14/06, Darren Salt linux@youmustbejoking.demon.co.uk wrote:
I demand that mike lewis may or may not have written...
These debs, what are they? How do I use them? I'm a new ubuntu user and I'd love to be able to use xine (for vdr head) on ubuntu this without having to compile it myself..
URL:http://www.youmustbejoking.demon.co.uk/progs.etch.html
I don't know if they're installable on whichever Ubuntu release you're using (guess: edgy). Chances are, however, that they are.
The best way to install them is by using the 'deb' line given on the above page and installing via an apt front end (typically aptitude, apt-get or synaptic).
[snip]
I'll let you know how it goes..
Mick
-- | Darren Salt | linux or ds at | nr. Ashington, | Toon | RISC OS, Linux | youmustbejoking,demon,co,uk | Northumberland | Army | Kill all extremists!
"First get your facts; then you can distort them at leisure." - Mark Twain
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
On 12/14/06, mike lewis lachlanlewis@gmail.com wrote:
On 12/14/06, Darren Salt linux@youmustbejoking.demon.co.uk wrote:
I demand that mike lewis may or may not have written...
These debs, what are they? How do I use them? I'm a new ubuntu user and I'd love to be able to use xine (for vdr head) on ubuntu this without having to compile it myself..
URL:http://www.youmustbejoking.demon.co.uk/progs.etch.html
I don't know if they're installable on whichever Ubuntu release you're using (guess: edgy). Chances are, however, that they are.
The best way to install them is by using the 'deb' line given on the above page and installing via an apt front end (typically aptitude, apt-get or synaptic).
[snip]
I'll let you know how it goes..
Mick
OK. newbie time.. When I try to apt-get update I get the following error: --- W: GPG error: http://zap.tartarus.org testing Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B012AD8CF19F599F W: You may want to run apt-get update to correct these problems ---
And, when I issues apt-cache showpkg vdr;
It tells me about both versions available to me (of which, yours is not the preffered source!) How can I select your source, or how can I make your source trusted?
Mick
-- | Darren Salt | linux or ds at | nr. Ashington, | Toon | RISC OS, Linux | youmustbejoking,demon,co,uk | Northumberland | Army | Kill all extremists!
"First get your facts; then you can distort them at leisure." - Mark Twain
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
I demand that mike lewis may or may not have written...
On 12/14/06, mike lewis lachlanlewis@gmail.com wrote:
On 12/14/06, Darren Salt linux@youmustbejoking.demon.co.uk wrote:
I demand that mike lewis may or may not have written...
These debs, what are they? How do I use them? I'm a new ubuntu user and I'd love to be able to use xine (for vdr head) on ubuntu this without having to compile it myself..
I don't know if they're installable on whichever Ubuntu release you're using (guess: edgy). Chances are, however, that they are.
The best way to install them is by using the 'deb' line given on the above page and installing via an apt front end (typically aptitude, apt-get or synaptic).
[snip]
I'll let you know how it goes..
OK. newbie time.. When I try to apt-get update I get the following error:
W: GPG error: http://zap.tartarus.org testing Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B012AD8CF19F599F W: You may want to run apt-get update to correct these problems
Download the key for it (the "(linux)" link at the bottom of the page, or the link which I've just added nearer the top). Once you have it: # apt-key add pubkey.gpg
And, when I issues apt-cache showpkg vdr;
It tells me about both versions available to me (of which, yours is not the preffered source!) How can I select your source, or how can I make your source trusted?
$ man apt_preferences
Edit /etc/apt/preferences. You probably want something like:
Package: * Pin: release o=www.youmustbejoking.demon.co.uk Pin-Priority: 550
[snip quoted .sigs]
On 12/19/06, Darren Salt linux@youmustbejoking.demon.co.uk wrote:
I demand that mike lewis may or may not have written...
On 12/14/06, mike lewis lachlanlewis@gmail.com wrote:
On 12/14/06, Darren Salt linux@youmustbejoking.demon.co.uk wrote:
I demand that mike lewis may or may not have written...
These debs, what are they? How do I use them? I'm a new ubuntu user and I'd love to be able to use xine (for vdr head) on ubuntu this without having to compile it myself..
I don't know if they're installable on whichever Ubuntu release you're using (guess: edgy). Chances are, however, that they are.
The best way to install them is by using the 'deb' line given on the above page and installing via an apt front end (typically aptitude, apt-get or synaptic).
[snip]
I'll let you know how it goes..
OK. newbie time.. When I try to apt-get update I get the following error:
W: GPG error: http://zap.tartarus.org testing Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B012AD8CF19F599F W: You may want to run apt-get update to correct these problems
Download the key for it (the "(linux)" link at the bottom of the page, or the link which I've just added nearer the top). Once you have it: # apt-key add pubkey.gpg
Err, I swear I looked. I said to myself, now whats logical? That the key is hidden somewhere?? No. It has to be on these pages.. So I looked. Obviously you have just updated the template for those pages now that I highlighted the pgp stuff was missing. right? Right? hehe.
And, when I issues apt-cache showpkg vdr;
It tells me about both versions available to me (of which, yours is not the preffered source!) How can I select your source, or how can I make your source trusted?
$ man apt_preferences
Edit /etc/apt/preferences. You probably want something like:
Package: * Pin: release o=www.youmustbejoking.demon.co.uk Pin-Priority: 550
Again, thanks for the tip. Can't wait to have working vdr and not have to compile it myself (I am in the process of switchingfrom Gentoo. Which I like, but my PC is just not fast enough for, and I could never get X working un it.
Mick
[snip quoted .sigs]
| Darren Salt | linux or ds at | nr. Ashington, | Toon | RISC OS, Linux | youmustbejoking,demon,co,uk | Northumberland | Army | + Generate power using sun, wind, water, nuclear. FORGET COAL AND OIL.
volcano: n. A mountain with hiccups.
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
On 12/19/06, mike lewis lachlanlewis@gmail.com wrote:
On 12/19/06, Darren Salt linux@youmustbejoking.demon.co.uk wrote:
I demand that mike lewis may or may not have written...
On 12/14/06, mike lewis lachlanlewis@gmail.com wrote:
On 12/14/06, Darren Salt linux@youmustbejoking.demon.co.uk wrote:
I demand that mike lewis may or may not have written...
These debs, what are they? How do I use them? I'm a new ubuntu user and I'd love to be able to use xine (for vdr head) on ubuntu this without having to compile it myself..
I don't know if they're installable on whichever Ubuntu release you're using (guess: edgy). Chances are, however, that they are.
The best way to install them is by using the 'deb' line given on the above page and installing via an apt front end (typically aptitude, apt-get or synaptic).
[snip]
I'll let you know how it goes..
OK. newbie time.. When I try to apt-get update I get the following error:
W: GPG error: http://zap.tartarus.org testing Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B012AD8CF19F599F W: You may want to run apt-get update to correct these problems
Download the key for it (the "(linux)" link at the bottom of the page, or the link which I've just added nearer the top). Once you have it: # apt-key add pubkey.gpg
Err, I swear I looked. I said to myself, now whats logical? That the key is hidden somewhere?? No. It has to be on these pages.. So I looked. Obviously you have just updated the template for those pages now that I highlighted the pgp stuff was missing. right? Right? hehe.
And, when I issues apt-cache showpkg vdr;
It tells me about both versions available to me (of which, yours is not the preffered source!) How can I select your source, or how can I make your source trusted?
$ man apt_preferences
Edit /etc/apt/preferences. You probably want something like:
Package: * Pin: release o=www.youmustbejoking.demon.co.uk Pin-Priority: 550
Again, thanks for the tip. Can't wait to have working vdr and not have to compile it myself (I am in the process of switchingfrom Gentoo. Which I like, but my PC is just not fast enough for, and I could never get X working un it.
OK. I tried to install xine last night. I have some rather complex dependancy problems. I'm using all ubunuto apt-get servers and then your apt-get server. Basically, the packages on your site depend on versions of software that ubuntu doesn't see to supply. I'm not there now, but so far, all the software seems to be listed; the errors says thinks like:
depends on package_version-1.2.3 but only package_version-1.2.2 is available E: Dependancy break or error.
Soo. Yes. I'm guessing there are some other "bleeding edge" software repositories that I need to enable as well??
Mick
[snip quoted .sigs]
I demand that mike lewis may or may not have written...
[snip]
OK. I tried to install xine last night. I have some rather complex dependancy problems. I'm using all ubunuto apt-get servers and then your apt-get server. Basically, the packages on your site depend on versions of software that ubuntu doesn't see to supply. [...]
Hmm. My 'stable' builds are for too old a distribution, and it looks very much like my 'testing' builds are for one which is just that little bit too new...
Soo. Yes. I'm guessing there are some other "bleeding edge" software repositories that I need to enable as well??
No. Your problem is that you're (presumably) using edgy whereas I build for sarge (too old), etch (slightly too new) and unstable (also slightly too new), and I currently have no plans to build for Ubuntu releases.
Given this, I think that it's best that you add a deb-src line for my archive, run 'aptitude update', install devscripts and build-essential, then:
$ apt-get source foo $ cd foo-* $ sudo apt-get build-dep foo $ debuild binary
$ sudo dpkg -i ../*.deb
Be careful with that last line - you'll probably want to list specific package files. And dependency errors shouldn't be a problem either since you can use aptitude to install the missing packages and mark them as automatically installed.
On 12/21/06, Darren Salt linux@youmustbejoking.demon.co.uk wrote:
I demand that mike lewis may or may not have written...
[snip]
OK. I tried to install xine last night. I have some rather complex dependancy problems. I'm using all ubunuto apt-get servers and then your apt-get server. Basically, the packages on your site depend on versions of software that ubuntu doesn't see to supply. [...]
Hmm. My 'stable' builds are for too old a distribution, and it looks very much like my 'testing' builds are for one which is just that little bit too new...
Soo. Yes. I'm guessing there are some other "bleeding edge" software repositories that I need to enable as well??
No. Your problem is that you're (presumably) using edgy whereas I build for sarge (too old), etch (slightly too new) and unstable (also slightly too new), and I currently have no plans to build for Ubuntu releases.
Given this, I think that it's best that you add a deb-src line for my archive, run 'aptitude update', install devscripts and build-essential, then:
$ apt-get source foo $ cd foo-* $ sudo apt-get build-dep foo $ debuild binary
$ sudo dpkg -i ../*.deb
Be careful with that last line - you'll probably want to list specific package files. And dependency errors shouldn't be a problem either since you can use aptitude to install the missing packages and mark them as automatically installed.
I finally got around to trying this. Stuck at "debuild". I'm unable to find it on my system and unable to find it as a refference in aptitude (hitting S in the GUI).
Trying debian-builder as the closest match ;-)
Mick
-- | Darren Salt | linux or ds at | nr. Ashington, | Toon | RISC OS, Linux | youmustbejoking,demon,co,uk | Northumberland | Army | + Generate power using sun, wind, water, nuclear. FORGET COAL AND OIL.
"If I knew what I was doing, I'd be in MIS." - Linus Torvalds, lkml
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
On 1/10/07, mike lewis lachlanlewis@gmail.com wrote:
On 12/21/06, Darren Salt linux@youmustbejoking.demon.co.uk wrote:
I demand that mike lewis may or may not have written...
[snip]
OK. I tried to install xine last night. I have some rather complex dependancy problems. I'm using all ubunuto apt-get servers and then your apt-get server. Basically, the packages on your site depend on versions of software that ubuntu doesn't see to supply. [...]
Hmm. My 'stable' builds are for too old a distribution, and it looks very much like my 'testing' builds are for one which is just that little bit too new...
Soo. Yes. I'm guessing there are some other "bleeding edge" software repositories that I need to enable as well??
No. Your problem is that you're (presumably) using edgy whereas I build for sarge (too old), etch (slightly too new) and unstable (also slightly too new), and I currently have no plans to build for Ubuntu releases.
Given this, I think that it's best that you add a deb-src line for my archive, run 'aptitude update', install devscripts and build-essential, then:
$ apt-get source foo $ cd foo-* $ sudo apt-get build-dep foo $ debuild binary
$ sudo dpkg -i ../*.deb
Be careful with that last line - you'll probably want to list specific package files. And dependency errors shouldn't be a problem either since you can use aptitude to install the missing packages and mark them as automatically installed.
I finally got around to trying this. Stuck at "debuild". I'm unable to find it on my system and unable to find it as a refference in aptitude (hitting S in the GUI).
Trying debian-builder as the closest match ;-)
Yep, that was it!
Mick
-- | Darren Salt | linux or ds at | nr. Ashington, | Toon | RISC OS, Linux | youmustbejoking,demon,co,uk | Northumberland | Army | + Generate power using sun, wind, water, nuclear. FORGET COAL AND OIL.
"If I knew what I was doing, I'd be in MIS." - Linus Torvalds, lkml
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
On 1/10/07, mike lewis lachlanlewis@gmail.com wrote:
On 1/10/07, mike lewis lachlanlewis@gmail.com wrote:
On 12/21/06, Darren Salt linux@youmustbejoking.demon.co.uk wrote:
I demand that mike lewis may or may not have written...
[snip]
OK. I tried to install xine last night. I have some rather complex dependancy problems. I'm using all ubunuto apt-get servers and then your apt-get server. Basically, the packages on your site depend on versions of software that ubuntu doesn't see to supply. [...]
Hmm. My 'stable' builds are for too old a distribution, and it looks very much like my 'testing' builds are for one which is just that little bit too new...
Soo. Yes. I'm guessing there are some other "bleeding edge" software repositories that I need to enable as well??
No. Your problem is that you're (presumably) using edgy whereas I build for sarge (too old), etch (slightly too new) and unstable (also slightly too new), and I currently have no plans to build for Ubuntu releases.
Given this, I think that it's best that you add a deb-src line for my archive, run 'aptitude update', install devscripts and build-essential, then:
$ apt-get source foo $ cd foo-* $ sudo apt-get build-dep foo $ debuild binary
$ sudo dpkg -i ../*.deb
Be careful with that last line - you'll probably want to list specific package files. And dependency errors shouldn't be a problem either since you can use aptitude to install the missing packages and mark them as automatically installed.
I finally got around to trying this. Stuck at "debuild". I'm unable to find it on my system and unable to find it as a refference in aptitude (hitting S in the GUI).
Trying debian-builder as the closest match ;-)
Yep, that was it!
OK, err, well.. It was one part of it. Now, I can't run that script... I've tried sudo and no sudo and I get different errors in either method.
mick@freevo:/build/newxine/xine-lib-vdr-1.1.3$ debuild binary /usr/bin/fakeroot: 152: debian/rules: Permission denied debuild: fatal error at line 1206: couldn't exec fakeroot debian/rules: mick@freevo:/build/newxine/xine-lib-vdr-1.1.3$ sudo debuild binary Can't exec "debian/rules": Permission denied at /usr/bin/debuild line 1201. debuild: fatal error at line 1200: couldn't exec debian/rules: Permission denied
Line 152 appears to be a simple "echo" command to blit the scripts version to the screen. So something about my permissions must be very broken. I've tried su as well and I get the same error as sudo.
What the? This newbie is dumbfounded..
Mick
On 1/10/07, mike lewis lachlanlewis@gmail.com wrote:
On 1/10/07, mike lewis lachlanlewis@gmail.com wrote:
On 1/10/07, mike lewis lachlanlewis@gmail.com wrote:
On 12/21/06, Darren Salt linux@youmustbejoking.demon.co.uk wrote:
I demand that mike lewis may or may not have written...
[snip]
OK. I tried to install xine last night. I have some rather complex dependancy problems. I'm using all ubunuto apt-get servers and then your apt-get server. Basically, the packages on your site depend on versions of software that ubuntu doesn't see to supply. [...]
Hmm. My 'stable' builds are for too old a distribution, and it looks very much like my 'testing' builds are for one which is just that little bit too new...
Soo. Yes. I'm guessing there are some other "bleeding edge" software repositories that I need to enable as well??
No. Your problem is that you're (presumably) using edgy whereas I build for sarge (too old), etch (slightly too new) and unstable (also slightly too new), and I currently have no plans to build for Ubuntu releases.
Given this, I think that it's best that you add a deb-src line for my archive, run 'aptitude update', install devscripts and build-essential, then:
$ apt-get source foo $ cd foo-* $ sudo apt-get build-dep foo $ debuild binary
$ sudo dpkg -i ../*.deb
Be careful with that last line - you'll probably want to list specific package files. And dependency errors shouldn't be a problem either since you can use aptitude to install the missing packages and mark them as automatically installed.
I finally got around to trying this. Stuck at "debuild". I'm unable to find it on my system and unable to find it as a refference in aptitude (hitting S in the GUI).
Trying debian-builder as the closest match ;-)
Yep, that was it!
OK, err, well.. It was one part of it. Now, I can't run that script... I've tried sudo and no sudo and I get different errors in either method.
mick@freevo:/build/newxine/xine-lib-vdr-1.1.3$ debuild binary /usr/bin/fakeroot: 152: debian/rules: Permission denied debuild: fatal error at line 1206: couldn't exec fakeroot debian/rules: mick@freevo:/build/newxine/xine-lib-vdr-1.1.3$ sudo debuild binary Can't exec "debian/rules": Permission denied at /usr/bin/debuild line 1201. debuild: fatal error at line 1200: couldn't exec debian/rules: Permission denied
Line 152 appears to be a simple "echo" command to blit the scripts version to the screen. So something about my permissions must be very broken. I've tried su as well and I get the same error as sudo.
What the? This newbie is dumbfounded..
This link helped me: http://helmi-blebe.blogspot.com/2006/11/binsh-bad-interpreter-permission.htm...
To put simply, the fs I was playing with was mounted with 'noexec'.
M
Mick
On 1/10/07, mike lewis lachlanlewis@gmail.com wrote:
On 1/10/07, mike lewis lachlanlewis@gmail.com wrote:
On 1/10/07, mike lewis lachlanlewis@gmail.com wrote:
On 1/10/07, mike lewis lachlanlewis@gmail.com wrote:
On 12/21/06, Darren Salt linux@youmustbejoking.demon.co.uk wrote:
I demand that mike lewis may or may not have written...
[snip]
OK. I tried to install xine last night. I have some rather complex dependancy problems. I'm using all ubunuto apt-get servers and then your apt-get server. Basically, the packages on your site depend on versions of software that ubuntu doesn't see to supply. [...]
Hmm. My 'stable' builds are for too old a distribution, and it looks very much like my 'testing' builds are for one which is just that little bit too new...
Soo. Yes. I'm guessing there are some other "bleeding edge" software repositories that I need to enable as well??
No. Your problem is that you're (presumably) using edgy whereas I build for sarge (too old), etch (slightly too new) and unstable (also slightly too new), and I currently have no plans to build for Ubuntu releases.
Given this, I think that it's best that you add a deb-src line for my archive, run 'aptitude update', install devscripts and build-essential, then:
$ apt-get source foo $ cd foo-* $ sudo apt-get build-dep foo $ debuild binary
$ sudo dpkg -i ../*.deb
Be careful with that last line - you'll probably want to list specific package files. And dependency errors shouldn't be a problem either since you can use aptitude to install the missing packages and mark them as automatically installed.
I finally got around to trying this. Stuck at "debuild". I'm unable to find it on my system and unable to find it as a refference in aptitude (hitting S in the GUI).
Trying debian-builder as the closest match ;-)
Yep, that was it!
OK, err, well.. It was one part of it. Now, I can't run that script... I've tried sudo and no sudo and I get different errors in either method.
mick@freevo:/build/newxine/xine-lib-vdr-1.1.3$ debuild binary /usr/bin/fakeroot: 152: debian/rules: Permission denied debuild: fatal error at line 1206: couldn't exec fakeroot debian/rules: mick@freevo:/build/newxine/xine-lib-vdr-1.1.3$ sudo debuild binary Can't exec "debian/rules": Permission denied at /usr/bin/debuild line 1201. debuild: fatal error at line 1200: couldn't exec debian/rules: Permission denied
Line 152 appears to be a simple "echo" command to blit the scripts version to the screen. So something about my permissions must be very broken. I've tried su as well and I get the same error as sudo.
What the? This newbie is dumbfounded..
This link helped me: http://helmi-blebe.blogspot.com/2006/11/binsh-bad-interpreter-permission.htm...
To put simply, the fs I was playing with was mounted with 'noexec'.
Well well. I got all excited there for about 20 minutes while it compiled away and then this happened.. Like the mail trail wans't long enough already..
--- dh_installdocs dh_installchangelogs -k ChangeLog dh_link dh_strip --dbg-package=libxine1 dh_compress dh_fixperms dh_makeshlibs -V 'libxine1 (>= 1.1.1+cvs20060621-1)' dh_installdeb chmod +x debian/shlibdeps.sh debian/shlibdeps.sh libxine`ls src/xine-engine/.libs/libxine*.so.* | awk '{if (match($0,/.so.[0-9]+$/)) print substr($0,RSTART+4)}'` WARNING: non-existing file "debian/libxine1/usr/lib/xine/plugins/1.1.3/xineplug_vo_out_sdl.so" in OPTIONAL list WARNING: non-existing file "debian/libxine1/usr/lib/xine/plugins/1.1.3/xineplug_vo_out_caca.so" in OPTIONAL list unrecognized file type for 'debian/libxine1/usr/share/bug/libxine1/presubj' at /usr/bin/dpkg-shlibdeps line 120. make: *** [binary-arch] Error 9 debuild: fatal error at line 1206: couldn't exec fakeroot debian/rules: ---
I'm not sure that the fakeroot thing means anything. I think the the make Error 9 holds the key.. Time for bed now. Any pointers?
Mick
M
Mick
I demand that mike lewis may or may not have written...
[snip]
unrecognized file type for 'debian/libxine1/usr/share/bug/libxine1/presubj' at /usr/bin/dpkg-shlibdeps line 120.
[snip]
I'm not sure that the fakeroot thing means anything. I think the the make Error 9 holds the key.. Time for bed now. Any pointers?
$ ls -l debian/libxine1/usr/share/bug/libxine1/presubj
My guess is that it's been marked as executable.
$ chmod a-x,a+X debian/* $ chmod a+x debian/rules debian/shlibdeps.sh $ debuild binary
On 1/12/07, Darren Salt linux@youmustbejoking.demon.co.uk wrote:
I demand that mike lewis may or may not have written...
[snip]
unrecognized file type for 'debian/libxine1/usr/share/bug/libxine1/presubj' at /usr/bin/dpkg-shlibdeps line 120.
[snip]
I'm not sure that the fakeroot thing means anything. I think the the make Error 9 holds the key.. Time for bed now. Any pointers?
$ ls -l debian/libxine1/usr/share/bug/libxine1/presubj
My guess is that it's been marked as executable.
$ chmod a-x,a+X debian/* $ chmod a+x debian/rules debian/shlibdeps.sh $ debuild binary
Thanks.
And BTW; just noticed you were the auther of runvdr. Thankyou for your contribution and continued contributions.
Mike
On 1/12/07, mike lewis lachlanlewis@gmail.com wrote:
On 1/12/07, Darren Salt linux@youmustbejoking.demon.co.uk wrote:
I demand that mike lewis may or may not have written...
[snip]
unrecognized file type for 'debian/libxine1/usr/share/bug/libxine1/presubj' at /usr/bin/dpkg-shlibdeps line 120.
[snip]
I'm not sure that the fakeroot thing means anything. I think the the make Error 9 holds the key.. Time for bed now. Any pointers?
$ ls -l debian/libxine1/usr/share/bug/libxine1/presubj
My guess is that it's been marked as executable.
$ chmod a-x,a+X debian/* $ chmod a+x debian/rules debian/shlibdeps.sh $ debuild binary
Thanks.
And BTW; just noticed you were the auther of runvdr. Thankyou for your contribution and continued contributions.
Hmm, is it ethical to say "thanks but I'm not finished with you yet..." ;-)..
I'm still having problems getting this going. I got the new lib-xine to install.
But now I get an Error saying that xine cannot find the "mrl" handler for "vdr:". What the??
(This is a long one...): mick@freevo:/build/newxine$ xine vdr://tmp/vdr-xine/stream#demux:mpeg_pes --hide-gui --verbose=2 This is xine (X11 gui) - a free video player v0.99.4. (c) 2000-2004 The xine Team. Built with xine library 1.1.1 (1.1.1) Found xine library version: 1.1.3 (1.1.3). Plateform informations: ---------------------- system name : Linux node name : freevo release : 2.6.17-10-generic version : #2 SMP Tue Dec 5 22:28:26 UTC 2006 machine : i686 CPU Informations: ---------------- processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 6 model name : AMD Athlon(tm) XP 1800+ stepping : 2 cpu MHz : 1527.108 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow up ts bogomips : 3055.72 ------- Display Name: :0.0, XServer Vendor: The X.Org Foundation, Protocol Version: 11, Revision: 0, Available Screen(s): 1, Default screen number: 0, Using screen: 0, Depth: 24, XShmQueryVersion: 1.1, Maximum request size: 16777212 bytes, Motion buffer size: 256, Bitmap unit: 32, Bit order: LSBFirst, Padding: 32, Image byte order: LSBFirst, Number of supported pixmap formats: 7, Supported pixmap formats: Depth Bits_per_pixel Scanline_pad 1 1 32 4 8 32 8 8 32 15 16 32 16 16 32 24 32 32 32 32 32 -----------------------------------------------
Focus: Window 0x2800020, revert to Parent, Number of extensions: 29 BIG-REQUESTS: [opcode: 131] Composite: [opcode: 154] DAMAGE: [opcode: 155, base (event: 115, error: 183)] DPMS: [opcode: 138] Extended-Visual-Information: [opcode: 140] GLX: [opcode: 143, base (event: 77, error: 155)] MIT-SCREEN-SAVER: [opcode: 133, base (event: 67)] MIT-SHM: [opcode: 144, base (event: 94, error: 167)] MIT-SUNDRY-NONSTANDARD: [opcode: 130] RANDR: [opcode: 153, base (event: 114)] RENDER: [opcode: 152, base (error: 178)] SECURITY: [opcode: 149, base (event: 111, error: 175)] SGI-GLX: [opcode: 143, base (event: 77, error: 155)] SHAPE: [opcode: 129, base (event: 64)] SYNC: [opcode: 132, base (event: 65, error: 130)] TOG-CUP: [opcode: 139] X-Resource: [opcode: 142] XC-APPGROUP: [opcode: 148, base (error: 174)] XC-MISC: [opcode: 134] XFIXES: [opcode: 150, base (event: 112, error: 177)] XFree86-Bigfont: [opcode: 151] XFree86-DGA: [opcode: 137, base (event: 68, error: 147)] XFree86-DRI: [opcode: 128, base (error: 128)] XFree86-Misc: [opcode: 136, base (error: 139)] XFree86-VidModeExtension: [opcode: 135, base (error: 132)] XInputExtension: [opcode: 145, base (event: 95, error: 168)] XKEYBOARD: [opcode: 147, base (event: 110, error: 173)] XTEST: [opcode: 146] XVideo: [opcode: 141, base (event: 75, error: 152)] X-Video Extension version: 2.2 Dimensions: 1280x768 pixels (433x260 millimeters). Resolution: 75x75 dots per inch. Depths (7): 24, 1, 4, 8, 15, 16, 32 Root window id: 0x4d Depth of root window: 24 planes Number of colormaps: min 1, max 1 Default colormap: 0x20 Default number of colormap cells: 256 Preallocated pixels: black 0, white 16777215 Options: backing-store no, save-unders no Largest cursor: 64x64 Xv infos: Adaptor #0: "Matrox G-Series Backend Scaler" Number of ports: 1 Port base: 73 Operations supported: PutImage Supported visuals: - Depth 24, visualID 0x23 - Depth 24, visualID 0x24 - Depth 24, visualID 0x25 - Depth 24, visualID 0x26 - Depth 24, visualID 0x27 - Depth 24, visualID 0x28 - Depth 24, visualID 0x29 - Depth 24, visualID 0x2a - Depth 24, visualID 0x2b - Depth 24, visualID 0x2c - Depth 24, visualID 0x2d - Depth 24, visualID 0x2e - Depth 24, visualID 0x2f - Depth 24, visualID 0x30 - Depth 24, visualID 0x31 - Depth 24, visualID 0x32 Number of attributes: 4 - XV_COLORKEY - XV_BRIGHTNESS - XV_CONTRAST - XV_DOUBLE_BUFFER Maximum XvImage size: 1024 x 1024 Number of image formats: 4 - Id: 0x32595559 (YUY2): Bits per pixel: 16 Number of planes: 1 Type: YUV (packed) - Id: 0x32315659 (YV12): Bits per pixel: 12 Number of planes: 3 Type: YUV (planar) - Id: 0x30323449 (I420): Bits per pixel: 12 Number of planes: 3 Type: YUV (planar) - Id: 0x59565955 (UYVY): Bits per pixel: 16 Number of planes: 1 Type: YUV (packed) End #0. -[ xiTK version 0.10.7 [XFT] ]-[ WM type: (EWMH) Metacity {Metacity} ]- Display is not using Xinerama. load_plugins: skipping unreadable plugin directory /home/mick/.xine/plugins. load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_ao_out_none.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_ao_out_file.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_ao_out_oss.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_ao_out_alsa.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_ao_out_arts.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_ao_out_esd.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_xshm.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_xshm.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_xv.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_xv.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_xvmc.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_opengl.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_syncfb.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_vidix.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_vidix.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_aa.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_fb.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_directfb.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_directfb.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_directfb.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_xxmc.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_none.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_dxr3_video.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_dxr3_spu.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_dxr3.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_dxr3.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_vcd.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_file.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_http.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_dvd.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_vcdo.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_v4l.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_v4l.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_gnome_vfs.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_smb.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_mms.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_stdin_fifo.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_pnm.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_rtp.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_rtsp.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_net.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_pvr.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_dvb.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_cdda.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_ogg.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_ogg.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_asf.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_mng.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_mpeg_ts.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_avi.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_mpeg_block.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_mpeg.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_mpeg_elem.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_mpeg_pes.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_qt.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_fli.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_yuv4mpeg2.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_real.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_rawdv.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_pva.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_yuv_frames.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_slave.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_nsv.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_matroska.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_iff.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_flv.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_ff.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_ff.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_ff.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_ff.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_dvaudio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_mpeg2.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_a52.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_spu.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_spucc.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_spucmml.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_spudvb.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_sputext.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_sputext.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_dts.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_mad.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_w32dll.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_w32dll.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_qt.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_qt.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_lpcm.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_bitplane.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_rgb.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_yuv.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_gsm610.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_nsf.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_vorbis.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_theora.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_speex.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_real.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_real_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_faad.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_flac.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_flac.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_mpc.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_planar.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_planar.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_planar.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_planar.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_planar.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_planar.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_planar.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_planar.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_planar.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_planar.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_goom.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_visualizations.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_visualizations.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_visualizations.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_mosaico.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_switch.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_tvtime.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_audio_filters.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_audio_filters.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_audio_filters.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_audio_filters.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_vdr.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_vdr.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_vdr.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_vdr.so found init class succeeded main: probing <dxr3> video output plugin video_out_dxr3: Failed to open control device /dev/em8300-0 (Permission denied) main: probing <aadxr3> video output plugin main: probing <xv> video output plugin video_out_xv: using Xv port 73 from adaptor Matrox G-Series Backend Scaler for hardware colorspace conversion and scaling. video_out_xv: port attribute XV_COLORKEY (6) value is 66046 video_out_xv: port attribute XV_BRIGHTNESS (5) value is 0 video_out_xv: port attribute XV_CONTRAST (4) value is 128 video_out_xv: double buffering mode = 1 video_out_xv: this adaptor supports the yuy2 format. video_out_xv: this adaptor supports the yv12 format. x11osd: unscaled overlay created (Colorkey mode). video_out: thread created main: probing <alsa> audio output plugin snd_pcm_open() failed:-19:No such device
Check if another program already uses PCM <<<
load_plugins: failed to load audio output plugin <alsa> main: probing <oss> audio output plugin audio_oss_out: Opening audio device... audio_oss_out: audio.device.oss_device_name = auto, probing devs audio_oss_out: using device >/dev/dsp< audio_oss_out: using SNDCTL_DSP_GETODELAY audio_oss_out: supported modes are mono stereo (a/52-pass-through not enabled in xine config)audio_oss_out: open() mixer /dev/mixer failed: No such file or directory audio_out: thread created xine_stream_new video_out: thread created audio_out: thread created xine_interface: unknown or deprecated stream param 10 set xine_stream_new xine_interface: unknown or deprecated stream param 10 set xine_stream_new xine_interface: unknown or deprecated stream param 10 set video_out_xv: VO_PROP_ASPECT_RATIO(0) gnome_vfs init_input_class gnome-vfs not initialised params.c:OpenConfFile() - Unable to open configuration file "/home/mick/.smb/smb.conf": No such file or directory params.c:OpenConfFile() - Unable to open configuration file "/home/mick/.smb/smb.conf.append": No such file or directory Using netbios name FREEVO. Using workgroup WORKGROUP. gui_xine_open_and_play(): mrl: 'vdr://tmp/vdr-xine/stream#demux:mpeg_pes', sub 'NONE', start_pos 0, start_time 0, av_offset 0, spu_offset 0. gnome_vfs init_input_class gnome-vfs not initialised xine: found input plugin : VDR display device plugin input_vdr: failed to open '//tmp/vdr-xine/stream' (timeout expired during setup phase) xine: input plugin cannot open MRL [vdr://tmp/vdr-xine/stream#demux:mpeg_pes] gnome_vfs init_input_class gnome-vfs not initialised xine: found input plugin : VDR display device plugin input_vdr: failed to open '//tmp/vdr-xine/stream#demux:mpeg_pes' (No such file or directory) xine: input plugin cannot open MRL [vdr://tmp/vdr-xine/stream#demux:mpeg_pes] xine: cannot find input plugin for MRL [vdr://tmp/vdr-xine/stream#demux:mpeg_pes]
---------------------- (ERROR) ---------------------- got XINE_ERROR_NO_INPUT_PLUGIN. ------------------ (END OF ERROR) -------------------
---------------------- (ERROR) ---------------------- - xine engine error -
There is no input plugin available to handle 'vdr://tmp/vdr-xine/stream#demux:mpeg_pes'. Maybe MRL syntax is wrong or file/stream source doesn't exist. ------------------ (END OF ERROR) -------------------
---------------------- (ERROR) ---------------------- - xine engine error -
There is no input plugin available to handle 'vdr://tmp/vdr-xine/stream#demux:mpeg_pes'. Maybe MRL syntax is wrong or file/stream source doesn't exist. ------------------ (END OF ERROR) -------------------
gui_xine_open_and_play(): mrl: 'file:/usr/share/xine/skins/xine-ui_logo.mpv', sub 'NONE', start_pos 0, start_time 0, av_offset 0, spu_offset 0. gnome_vfs init_input_class gnome-vfs not initialised xine: found input plugin : file input plugin load_plugins: probing demux 'anx' load_plugins: probing demux 'mng' load_plugins: probing demux 'wve' load_plugins: probing demux 'idcin' load_plugins: probing demux 'ipmovie' load_plugins: probing demux 'vqa' load_plugins: probing demux 'wc3movie' load_plugins: probing demux 'roq' load_plugins: probing demux 'str' load_plugins: probing demux 'film' load_plugins: probing demux 'smjpeg' load_plugins: probing demux 'fourxm' load_plugins: probing demux 'vmd' load_plugins: probing demux 'aud' load_plugins: probing demux 'aiff' load_plugins: probing demux 'flac' load_plugins: probing demux 'nsf' load_plugins: probing demux 'realaudio' load_plugins: probing demux 'snd' load_plugins: probing demux 'voc' load_plugins: probing demux 'vox' load_plugins: probing demux 'mod' TEST mod decode load_plugins: probing demux 'asf' load_plugins: probing demux 'mpeg-ts' load_plugins: probing demux 'avi' load_plugins: probing demux 'mpeg_block' load_plugins: probing demux 'mpeg_pes' load_plugins: probing demux 'quicktime' load_plugins: probing demux 'fli' load_plugins: probing demux 'yuv4mpeg2' load_plugins: probing demux 'real' load_plugins: probing demux 'pva' load_plugins: probing demux 'slave' load_plugins: probing demux 'nsv' load_plugins: probing demux 'matroska' ebml: invalid EBML ID size (0x0) at position 1 ebml: invalid master element load_plugins: probing demux 'iff' load_plugins: probing demux 'flashvideo' load_plugins: probing demux 'ogg' load_plugins: probing demux 'mpeg' load_plugins: probing demux 'ac3' load_plugins: probing demux 'dts' load_plugins: probing demux 'cdda' load_plugins: probing demux 'wav' load_plugins: probing demux 'rawdv' load_plugins: probing demux 'mp3' load_plugins: probing demux 'aac' load_plugins: probing demux 'elem' xine: found demuxer plugin: Elementary MPEG stream demux plugin video discontinuity #1, type is 0, disc_off 0 waiting for audio discontinuity #1 audio discontinuity #1, type is 0, disc_off 0 waiting for in_discontinuity update #1 vpts adjusted with prebuffer to 409580 load_plugins: plugin dxr3-mpeg2 failed to instantiate itself. load_plugins: plugin mpeg2 will be used for video streamtype 00. av_offset=0 pts spu_offset=0 pts xine_play AFD changed to: -1 video_out: throwing away image with pts 412580 because it's too old (diff : 80611). video_out: throwing away image with pts 415580 because it's too old (diff : 77611). play_internal ...done video_out: throwing away image with pts 418580 because it's too old (diff : 98505). video_out: throwing away image with pts 421580 because it's too old (diff : 95505). bad_frame bad_frame bad_frame bad_frame bad_frame bad_frame bad_frame bad_frame bad_frame bad_frame ---
And thats where I hit ctl-c. I get a "pop-up" window saying unable to find
Mike
On 1/18/07, mike lewis lachlanlewis@gmail.com wrote:
On 1/12/07, mike lewis lachlanlewis@gmail.com wrote:
On 1/12/07, Darren Salt linux@youmustbejoking.demon.co.uk wrote:
I demand that mike lewis may or may not have written...
[snip]
unrecognized file type for 'debian/libxine1/usr/share/bug/libxine1/presubj' at /usr/bin/dpkg-shlibdeps line 120.
[snip]
I'm not sure that the fakeroot thing means anything. I think the the make Error 9 holds the key.. Time for bed now. Any pointers?
$ ls -l debian/libxine1/usr/share/bug/libxine1/presubj
My guess is that it's been marked as executable.
$ chmod a-x,a+X debian/* $ chmod a+x debian/rules debian/shlibdeps.sh $ debuild binary
Thanks.
And BTW; just noticed you were the auther of runvdr. Thankyou for your contribution and continued contributions.
Hmm, is it ethical to say "thanks but I'm not finished with you yet..." ;-)..
I'm still having problems getting this going. I got the new lib-xine to install.
But now I get an Error saying that xine cannot find the "mrl" handler for "vdr:". What the??
(This is a long one...): mick@freevo:/build/newxine$ xine vdr://tmp/vdr-xine/stream#demux:mpeg_pes --hide-gui --verbose=2 This is xine (X11 gui) - a free video player v0.99.4. (c) 2000-2004 The xine Team. Built with xine library 1.1.1 (1.1.1) Found xine library version: 1.1.3 (1.1.3). Plateform informations:
system name : Linux node name : freevo release : 2.6.17-10-generic version : #2 SMP Tue Dec 5 22:28:26 UTC 2006 machine : i686
CPU Informations:
processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 6 model name : AMD Athlon(tm) XP 1800+ stepping : 2 cpu MHz : 1527.108 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr
pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow up ts bogomips : 3055.72
Display Name: :0.0, XServer Vendor: The X.Org Foundation, Protocol Version: 11, Revision: 0, Available Screen(s): 1, Default screen number: 0, Using screen: 0, Depth: 24, XShmQueryVersion: 1.1, Maximum request size: 16777212 bytes, Motion buffer size: 256, Bitmap unit: 32, Bit order: LSBFirst, Padding: 32, Image byte order: LSBFirst, Number of supported pixmap formats: 7, Supported pixmap formats: Depth Bits_per_pixel Scanline_pad 1 1 32 4 8 32 8 8 32 15 16 32 16 16 32 24 32 32 32 32 32 -----------------------------------------------
Focus: Window 0x2800020, revert to Parent, Number of extensions: 29 BIG-REQUESTS: [opcode: 131] Composite: [opcode: 154] DAMAGE: [opcode: 155, base (event: 115, error: 183)] DPMS: [opcode: 138] Extended-Visual-Information: [opcode: 140] GLX: [opcode: 143, base (event: 77, error: 155)] MIT-SCREEN-SAVER: [opcode: 133, base (event: 67)] MIT-SHM: [opcode: 144, base (event: 94, error: 167)] MIT-SUNDRY-NONSTANDARD: [opcode: 130] RANDR: [opcode: 153, base (event: 114)] RENDER: [opcode: 152, base (error: 178)] SECURITY: [opcode: 149, base (event: 111, error: 175)] SGI-GLX: [opcode: 143, base (event: 77, error: 155)] SHAPE: [opcode: 129, base (event: 64)] SYNC: [opcode: 132, base (event: 65, error: 130)] TOG-CUP: [opcode: 139] X-Resource: [opcode: 142] XC-APPGROUP: [opcode: 148, base (error: 174)] XC-MISC: [opcode: 134] XFIXES: [opcode: 150, base (event: 112, error: 177)] XFree86-Bigfont: [opcode: 151] XFree86-DGA: [opcode: 137, base (event: 68, error: 147)] XFree86-DRI: [opcode: 128, base (error: 128)] XFree86-Misc: [opcode: 136, base (error: 139)] XFree86-VidModeExtension: [opcode: 135, base (error: 132)] XInputExtension: [opcode: 145, base (event: 95, error: 168)] XKEYBOARD: [opcode: 147, base (event: 110, error: 173)] XTEST: [opcode: 146] XVideo: [opcode: 141, base (event: 75, error: 152)] X-Video Extension version: 2.2 Dimensions: 1280x768 pixels (433x260 millimeters). Resolution: 75x75 dots per inch. Depths (7): 24, 1, 4, 8, 15, 16, 32 Root window id: 0x4d Depth of root window: 24 planes Number of colormaps: min 1, max 1 Default colormap: 0x20 Default number of colormap cells: 256 Preallocated pixels: black 0, white 16777215 Options: backing-store no, save-unders no Largest cursor: 64x64 Xv infos: Adaptor #0: "Matrox G-Series Backend Scaler" Number of ports: 1 Port base: 73 Operations supported: PutImage Supported visuals: - Depth 24, visualID 0x23 - Depth 24, visualID 0x24 - Depth 24, visualID 0x25 - Depth 24, visualID 0x26 - Depth 24, visualID 0x27 - Depth 24, visualID 0x28 - Depth 24, visualID 0x29 - Depth 24, visualID 0x2a - Depth 24, visualID 0x2b - Depth 24, visualID 0x2c - Depth 24, visualID 0x2d - Depth 24, visualID 0x2e - Depth 24, visualID 0x2f - Depth 24, visualID 0x30 - Depth 24, visualID 0x31 - Depth 24, visualID 0x32 Number of attributes: 4 - XV_COLORKEY - XV_BRIGHTNESS - XV_CONTRAST - XV_DOUBLE_BUFFER Maximum XvImage size: 1024 x 1024 Number of image formats: 4 - Id: 0x32595559 (YUY2): Bits per pixel: 16 Number of planes: 1 Type: YUV (packed) - Id: 0x32315659 (YV12): Bits per pixel: 12 Number of planes: 3 Type: YUV (planar) - Id: 0x30323449 (I420): Bits per pixel: 12 Number of planes: 3 Type: YUV (planar) - Id: 0x59565955 (UYVY): Bits per pixel: 16 Number of planes: 1 Type: YUV (packed) End #0. -[ xiTK version 0.10.7 [XFT] ]-[ WM type: (EWMH) Metacity {Metacity} ]- Display is not using Xinerama. load_plugins: skipping unreadable plugin directory /home/mick/.xine/plugins. load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_ao_out_none.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_ao_out_file.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_ao_out_oss.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_ao_out_alsa.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_ao_out_arts.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_ao_out_esd.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_xshm.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_xshm.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_xv.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_xv.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_xvmc.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_opengl.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_syncfb.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_vidix.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_vidix.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_aa.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_fb.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_directfb.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_directfb.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_directfb.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_xxmc.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_none.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_dxr3_video.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_dxr3_spu.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_dxr3.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_vo_out_dxr3.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_vcd.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_file.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_http.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_dvd.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_vcdo.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_v4l.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_v4l.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_gnome_vfs.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_smb.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_mms.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_stdin_fifo.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_pnm.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_rtp.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_rtsp.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_net.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_pvr.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_dvb.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_cdda.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_ogg.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_ogg.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_asf.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_mng.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_games.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_mpeg_ts.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_avi.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_mpeg_block.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_mpeg.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_mpeg_elem.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_mpeg_pes.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_qt.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_fli.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_yuv4mpeg2.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_real.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_rawdv.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_pva.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_yuv_frames.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_slave.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_nsv.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_matroska.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_iff.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_flv.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_ff.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_ff.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_ff.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_ff.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_dvaudio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_mpeg2.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_a52.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_spu.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_spucc.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_spucmml.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_spudvb.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_sputext.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_dmx_sputext.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_dts.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_mad.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_w32dll.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_w32dll.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_qt.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_qt.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_lpcm.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_bitplane.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_rgb.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_yuv.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_gsm610.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_nsf.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_vorbis.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_theora.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_speex.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_real.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_real_audio.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_faad.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_flac.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_flac.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_decode_mpc.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_planar.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_planar.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_planar.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_planar.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_planar.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_planar.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_planar.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_planar.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_planar.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_planar.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_goom.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_visualizations.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_visualizations.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_visualizations.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_mosaico.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_switch.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_tvtime.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_audio_filters.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_audio_filters.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_audio_filters.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_audio_filters.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_vdr.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_vdr.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/post/xineplug_post_vdr.so found load_plugins: plugin /usr/lib/xine/plugins/1.1.3/xineplug_inp_vdr.so found init class succeeded main: probing <dxr3> video output plugin video_out_dxr3: Failed to open control device /dev/em8300-0 (Permission denied) main: probing <aadxr3> video output plugin main: probing <xv> video output plugin video_out_xv: using Xv port 73 from adaptor Matrox G-Series Backend Scaler for hardware colorspace conversion and scaling. video_out_xv: port attribute XV_COLORKEY (6) value is 66046 video_out_xv: port attribute XV_BRIGHTNESS (5) value is 0 video_out_xv: port attribute XV_CONTRAST (4) value is 128 video_out_xv: double buffering mode = 1 video_out_xv: this adaptor supports the yuy2 format. video_out_xv: this adaptor supports the yv12 format. x11osd: unscaled overlay created (Colorkey mode). video_out: thread created main: probing <alsa> audio output plugin snd_pcm_open() failed:-19:No such device
Check if another program already uses PCM <<<
load_plugins: failed to load audio output plugin <alsa> main: probing <oss> audio output plugin audio_oss_out: Opening audio device... audio_oss_out: audio.device.oss_device_name = auto, probing devs audio_oss_out: using device >/dev/dsp< audio_oss_out: using SNDCTL_DSP_GETODELAY audio_oss_out: supported modes are mono stereo (a/52-pass-through not enabled in xine config)audio_oss_out: open() mixer /dev/mixer failed: No such file or directory audio_out: thread created xine_stream_new video_out: thread created audio_out: thread created xine_interface: unknown or deprecated stream param 10 set xine_stream_new xine_interface: unknown or deprecated stream param 10 set xine_stream_new xine_interface: unknown or deprecated stream param 10 set video_out_xv: VO_PROP_ASPECT_RATIO(0) gnome_vfs init_input_class gnome-vfs not initialised params.c:OpenConfFile() - Unable to open configuration file "/home/mick/.smb/smb.conf": No such file or directory params.c:OpenConfFile() - Unable to open configuration file "/home/mick/.smb/smb.conf.append": No such file or directory Using netbios name FREEVO. Using workgroup WORKGROUP. gui_xine_open_and_play(): mrl: 'vdr://tmp/vdr-xine/stream#demux:mpeg_pes', sub 'NONE', start_pos 0, start_time 0, av_offset 0, spu_offset 0. gnome_vfs init_input_class gnome-vfs not initialised xine: found input plugin : VDR display device plugin input_vdr: failed to open '//tmp/vdr-xine/stream' (timeout expired during setup phase) xine: input plugin cannot open MRL [vdr://tmp/vdr-xine/stream#demux:mpeg_pes] gnome_vfs init_input_class gnome-vfs not initialised xine: found input plugin : VDR display device plugin input_vdr: failed to open '//tmp/vdr-xine/stream#demux:mpeg_pes' (No such file or directory) xine: input plugin cannot open MRL [vdr://tmp/vdr-xine/stream#demux:mpeg_pes] xine: cannot find input plugin for MRL [vdr://tmp/vdr-xine/stream#demux:mpeg_pes]
---------------------- (ERROR) ---------------------- got XINE_ERROR_NO_INPUT_PLUGIN. ------------------ (END OF ERROR) -------------------
---------------------- (ERROR) ----------------------
- xine engine error -
There is no input plugin available to handle 'vdr://tmp/vdr-xine/stream#demux:mpeg_pes'. Maybe MRL syntax is wrong or file/stream source doesn't exist. ------------------ (END OF ERROR) -------------------
---------------------- (ERROR) ----------------------
- xine engine error -
There is no input plugin available to handle 'vdr://tmp/vdr-xine/stream#demux:mpeg_pes'. Maybe MRL syntax is wrong or file/stream source doesn't exist. ------------------ (END OF ERROR) -------------------
gui_xine_open_and_play(): mrl: 'file:/usr/share/xine/skins/xine-ui_logo.mpv', sub 'NONE', start_pos 0, start_time 0, av_offset 0, spu_offset 0. gnome_vfs init_input_class gnome-vfs not initialised xine: found input plugin : file input plugin load_plugins: probing demux 'anx' load_plugins: probing demux 'mng' load_plugins: probing demux 'wve' load_plugins: probing demux 'idcin' load_plugins: probing demux 'ipmovie' load_plugins: probing demux 'vqa' load_plugins: probing demux 'wc3movie' load_plugins: probing demux 'roq' load_plugins: probing demux 'str' load_plugins: probing demux 'film' load_plugins: probing demux 'smjpeg' load_plugins: probing demux 'fourxm' load_plugins: probing demux 'vmd' load_plugins: probing demux 'aud' load_plugins: probing demux 'aiff' load_plugins: probing demux 'flac' load_plugins: probing demux 'nsf' load_plugins: probing demux 'realaudio' load_plugins: probing demux 'snd' load_plugins: probing demux 'voc' load_plugins: probing demux 'vox' load_plugins: probing demux 'mod' TEST mod decode load_plugins: probing demux 'asf' load_plugins: probing demux 'mpeg-ts' load_plugins: probing demux 'avi' load_plugins: probing demux 'mpeg_block' load_plugins: probing demux 'mpeg_pes' load_plugins: probing demux 'quicktime' load_plugins: probing demux 'fli' load_plugins: probing demux 'yuv4mpeg2' load_plugins: probing demux 'real' load_plugins: probing demux 'pva' load_plugins: probing demux 'slave' load_plugins: probing demux 'nsv' load_plugins: probing demux 'matroska' ebml: invalid EBML ID size (0x0) at position 1 ebml: invalid master element load_plugins: probing demux 'iff' load_plugins: probing demux 'flashvideo' load_plugins: probing demux 'ogg' load_plugins: probing demux 'mpeg' load_plugins: probing demux 'ac3' load_plugins: probing demux 'dts' load_plugins: probing demux 'cdda' load_plugins: probing demux 'wav' load_plugins: probing demux 'rawdv' load_plugins: probing demux 'mp3' load_plugins: probing demux 'aac' load_plugins: probing demux 'elem' xine: found demuxer plugin: Elementary MPEG stream demux plugin video discontinuity #1, type is 0, disc_off 0 waiting for audio discontinuity #1 audio discontinuity #1, type is 0, disc_off 0 waiting for in_discontinuity update #1 vpts adjusted with prebuffer to 409580 load_plugins: plugin dxr3-mpeg2 failed to instantiate itself. load_plugins: plugin mpeg2 will be used for video streamtype 00. av_offset=0 pts spu_offset=0 pts xine_play AFD changed to: -1 video_out: throwing away image with pts 412580 because it's too old (diff : 80611). video_out: throwing away image with pts 415580 because it's too old (diff : 77611). play_internal ...done video_out: throwing away image with pts 418580 because it's too old (diff : 98505). video_out: throwing away image with pts 421580 because it's too old (diff : 95505). bad_frame bad_frame bad_frame bad_frame bad_frame bad_frame bad_frame bad_frame bad_frame bad_frame
And thats where I hit ctl-c. I get a "pop-up" window saying unable to find
Never mind. I apt-get remove vdr and all related plugins, then install them all again, and it's working now.
However, I can't get vdr to tune. On each channel change I get a tuner timeout error via /var/log/messages.
I'll see if I can get mplayer to tune before I start another thread about that issue.. Thanks for your help again Darren. Your a champ!
Mick
I demand that mike lewis may or may not have written...
[snip]
I finally got around to trying this. Stuck at "debuild". I'm unable to find it on my system and unable to find it as a refference in aptitude (hitting S in the GUI).
devscripts. You could have used packages.ubuntu.com to find that.
[snip]
On 1/11/07, Darren Salt linux@youmustbejoking.demon.co.uk wrote:
I demand that mike lewis may or may not have written...
[snip]
I finally got around to trying this. Stuck at "debuild". I'm unable to find it on my system and unable to find it as a refference in aptitude (hitting S in the GUI).
devscripts. You could have used packages.ubuntu.com to find that.
See.. I'm converting you ;-) soon enough you'll be building for ubuntu hehe..
But I digress.. Any idea's on my last post?
Mick
In 4E944AA99D%linux@youmustbejoking.demon.co.uk, Darren Salt wrote:
I demand that Tony Houghton may or may not have written...
In 4E943BC299%linux@youmustbejoking.demon.co.uk, Darren Salt wrote:
I demand that Tony Houghton may or may not have written...
Is there any chance you could enable the DirectFB output in your libxine package?
It's too late for 1.1.3-2, but I've enabled it ready for whenever I next decide to do a package update.
Thanks. I'll look out for that and try to do a big kernel- and dist-upgrade as and when. It's about time.
dist-upgrade? Are you sure?
Well, things do tend to break more often on my VDR box than on other boxes when I do, but I need something to keep me occupied...
Speaking of kernel upgrades I'm still using a 2.6.17 kernel on that box because when I tried to upgrade to 2.6.18 my remote stopped working even though the patch still seeemed to apply OK. I think you're using the same remote as me (Hauppauge "grey") but with a more advanced patch that allows a keymap to be loaded,
I _was_. My budget-ci patches have been modified somewhat since then [1] and are currently in the v4l-dvb repository; they should be in 2.6.20-rc1 (I think that they're already in 2.6.19-git*).
I might look out for that instead of the mainstream kernel then.
whereas I found a simpler patch which just hardwires a different set of keycodes. Have you used 2.6.18 or later OK?
Not entirely - 2.6.18 didn't seem too good generally here, but 2.6.19 seems fine (apart from, perhaps, a small problem which is manifest via apt updates). Anyway, this is with different hardware, and I have a couple of cx88 patches which need to be updated...
I've got a cx88 card too...
On Sun, 10 Dec 2006, Reinhard Nissl wrote:
it's been a long time being busy at work and home, so I'm very pleased to announce maintenance release 0.7.10 today: http://home.vr-web.de/~rnissl/vdr-xine-0.7.10.tgz
Wow! Its playing great - now channels changes works without irritatting picture jerking. Good job :)
I have one request for next versions... Sometimes VDR updates channel params - in log appears:
Dec 10 22:42:07 toster vdr: [23323] switching to channel 30 Dec 10 22:42:09 toster vdr: [23323] retuning due to modification of channel 30 Dec 10 22:42:09 toster vdr: [23323] switching to channel 30
vdr-xine takes it like channel switching - no video for while. Perhaps You can make any optimization to take it with no video lost?
Second thing: I'm using xxmc on nVidia card. When I'm switching channel, there is black "no signal" screen with OSD, then blue screen (nVidia waiting for sync frame) and then video. Could You make an option for ignoring mpeg stream while sync frame appears? Blue screen without OSD is a little irritatting...
Thanks a lots... Good job :)
Boguslaw Juza
Hi,
Boguslaw Juza wrote:
On Sun, 10 Dec 2006, Reinhard Nissl wrote:
it's been a long time being busy at work and home, so I'm very pleased to announce maintenance release 0.7.10 today: http://home.vr-web.de/~rnissl/vdr-xine-0.7.10.tgz
Wow! Its playing great - now channels changes works without irritatting picture jerking. Good job :)
I don't know what should have changed in vdr-xine that it works now. Maybe it's a matter of ongoing xine-lib development.
I have one request for next versions... Sometimes VDR updates channel params - in log appears:
Dec 10 22:42:07 toster vdr: [23323] switching to channel 30 Dec 10 22:42:09 toster vdr: [23323] retuning due to modification of channel 30 Dec 10 22:42:09 toster vdr: [23323] switching to channel 30
vdr-xine takes it like channel switching - no video for while. Perhaps You can make any optimization to take it with no video lost?
Well, this is hardly possible. VDR stops the transfer thread, calls cDevice::Clear() and starts a new transfer thread. So there will always be a loss of buffers and therefore an interruption of video/audio.
Second thing: I'm using xxmc on nVidia card. When I'm switching channel, there is black "no signal" screen with OSD, then blue screen (nVidia waiting for sync frame) and then video. Could You make an option for ignoring mpeg stream while sync frame appears? Blue screen without OSD is a little irritatting...
I own a GeForce 6600-GT, use nVidias driver 1.0-9631 and do not see a blue screen without OSD. Can you tell me your settings to reproduce this issue?
On Sun, 10 Dec 2006, Reinhard Nissl wrote:
I don't know what should have changed in vdr-xine that it works now. Maybe it's a matter of ongoing xine-lib development.
My settings: prebufferFrames = 8 prebufferHysteresis = 0 monitoringDuration = 0
There was near two seconds picture jerking after channel sets in 0.7.9. Now is much better - picture is frozen for 8/25 sec and then play smoothly. Correction: It still happens for few channels. But only a few ones:) jerking example: Zdrowie i Uroda:11158:v:S13.0E:27500:337:338=pol:0:0:13106:113:13200:0 smooth example: TV POLONIA:11487:h:S13.0E:27500:160:80=pol:500:0:5101:318:1500:0
Second thing: I'm using xxmc on nVidia card. When I'm switching channel, there is black "no signal" screen with OSD, then blue screen (nVidia waiting for sync frame) and then video. Could You make an option for ignoring mpeg stream while sync frame appears? Blue screen without OSD is a little irritatting...
I own a GeForce 6600-GT, use nVidias driver 1.0-9631 and do not see a blue screen without OSD. Can you tell me your settings to reproduce this issue?
X Window System Version 6.8.2 Linux 2.6.18.3 #1 PREEMPT NVIDIA GPU GeForce FX 5200 at PCI:1:5:0 NVIDIA dlloader X Driver 1.0-9631
xine -f -g vdr:/tmp/vdr-xine/stream#demux:mpeg_pes -Vxxmc -D --post vdr xine: video.device.xvmc_bob_deinterlacing:1 xine: video.device.xvmc_nvidia_color_fix:1
DVB-S SkyStar2, drivers from kernel.
Boguslaw Juza