Software :: Hiccups When Playing Music From Mounted Network Drive

Jan 30, 2011

I have network drive which connected to my wireless router via usual LAN cable. I mount this network drive using Samba to my Kubuntu laptop filesystem. When I play music (MP3, Flac) from that drive, it sometimes hiccups - music stops for few seconds and then resumes. I usually use VLC, but MPlayer and Audacious have same results. I tried to increase buffer in my VLC -> ALSA settings. I increased it from default 300 to 5000ms, still same result. I have very similar issue on same laptop when booted to WinXP. The only player which does not have hiccups in XP is KMPlayer. But it does not want to work in Kubuntu at all.

View 3 Replies


ADVERTISEMENT

Ubuntu :: GEdit Won't Save On Mounted Network Drive (cifs)

Jun 28, 2010

I have a line in the fstab file which automatically mounts a network drive every time I start up Ubuntu. I browse to a text file on the network drive and open it using gEdit and make changes to it. Then, when I hit the save button, a bright red warning appears:

Could not save the file [path here] gedit cannot handle file: locations in write mode. check that you typed the location correctly and try again. This also happens if I do save as. Then, after this error appears, the file actually disappears (gets deleted) from the network drive and in order to save it, I have to select save as again and type in the original filename. The line in my fstab file is:

//files.example.com/username /media/Network-Drive cifs uid=myname,umask=000,credentials=[cred file here],domain=mydomain 0 0

I'm not sure if this has something to do with the file permissions or gEdit itself or using cifs to mount. When I use the "ls -l" command on the file, I get

-rwxr-xr-x 1 myname root 7402 2010-06-28 01:14 textfile.do

which should be fine since the user has all permissions.

View 3 Replies View Related

Programming :: Bash Script To Copy All Music To New Hard Drive From Multiple Network Shares

Aug 9, 2010

I need a script to copy music from a network drive to my local disk. I require the script to auto mount the remote server, then to create the directory path to the mp3's I have a list of all teh songs in the following format, note some have spaces.

\7800SPARE4UsersPublicMusicSample MusicKalimba.mp3 \7800SPARE4UsersPublicMusicSample MusicMaid with the Flaxen Hair.mp \7800SPARE5UsersPublicMusicSample Song Sleep Away.mp3

I can use the following to mount the directory:

mount -t cifs //7800SPARE4/Users /dest-o username=user,password=pass

I'm thinking the best way would be to get the share name 7800SPARE and the grep for all these in the list, then mount it and do a while read LINE However I would need to creat the folders, I am unsure on how to do this. I think I would need to sed the backslashes to forward ones and then use rsync? Then unmount and move on to the next ones, if I can't mount the share It would be nice to log it and skip it.

View 2 Replies View Related

Programming :: Playing Music In C++

Nov 28, 2010

I am using C++ and Gtk to make a music player. I was looking for some library that will allow me to play a music file, preferably mp3, wav, aac, and more if possible. Also, how can I get info on the file like the artist, album, genre, etc. Hopefully the library will do that also.

View 2 Replies View Related

Ubuntu :: Banshee Not Playing Music?

Jul 25, 2011

it's quite odd, because the other day it was playing my mp3 music fine. i can play videos videos etc. so it's banshees problem :s

View 5 Replies View Related

Software :: Playing Music With Gnome-Do

Jul 22, 2009

I really like gnome-do..i installed the rhythembox plugin and Super + Space and typed some songs titles...and pressed enter, i suppose at this point rhythembox (which is already in system tray ) should play the song....but what actually happen...is nothing..literally. so what ? or how should i play a song from gnome-do !!

View 3 Replies View Related

Fedora :: Pulseaudio Stops Playing Music?

Mar 6, 2010

I've been having problems with it for months, assuming some bug fix would just happen, but it hasn't, so here I am.The general symptom is that I can sit listening to music for around 20-60 minutes, using audacious/banshee/whatever, and the music will make a crackling noise and suddenly stop. Killing pulseaudio and the application remedies the problem, but obviously that's not a solution.I have a ca0106 sound card. [edit: originally had emu10k1 here -- that's a sound card I have that's unused in the same system.]

/var/log/messages usually indicates a message like this, or something similar:
Mar 6 00:22:29 localhost pulseaudio[4872]: alsa-util.c: snd_pcm_avail() returned a value that is exceptionally large: 18446744073709542688 bytes (384307168155 ms).

[code]...

View 2 Replies View Related

Ubuntu Multimedia :: Music CD Not Mounting And Not Playing?

Jan 24, 2010

I'm currently running ubuntu 9.04. I'm able to mount data and MP3 audio CDs but I'm unable to mount and play regular audio CDs. When I try to mount it I get the following message:

Unable to mount Audio Disc Drive /dev/sr0 does not contain audio files.

Windows does not have any problems playing either the regular audio CDs or audio MP3 CDs.

View 1 Replies View Related

Ubuntu / Apple :: Music CDs And Movies Not Playing On PPC

Jun 5, 2010

My PPC iMac G3, 600 MHz, 768 MB ram machine (blue box) machine has 16 MB video ram and 256 MB backside L2 cache. When I insert a music CD, it doesn't seem to recognize it. Nor does an icon appear on the screen indicating that I loaded a disk. When I insert a movie, Lucid waits a moment, spins the disk, then ejects it after about 60 sec. Data disks act similarly, but no ejection. Disk spins momentarily, no icon appears on desktop, disk does not eject, No further action.

View 8 Replies View Related

Hardware :: Playing Music In Bluetooth Headset ?

Sep 10, 2009

I have compiled Bluez 4.50 for arm and have installed it. The bluetoothd daemon is running fine. But when I enabled the blueoothd -nd & i get an error saying, Failed to access HAL. After a bit of digging, i tried installing hal on the board in vain. The hcitool scan runs fine and shows all the devices in the vicinity. I compiled agent.c from the test folder and am using it to pair in command line because i donot have python on the board. I see the packets getting txd and rxd in the hcidump when i try to pair with the headset. even the light in the headset changes after pairing. but i donot hear any sound when i play a *.wav file.

View 1 Replies View Related

Ubuntu Multimedia :: Playing Video/movies On DVD - Disc Is Not Being Recognized And Mounted ?

Aug 13, 2010

I have recently installed Lucid on an Acer Aspire 5570Z laptop. It has an Optiarc DVD RW AD-7530A DVD-RAM writer. I am having trouble in playing video/movies on DVD.

When I am inserting a movie DVD, the drive is working (i.e. is busy) continuously but the disc is not being recognized and mounted. Disc Utility is showing "No Media Detected".

The same DVD discs are playing OK in my desktop (running Hardy) and on another laptop (running Lucid).

However, that Audio and data CDs are playing/reading OK in the same drive. Even blank DVDs are being recognized and mounted OK.

View 3 Replies View Related

Fedora :: Realtime Sound Effects When Playing Music?

Jul 23, 2009

I was listening to some Chopin today and I thought how cool it would be if there would be a way to put the sound output of Amarok (or anything else, maybe line-in or microphone) through some effects that would make it sound like being read from a vintage vinyl disk. Or when listening atmospheric folk songs about forests, it would be really cool to add some echo or reverberation, so it would sound like a large forest, ooor... But you get the idea. Is there any nice way of putting Amarok's sound through JACK, and from then on through a sound effector?

View 1 Replies View Related

Fedora :: Rhythmbox Crashing On Playing / Transferring Music

Dec 23, 2010

My rhythm box crashes every time i play a song or try to transfer music to my ipod. It usually will play one song but then it crashes. Everything was working fine last night, then today it stopped working right.

View 6 Replies View Related

OpenSUSE Hardware :: No Sound After Playing Music For Some Time?

Aug 10, 2010

When I started to play songs, I have the normal sound. However, after some time, the songs are still being played but there is no sound anymore. It is not for music player so I don't think it is a player problem. In addition, after I delete and reinstall the audio card, the sound comes back. I have another problem about sound card disturbing me. When I watch ..... using firefox, there is no audio from the video. However, I do have the audio when the chrome is used. What could cause that? I kind of believe those two problems are related. The problem happens after I upgrade my 10.3 to 11.2 and now I am using 11.3. Does that come from the new configuration conflicts with the old one?

View 5 Replies View Related

Ubuntu Multimedia :: Playing Music On A Remote Server?

Dec 4, 2010

I have an Ubuntu 10.04 desktop PC (desktop) that I access remotely, i.e. with no monitor and keyboard attached. I do this by making an ssh connection to "desktop" from my laptop (also running Ubuntu 10.04).

I have all my music stored on "desktop" and I want to play this remotely through the soundcard on "desktop" which is attached to a hi-fi amplifier, from my laptop.

I tried running, say, rhythmbox, on "desktop" through ssh X11 forwarding to my laptop but cannot play music - it says that the right codes are not installed although they are because I can use rhythmbox on "desktop" directly (attaching a monitor and keyboard to it).

View 4 Replies View Related

Ubuntu :: Playing Music In Windows And The Speakers Are Working?

Aug 17, 2010

I have windows and ubuntu on same pc. I recently installed ubuntu on a partition other than windows.When I tried to play an mp3 file in ubuntu, it started downloading file and plugins. After the download, the program started playing the music but I could not hear any sound. I have no problem in playing music in windows and the speakers are working fine. Do I need to download some plugins or any software for ubuntu linux? If yes, how and from where? And how to install that? Or is there any other problem?

View 5 Replies View Related

Software :: Media Player Hanging And Not Playing Music After A Little While

Jun 13, 2010

I have had MASSIVE problems with media-players. None of the ones I tried have been working flawlessly. They end up hanging and not playing my music after a little while. My 35gb music library is originally an itunes library from OS X, copied to the ntfs partition of my netbook (low specs - 1 gb ram, 1,66ghz atom).

I have tried Exaile, Rhythmbox and Banshee (which I liked the most) from the EB4 repos, but none of them works to a level I can agree with. So I was wondering if anyone either has ideas as to how I can make any of the above players work perfectly or what other players I should try out?

View 6 Replies View Related

General :: Ubuntu 10.04 Freezing And Ctrl + Alt + Backspace Does Nothing But Music Keeps Playing

May 26, 2010

I'm having intermittent problems where the screen will freeze in Ubuntu. I've tried using Ctrl + Alt + Backspace to restart the X-server, though this does nothing. When the freeze occurs, there's a small square of black dashes around the mouse pointer - maybe 1 inch in size. These dashes look a lot like a 2d barcode. The rest of the screen looks normal, but I can't move the mouse and none of the keyboard shortcuts work to do anything. However, music that I begin playing before the freeze continues to play, which seems to indicate it hasn't stalled up completely.

I've noticed a similar freezing problem when I'm using Windows 7. That is, I see the same barcode like dashes around the mouse pointer when it freezes up. So I'm guessing it's either a driver or hardware problem. I thought if it was a hardware problem though, the whole computer might stop working (i.e. music would stop playing)? The video card I am using is an Nvidia, and I believe it's in the 7600 range. In Ubuntu I have the drivers for the card set to the latest available (proprietary). Ideally I'd like to be able to continue using the proprietary drivers. Is there any known issues with the drivers for this model graphics card

View 3 Replies View Related

General :: Playing Music From Remote Server On Local Machine Via SSH?

Oct 26, 2010

I recently purchased a linux VPS from [URL] just to learn and play around with. I currently ssh into the machine via Putty from various Windows boxes. Is there anyway to throw some mp3s on the remote server and then have them play locally? Server is currently running Ubuntu Server 10.04.1.

View 4 Replies View Related

Ubuntu Multimedia :: Download Streaming Music Playing On Totem

Jan 9, 2010

There is a piece of streaming music I want, when I open it, the song plays using totem browser plug in. Is there a way I can capture the song and keep it as a file (or put it on my mp3 player), preferably without downloading anything.

View 8 Replies View Related

Ubuntu :: 9.10 - Does Not Produce Sound When Loggin In And Playing Music Files

Apr 4, 2010

I recently bought a new laptop. compaq presario CQ41 109AU. It does not come with a pre-installed OS so i've decided to put an Ubuntu on it[karmic koala 9.10]. I successfully completed the installation procedures. however, it does not produce sound when loggin in and playing music files. I gone to look if the settings where put to mute, but they were not. I tried installing a MS Vista in the other partition and the sound worked.

View 1 Replies View Related

Ubuntu Multimedia :: Music From Rhythmbox Not Playing On IPod Touch

Oct 2, 2010

I recently found that I can sync my music to my iPod without iTunes/Windows. I tried using Rhythmbox and it seemed to work. That was, until I tried playing the album I added. It just skips through the album.

View 3 Replies View Related

Ubuntu Multimedia :: Music Just Stops Playing In Middle Of Song?

May 15, 2011

When attempting to play an MP3 which is stored on my computers hard drive the song just stops playing part the way thru the song.I have had this happen on multiple computers that have Ubuntu/Lucid installed.Sometimes I get the error message that is attached,ut sometime I do not get this error message, the music just stops playing.What is causing this. I have another computer that also has Lucid installed and this does NOT happen

View 1 Replies View Related

Hardware :: Audio Stops Shortly After Starting Playing Music

Nov 10, 2010

I have a computer that serves as a mp3 playlist for in the kitchen. I just installed it, and now the sound is not playing correctly. When playing a song with rhythmbox, it will crash after about 40 seconds. When I play it with Amarok, it produces sound for about 40 seconds and then the sound stops, although Amarok keeps playing.

I did the following to the system:

- I put an other computer completely in an other case (Motherboard, harddrives, memory, CPU, Power source (you know the box that powers the motherboard and harddrives, etc.) (Yes this has to be done )

- As for the front panel of the old case, the wires could not be attached to the motherboard, so I only attached: 'HD led' and the 'Power button', but I could not attach the front speaker to the motherboard.

- I reinstalled debian etch

- The motherboard had onboard sound in the back, so I didn't install an audio card. However, when I first booted with debian, there was no sound coming from the port. Therefore I installed an audio card in 1 of the PCI slots.

View 4 Replies View Related

Programming :: Java Package To Use For Playing Music With Different Kind Of Instruments?

Jul 23, 2009

Does anybody know any Java package that can be used for playing music with different kind of instruments. Is any package which implements the java.sound api http://java.sun.com/products/java-me.../doc-midi.html

View 1 Replies View Related

Ubuntu :: Music Files - Opens Up Some Visualizations In A New Window While Playing The Song

Jan 21, 2010

when i had windows and searched the music blogs there's links attached to the pages that let you download a song directly to your computer... with unbuntu, every time I click on these files it just opens up some visualizations in a new window while playing the song. anyone know how to change this?

View 3 Replies View Related

Ubuntu Multimedia :: Music Suddenly Stopped Playing In Lucid Lynx?

Jun 7, 2010

After a successful upgrade to lucid, everything was going GREAT (including FINALLY having surround output) until now all of the sudden music files won't play... When I double-click a file, Totem opens automatically, and it says it's playing,but there's no sound and the bar does not move across at the bottom. In VLC, the bar moves like it's playing, but there is still no sound. Doesn't work when I hover the cursor over a file, either. In previous versions of Ubuntu, a simple reboot would fix this, but that doesn't work with Lucid... Online streaming works fine.

View 7 Replies View Related

Ubuntu Multimedia :: Asus N73JQ - Playing Music With Spotify All Sound Was Gone

Jan 23, 2011

I recently bought a new notebook, an Asus N73JQ. This notebook has a special sound system called "Bang & Olufsen ICEpower". The first thing I did was to install Ubuntu 64-bit. After installing and rebooting I am certain that i heard the Ubuntu login sound but ten minutes later when i tried playing music with Spotify all sound was gone. The login sound now gone too. I have tried editing settings in System -> Preferences -> Sound, with no luck. The settings dialog lists two sound devices, "Internal Audio Analog Stereo" and "HDA NVidia Digital Stereo (HDMI)". Sound output device is set to the Internal Analog ** device. I have tried different profiles for this device but nothing seems to work. Does anyone here have the same notebook/sound system with a working sound configuration?

View 3 Replies View Related

OpenSUSE Multimedia :: After A Couple Of Hours Playing Music Or Sound In Movies Hangs?

Sep 9, 2010

this problem is quiet enoying, so i hope that somebody can help me tracking down this problem and find a solution. When i open vlc or exaile and queue a list of tracks, after playing some hours, the sound hangs and in the music player repeats the same 1 second audio part like a hickup, in video programs like vlc also the film freezes.

i have the latest libraries of gstreamer from packman installed and i also tried updating the pulseaudio libraries from multimedia repo. but the problem is still the same

View 6 Replies View Related

Ubuntu Multimedia :: Music Synced From Rhythmbox To IPod Touch Won't Start Playing?

Oct 16, 2010

When I sync my iPod touch 2G on 4.1 (same issue on 4.0), when I try to play the music on my iPod, it will just skip the song/not play it. I didn't have this issue on Ubuntu 10.04.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved