Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kir

Pages: 1 2 3 [4] 5 6 ... 13
46
Users / Re: Keyboard Shortcuts
« on: March 06, 2008, 12:55:25 pm »
The best place would be to put articles in the wiki, if you can do this :) Or editing existing articles, if you see that issues are already described there, to update them.

47
Users / Re: Wiki Spam
« on: March 06, 2008, 11:43:20 am »

48
Users / Re: DVD player retry on error
« on: March 06, 2008, 11:25:48 am »
If this is a real DVD, then I suspect something should be fixed inside of xine-lib itself - or even on the libdvdread level (library used by xine for the DVD reading). For the ripped DVDs there is a separate known issue when some keys cannot be retrieved by the DVDCSS and playback of such chapters/titles fails.

49
Users / Re: How To Listen Online Radio With LMCE
« on: March 05, 2008, 12:36:39 pm »
I don't have any links to internet videos at the moment, so can't test. One possible change will be that you need to put the MediaType to 5 instead of "4". Please post here your results.

50
Users / Re: Myth TV still locking up after 710 upgrade
« on: March 04, 2008, 05:49:41 pm »
I am not a Myth guru, but I would suggest to attach to it via gdb when it is stuck and do a "thread apply all bt full" to get the dump of all active threads and post it here.

52
Users / Re: Internet Radio/TV streaming
« on: March 04, 2008, 12:49:47 pm »
Just to provide references for everyone reading this topic:

Mantis issue for Internet Radio: http://mantis.linuxmce.org/view.php?id=4012
How-to for the creating custom scenario to play Internet Radio in current LMCE (until the new shining support for radio will be added): http://wiki.linuxmce.org/index.php/Internet_Radio

53
Feature requests & roadmap / Re: internet radio support
« on: March 04, 2008, 12:48:02 pm »
Please refer to this wiki article, maybe this workaround will be OK for you currently:
http://wiki.linuxmce.org/index.php/Internet_Radio

54
Users / Re: How To Listen Online Radio With LMCE
« on: March 04, 2008, 12:45:46 pm »
Update: this hint was wikified, reworked to use "Media Plugin" instead of Xine_Player (this allows to see that media is played in Orbiter), another radio URL was added (currently it works), and also added notes&troubleshooting.

http://wiki.linuxmce.org/index.php/Internet_Radio

55
I guess this comment:

Code: [Select]
- To upgrade from 0710 beta3 to 0710 beta4, you can use "LinuxMCE Install CDs for I386 - 0710 Beta 4" or "LinuxMCE Install DVD for I386 - 0710 Beta 4" with "keep settings" option.

on http://wiki.linuxmce.org/index.php/Mirrors_0710_beta_4 actually means that if you want to upgrade beta3 amd64, you should download "LinuxMCE Install DVD for AMD64 - 0710 Beta 4" and use "keep settings" option.

56
Users / Re: Beta 4
« on: March 03, 2008, 02:55:21 pm »

57
Users / Re: DivX movies dont play AC3 Passthru
« on: February 27, 2008, 11:02:24 am »
Even if windows did some upmixing (which I find hard to believe... ) I don't think it could cheat the reciever ...
Maybe there's some setting somewhere that needs to be adjusted but I really do not know where to look ... ??? :(

Re: upmixing - it is possible, but of course if you use some player. Some players, iirc, can even do backtranscoding PCM->AC3 for receiver. When playing in Windows, do you have the "Dolby" indicator turned on?

There is possibility that ffmpeg failed to detected 5.1 for this certain file, but I don't think it is the case. Here are my tests for the true AVI with AC3:

Code: [Select]
Duration: 01:31:54.2, start: 0.000000, bitrate: 2124 kb/s
  Stream #0.0: Video: mpeg4, yuv420p, 672x368, 25.00 fps(r)
  Stream #0.1: Audio: 0x2000, 48000 Hz, 5:1, 448 kb/s

Note that there is clear indication of "5:1", plus the bitrate is higher than in your sample.

58
Users / Re: DivX movies dont play AC3 Passthru
« on: February 27, 2008, 10:16:23 am »
Code: [Select]
Stream #0.1: Audio: 0x2000, 48000Hz, stereo, 192kb/s

Looks like this sample AVI has "stereo" audio track. Don't know, maybe Windows does some upmixing, pretending you have 5.1 track.

59
Users / Re: DivX movies dont play AC3 Passthru
« on: February 26, 2008, 10:55:46 pm »
that's the only thing I'm getting

I'm trying to reboot now ... maybe it'll help ...
Are you on the chat by any chance ?



No, I am offline already - will be back in ~10 hours :)  I guess you are not passing correctly the name of DivX file. Try to change current directory to that one where DivX file is and then run from there:

$ /opt/pluto-ffmpeg/bin/ffmpeg -i filename.avi

You can also ask someone in IRC to help you with getting this info.

60
Users / Re: DivX movies dont play AC3 Passthru
« on: February 26, 2008, 10:30:33 pm »
Hmm.. it seems there is no info about tracks at all. Can you wrap it into "code" blocks? And be sure you include the last block. It should be like:

Code: [Select]
$ ffmpeg -i SURROUNDTEST_011212.wav
FFmpeg version SVN-r12187, Copyright (c) 2000-2008 Fabrice Bellard, et al.
  configuration: --enable-gpl --enable-nonfree --enable-pp --enable-swscaler --enable-pthreads --enable-liba52 --enable-libfaac --enable-libfaad --enable-libtheora --enable-libvorbis --enable-libx264
  libavutil version: 49.6.0
  libavcodec version: 51.50.1
  libavformat version: 52.7.0
  libavdevice version: 52.0.0
  built on Feb 24 2008 12:59:33, gcc: 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
Input #0, wav, from 'SURROUNDTEST_011212.wav':
  Duration: 00:02:06.6, bitrate: 1411 kb/s
    Stream #0.0: Audio: pcm_s16le, 44100 Hz, stereo, 1411 kb/s
Must supply at least one output file

I am interested in "Stream .." info too.

Pages: 1 2 3 [4] 5 6 ... 13