Author |
Message |
iscraigh
|
Posted: Wed Sep 28, 2005 12:02 pm |
|
Joined: Mon Mar 21, 2005 1:43 pm
Posts: 388
Location:
Nanaimo BC
|
Not sure if my post got deleted for posting under regular installation but I figured Xine is included in KnoppMyth so that would be the place to put it but i will try here instead.
When I try to play a dvd in Xine through Myth i get the error audio device in use when i select more for info the error is that there is an unknown buffer type.
Any Ideas
Craig
Ok now it seems to work???? strange
Just curious if anyone else has run into this?
R5a16.1
cs4294 sound card
sempron 2500
7nif board
2xpvr250 cards
|
|
Top |
|
 |
Tam905
|
Posted: Sat Oct 15, 2005 12:12 pm |
|
Joined: Wed Sep 21, 2005 1:58 pm
Posts: 10
|
hey I get this same error, however mine hasn't gone away yet  I've been reading about changing the xine command from
xine dvd://
to
xine -pfhq --auto-scan dvd
but that didn't work, I'm wondering if I need to reinstall xine? did you do anything specific to get xine to work? I'm using R5A16 the xine window pops up but the error "audio device is in use" comes up
Thanks for anyhelp!
- M -
_________________ - Tam -
|
|
Top |
|
 |
tjc
|
Posted: Sat Oct 15, 2005 12:19 pm |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
Is your /dev/dvd link set correctly? Search for post by me that mention /dev/dvd should turn up multiple diagnostic and fix threads for different folks.
|
|
Top |
|
 |
Tam905
|
Posted: Sat Oct 15, 2005 12:51 pm |
|
Joined: Wed Sep 21, 2005 1:58 pm
Posts: 10
|
wow thanks for your quick reply,
ok after running the cd_link.sh I found that my /dev/dvd --> /dvd/hdd so I fixed the link so that it points to /dev/hdc which is my dvd-rom drive.
then I mounted the dvd drive (via ssh) and clicked on the playdvd button in mythtv.
dvd started up but again I got the audio error, anymore ideas?
also, from the xine window the error I get is:
audio_decoder: error, unknown buffer type: 01060000
audio_decoder: error, unknown buffer type: 04000000
audio_decoder: error, unknown buffer type: 02000000
but progress was made! lol the dvd-rom is now being accessed, aslo in my .xsessions-errors before it logged that the dvd drive couldn't be access and now is being accessed
thanks tho this is comming along one step at a time 
_________________ - Tam -
|
|
Top |
|
 |
tjc
|
Posted: Sat Oct 15, 2005 1:19 pm |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
I'm slightly concerned that the script misdetected your optical drive. Try this to see what the kernel thinks is where:
Code: root@black2:~# grep [hs]d[abcdefgh][:1234567] /var/log/dmesg ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd:DMA hda: ST3250823A, ATA DISK drive hdb: ST3250823A, ATA DISK drive hdc: _NEC DVD_RW ND-3520A, ATAPI CD/DVD-ROM drive hda: max request size: 1024KiB hda: 488397168 sectors (250059 MB) w/8192KiB Cache, CHS=30401/255/63, UDMA(100) hda: cache flushes supported hda: hda1 hda2 hda3 hda4 hdb: max request size: 1024KiB hdb: 488397168 sectors (250059 MB) w/8192KiB Cache, CHS=30401/255/63, UDMA(100) hdb: cache flushes supported hdb: hdb1 hdc: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33) Adding 955856k swap on /dev/hda2. Priority:-1 extents:1 EXT3 FS on hda1, internal journal
|
|
Top |
|
 |
Tam905
|
Posted: Sat Oct 15, 2005 1:33 pm |
|
Joined: Wed Sep 21, 2005 1:58 pm
Posts: 10
|
well here's the output of my dmesg:
Code: ide0: BM-DMA at 0xb800-0xb807, BIOS settings: hda:DMA, hdb:pio ide1: BM-DMA at 0xb808-0xb80f, BIOS settings: hdc:DMA, hdd:DMA Probing IDE interface ide0... hda: ST3200826A, ATA DISK drive ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 Probing IDE interface ide1... hdc: TOSHIBA DVD-ROM SD-M1402, ATAPI CD/DVD-ROM drive hdd: CD-R/RW RW7120A, ATAPI CD/DVD-ROM drive ide1 at 0x170-0x177,0x376 on irq 15 Probing IDE interface ide2... Probing IDE interface ide3... Probing IDE interface ide4... Probing IDE interface ide5... hda: max request size: 1024KiB hda: 390721968 sectors (200049 MB) w/8192KiB Cache, CHS=24321/255/63, UDMA(100) hda: cache flushes supported hda: hda1 hda2 hda3 hda4 hdc: ATAPI 40X DVD-ROM drive, 128kB Cache, UDMA(33) Uniform CD-ROM driver Revision: 3.20 hdd: ATAPI 32X CD-ROM CD-R/RW drive, 4096kB Cache, DMA libata version 1.10 loaded.
however now I'm getting acouple of new errors when I check .xsession-errors after clicking on the watch TV button: Code: 2005-10-15 15:34:42.048 Using XV port 177 X Error: BadMatch (invalid parameter attributes) 8 Major opcode: 142 Minor opcode: 14 Resource id: 0x128 2005-10-15 15:34:42.056 Couldn't get the color key color, and we need it. You likely won't get any video. 2005-10-15 15:34:42.495 Using realtime priority. 2005-10-15 15:34:42.510 Changing from None to WatchingLiveTV 2005-10-15 15:34:42.922 Video timing method: SGI OpenGL
heh but I still get video output ?! ( I'm a little confused) I've googled these and tried a search for a fix about this stuff in the forums and came up with nothing really useful yet, but I really appreciate your help
thanks again,
_________________ - Tam -
|
|
Top |
|
 |
tjc
|
Posted: Sat Oct 15, 2005 2:26 pm |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
Just a heads up on a couple of local rules - First off, posting post-install (yes this is post install according to Cecil's rather clear defintions) stuff to KnoppMyth->Install WILL get it nuked. Cecil is again very clear about that fact in the sticky "read this before posting" and "off topic postings will be deleted" messages. Frankly I can only applaud his efforts to maintain some kind of sanity and order. Secondly, he loaths "thread hijacking" i.e. changing topics in midthread (from problems with DVDs to watching TV in this case), so we'll ignore that for now and go back to the initial question.
The two optical drives is what confused the setup script, so that's explained. I forsee some future fun and games to get the CD burner working but that's for another day. You do realize that xine has nothing to do with normal TV playback right? It or mplayer are only used for optical disks like DVD and VCD, and ripped "videos", ordinary TV ("live" or recorded) uses an internal player. As for DVD playback, your problem maybe related to the fact that KnoppMyth doesn't support playing encrypted DVDs (most commercial DVDs are encrypted with something called the CSS) due to an evil little US law known as the DMCA that makes it illegal. As a result of justifiable concerns about some media lawyer making his life miserable Cecil has asked that we not discuss that topic beyond this point in the forums.
|
|
Top |
|
 |
Tam905
|
Posted: Sun Oct 16, 2005 9:56 am |
|
Joined: Wed Sep 21, 2005 1:58 pm
Posts: 10
|
Yeah sorry about the off topic noise, we'll just stick to the initial problem, I do know that Xine and Mplayer are used for DVD / VCD / ripped videos, I know about CSS and that it's a little sketchy to talk about, however I can say that it shouldn't be an issue anymore  hey what do you know haha works like a charm
Thanks tjc for all your help you rock!
- M -
_________________ - Tam -
|
|
Top |
|
 |
tjc
|
Posted: Sun Oct 16, 2005 11:20 am |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
Glad to help. 
|
|
Top |
|
 |