General :: Xine Not Recognizing DVD Format?
Jan 15, 2011
I am trying to get my DVD to view on my Dell D610 laptop running Fedora 14 LXDE. Error messages:
Xine engine log console:
lirc: cannot initialise - disabling remote control
lirc: maybe lircd isn't running or you can't connect to the socket?
[code]....
View 1 Replies
ADVERTISEMENT
Jan 8, 2009
fc-9-live-usb i installed xine-lib then xine-ui using:
Code:
./configure --prefix=/usr && make && sudo make install
but it didnt create a xine executable
[code]...
View 2 Replies
View Related
May 30, 2010
I have just installed Slackware 13.1 32bit. My hardware is a P-4 3Ghz with a gig of ram. Intel on board graphic and sound.
This is the best implementation of Kde I have used so far. Slack 13.1 is amazing. The install went very well and everything we configured properly.
My problem is when I start Kde or try to shut dowm or logout I get the same error for knotify: Unable to use the Xine Multimedia Backend:Could not find plugin 'Xine' for application 'Knotify'
I get this same error with the application name at the end of it. If I open amarok I get the same error message with amarok at the end. If I try to click a misic file in dolphin same error message.
When I try to shut down or log out from menu I get the xine error and nothing happens. The only way I can log out is Ctrl+Alt+Backspace to get to the KDM log in screen and then I am able to shut down from the menu.
I have been looking on the forum and using google but have found nothing useful.
The error pops up when I try to play a cd or music on the hard drive.
View 5 Replies
View Related
Oct 9, 2009
just wondering is there a simple script to convert datetime to UTC format. I have been searching different forums but most answers are for converting UTC to datetime. For example what is a simple command/script to convert todays datetime to UTC format i.e. '2009-10-09 11:47:59'.
View 10 Replies
View Related
Apr 29, 2009
emachines W3115; CentOs 5.3 multiboot, KDE. Sound and video in general has worked fine on this machine. I have played MIDI files, converted them to WAV, and played them with one or more players, including noatun. When I install an audio CD, it brings up a window KDE Daemon which asks if I wish to:
Open in New window Extract and Encode Audio Tracks Play Do nothing. This is standard these days. The problem is, if I click on Play, it brings up a player called "player" which starts running smoothly, but no sound comes out of the speakers. I have no idea what 'player' is. There is no menu on it anywhere. DVD videos work fine, at least the Bonanza one I tried. If I open the CD rom, and right click a .wav file, either 'audio player' or 'mplayer' will play the file. Other choices don't.
*****If I go to the main menu ==> Multimedia and open Xine, then I can click on the CD button on Xine control and it will happily play the entire CD. *****
There are two ways to go on this. Unless someone has an idea what 'player' might be, and some idea how to fix it, another solution which I find suitable is to open XINE, when I click on that window choice stated above when CD is installed, which means I can select ALWAYS.I went to Configure on that mount window, and nothing seemed like it would actually let me configure anything at all. I figurer there is a script file which selects the command when PLAY is selected.
The problem is with a zillion Googles, I get all kinds of player information; all kinds of Centos information; etc., but nothing useful that has anything to do with my problem. how to change PLAY when it asks my choice on an installed CD, so it will run Xine? Note Centos forums does not allow a search on less then 3 characters, which makes it difficult to search for CD information.
View 3 Replies
View Related
Sep 15, 2010
I need some assistance in trying to format a USB hard drive to vfat format but can't seem to do so. I am currently using RHEL 5.3. I have tried the following commands and they all come back as "command not found"
mke2fs vfat /dev/sc1
fdisk vfat /dev/sdc1
mkfs.vfat /dev/sdc1
What am I doing incorrectly?? Can someone please point me in the right direction??
View 6 Replies
View Related
Dec 18, 2010
give the commands to install xine audio software in redhat 4
View 1 Replies
View Related
Jun 21, 2010
the time format i have used is %m:%d:%Y:%H:%M:%S eg- 06:21:10:13:29:18 and i want to convert it to 2010-06-21 13:29:18..
View 4 Replies
View Related
Nov 4, 2009
I have just changed my web pages mostly to .shtml to take advantage of ssi.Now, when I go to my website, it gives an "index of /" page instead of showing the .shtml files.I have read in many places that .shtml files have to be specifically set up to be recognized as index files, but I cannot for the life of me get it to work or even to understand where I'm supposed to put all of the configuration stuff.I need to know what to change to make the apache 2 parse .shtml files for ssi and also to make apache check for .shtml files as an index file.
View 14 Replies
View Related
Jul 6, 2010
I am currently running an Asus EEe PC 1000H with Windows 7 installed on it. I am trying to set up a dual boot with Debian. My problem is: I boot the netbook via an SD card with the netinstaller image. When it comes to create partitions, the installer tells me, that my HDD is completely empty, which is not true. I have 3 partitions, one with w7, one with stuff (fat32) and one empty, where debian should go. Because it doesn't recognize my partitions, it only wants to create a new partition on the supposedly empty HDD, which is not what I want. Why does it not recognize my HDD? It always worked with Ubuntu, LinuxMint etc.
View 1 Replies
View Related
Jan 22, 2011
I can insert a " burned " CD and it boots and plays right away , but if I insert a purchased music CD or other Purchased media it just scans and does nothing . I've gone to "places " and opened the CD drive and get the message " no media found "or Insert media .Also in the properties tab of the CD drive type is "unknown " and permissions can't be determined .
View 1 Replies
View Related
Jun 12, 2009
is there a program or something to enable my presario 2100 to read a linksy's program disc? the disk says it should run automatically, but the comp keeps sending an error message that its either a multi-part drive? or its a zipfile and it cannot recognize.
View 1 Replies
View Related
Oct 13, 2010
I was trying to use the grep command with -e option to test some regular expressions with it but to surprise not all the meta characters were being recognized by the grep engine, how ever egrep works perfectly fine.
For example : The following egrp command works fine:
View 3 Replies
View Related
May 26, 2011
I am attempting to stand up a new server Red Hat EL6 with Bugzilla-4.0 and everything is working expect Virtual Host. By defualt Bugzilla looks for SetEnv PROJECT (variable) in the /etc/httpd/conf/httpd.conf file. I followed the given instructions to place SetEnv PROJECT (variable) under <VirtualHost> however bugzilla doesn't recognize that it is there. When I put SetEnv PROJECT outside of <VirtualHost> then it becomes the default for ALL my different virtual host instead of using what is inside the <VirtualHost> section.
Here is the NameVirtualHost section of my httpd.conf file
NameVirtualHost *:443
SetEnv PROJECT UIDPMO
<VirtualHost 140.188.65.31:443>
[code]....
PS: Here is what Bugzilla 4.0.1 guide says to do: 2.4. Multiple Bugzilla databases with a single installation The previous instructions referred to a standard installation, with one unique Bugzilla database. However, you may want to host several distinct installations, without having several copies of the code. This is possible by using the PROJECT environment variable. When accessed, Bugzilla checks for the existence of this variable, and if present, uses its value to check for an alternative configuration file named localconfig.<PROJECT> in the same location as the default one (localconfig). It also checks for customized templates in a directory named <PROJECT> in the same location as the default one (template/<langcode>). By default this is template/en/default so PROJECT's templates would be located at template/en/PROJECT.
To set up an alternate installation, just export PROJECT=foo before running checksetup.pl for the first time. It will result in a file called localconfig.foo instead of localconfig. Edit this file as described above, with reference to a new database, and re-run checksetup.pl to populate it. That's all. Now you have to configure the web server to pass this environment variable when accessed via an alternate URL, such as virtual host for instance. The following is an example of how you could do it in Apache, other Webservers may differ.
<VirtualHost 212.85.153.228:80>
ServerName foo.bar.baz
SetEnv PROJECT foo
Alias /bugzilla /var/www/bugzilla
</VirtualHost>
Don't forget to also export this variable before accessing Bugzilla by other means, such as cron tasks for instance. For anyone that fell into the same trap as I did. The Bugzilla guide neglects to tell you where to set the SetEnv PROJECT variable. It turns out that you need to add this variable in the /etc/httpd/conf.d/ssl.conf file under each virtual host section. So for me I did the follwoing
<VirtualHost_default_443>
SetEnv PROJECT PDS
Save the file, restarted Apache and everything worked as expected. Although I did include the NameVirtualHost section in /etc/httpd/conf/httpd.conf I don't think it made a difference.
View 1 Replies
View Related
Nov 22, 2010
adding some program packages doesn't seem to be working out of add/remove, asking me to insert Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081030) which i believed to be the 8.1 desktop release i received with the laptop. doesn't recognize it. is this the wrong cd?
View 3 Replies
View Related
Jan 6, 2010
Im using it in an attempt to backup all of the files off of my dead Windows xp Computer. Right now I am using the 9.10 live disk of Ubuntu and cannot get the program to recognize what kind of file system my internal hard drive is using. (A western digital 320 GB hard drive with partition 1 in NTFS and part2 in FAT32) I would like to be able to back up this drive onto my 1 TB Western Digital external hard drive that is also in ntfs.
Now here comes the wierd part, it won't read or recognize my interal and external hard drives that run those file systems but it will recognize and allow me to read, edit, and access all of the ntfs hard drives on my home network. I did some lurking and tried a tutorial for creating a mount point and on how to force mount a disk, but neither of my disks would show up in Places/Computer. So then I checked the /etc/fstab file and is says,
aufs / aufs rw 0 0
tmpfs /tmp tmpfs nosuid,nodev 0 0
Which I think means that it says I have no hard drives installed or connected to the computer. Yet when I go into Disk Utility it tells me the disk is there and asks if I want to format the disk into ntfs...
View 10 Replies
View Related
Apr 7, 2010
my school we want to print a magazine but we have problem with the format of the files. We need to create a sheet in A3 format from two sheets in A4 format. I was reading about the pdftk library but it doesn't do what i need.
View 4 Replies
View Related
Jul 21, 2011
converting videos to 3gp format.
i have installed transmaggedon software but it fails to convert because quicktime muxer plugin is not installed.
This plugin is not available in the repositories.
How can i get this video converter to work or what else can i do to be able to convert videos to 3gp format?
View 2 Replies
View Related
Apr 5, 2010
After my Fedora core 9 successful installation I am getting Msg on screen "No input detected"
View 1 Replies
View Related
Jul 5, 2010
I am a semi-noob on this and I have problems getting my emacs recognizing .tex as latex and even running latex-mode. Usually when you run latex-mode (M-x : latex-mode) emacs should switch to latex-mode, but nothing happens in my case. The menu bar still show the TeX options, highlighting remains the same etc.
I am running emacs 23.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.10.4), this is on a university system so I don't know much about it.
> uname -a
Linux karakum 2.6.18-164.11.1.el5 #1 SMP Wed Jan 20 00:57:09 EST 2010 x86_64 x86_64 x86_64 GNU/Linux.
View 12 Replies
View Related
Jan 23, 2010
I've been using Xine for a while now, and all of the sudden when I try to play an audio file I get this message saying ( The stream " There is no Mrl" uses an unsupported codec:
codec: MPEG 1/2 (0x0) Star Playback Anyway?)
Anyway it will not play any video or audio files. Has anyone seen this type of message before?
View 1 Replies
View Related
Jul 12, 2010
It seems that i have to install the win32 codec package in order to play .mov files with xine !! how can i install these codecs ?
View 11 Replies
View Related
Jan 28, 2010
I a trying to get DVD playback working on 11.2 64 KDE 3.5I did the one click install.Kaffeine is now broken)I launch xine from the command line and get this when I select DVDYou can see the DVD STRAWBERRY_MARSHMALLOW_VOL1 udf 4.3 GB 0.0 KB in under "my computer" in the image and it shows up under /mediaI have disk and cdrom enabled under my user account. What else do I have to configure so xine can access the DVD drive?
View 4 Replies
View Related
Jun 22, 2010
I want to use xine as the backend for totem and I am advised to run totem-backend:
[root@june tim]# totem-backend -b xine
Command not found.
[root@june tim]#
how to install totem-backend
View 1 Replies
View Related
Mar 29, 2010
Looking for skins for xine
Using Debian Lenny
xine version:
This is xine (X11 gui) - a free video player v0.99.6cvs. (c) 2000-2007 The xine Team.
I would like to try a different skin for xine. Is there a package I can download? I would like something besides black. It gets hard to see things at times.
View 3 Replies
View Related
Mar 13, 2010
Using Debian Lenny. I downloaded a video and am trying to play it in xine.
It is an ASF file and I get the following error:
codec error:
I also got the same error using Mplayer, and ffplay It starts playing the video and I get sound, but then it stops.
View 1 Replies
View Related
May 18, 2011
As the title says, I don't see a 'VDPAU' option for video driver, in XINE config? I have installed Nvidia proprietary drivers (260.something) and XINE user level is set to 'Master of the known universe'...
View 5 Replies
View Related
Apr 22, 2009
I am not able to install xine using yum. Please let me know what needs to be done to resolve this issue
[root@star ~]# yum -y install xine
Loading "installonlyn" plugin
Setting up Install Process
[code]....
I have to make any changes to /etc/yum.repos.d/CentOS-Base.repo file
View 1 Replies
View Related
Sep 25, 2009
xine freezes completely and totem freezes when I resize video. Sounds like a library problem.
View 8 Replies
View Related
Nov 13, 2009
I am having some trouble with xine, and because of this I cannot get any media player to work. When I try to play mp3's in Amarok, nothing happens and the song does not play. When I try to open xine, it opens a window that says
The stream 'There is no MRL' uses an unsupported codec:
Video Codec: MPEG 1/2 (0x0)
Start playback anyway?
[code]....
View 4 Replies
View Related