|
发表于 2007-3-13 20:06:35
|
显示全部楼层
传说是因为rm的解码包涉及到版权问题,从新版到xine-lib中移除了。
from http://xinehq.de/index.php/faqReal Network files/streams
Can I watch Real (.rm, .ram) files using xine?
The situation with real files and streams is pretty similar to the situation with Quicktime Streams (see above). The newer real audio and video formats are only supported by using binary-only codecs which are not included in xine. 解决办法
修改~/.xine/catalog.cache 656 [/usr/lib/xine/plugins/1.1.4/xineplug_decode_real_audio.so]
657 size=13762
658 mtime=1172931581
659 type=131
660 api=15
661 id=realadec
662 version=10104
663 supported_types=52494336 52559872 52756480
664 decoder_priority=5 把decoder_priority=10就可以了 |
|