Peculiar problem with playing media off of an HFS+ partition

Hi guys,
I have Arch Linux installed on my Macbook Pro, and I need to play the music and videos off of my HFS+ partition in Linux. I want to use VLC and Banshee, but both seem to be having problems with this.
Here is the issue:
1. I can read/write to the HFS+ partiton as a normal user
2. I can play music and videos with mplayer off of that partition
3. However, VLC will not open/play anything off of that partition
4. Banshee marks the music files that I have imported from that partition with an 'X' when I try to play them and does not play them
5. VLC and Banshee will play anything on my Linux partition (including the same file with the same permissions)
I can't seem to figure out why VLC and Banshee refuse to play anything off of that partition even though I have read/write permissions to it. Mplayer works fine, though.
Please help!
-Chetan
More info:
Here is how the partition is mounted:
/dev/sda2 /media/mac_hd hfsplus rw,exec,auto,users 0 0
Permissions on a certain mp3 file I am trying to play:
[chetan@chetan-macbook mac_hd]$ ls -l It\'s\ Going\ Down.mp3
-rwxr-xr-x 1 chetan chetan 4841568 2009-04-28 09:59 It's Going Down.mp3
VLC debug output trying to play that file in the HFS+ partition:
qt4 debug: New item: /media/mac_hd/It's Going Down.mp3
main debug: adding item `It's Going Down.mp3' ( /media/mac_hd/It's Going Down.mp3 )
main debug: rebuilding array of current - root Playlist
main debug: rebuild done - 1 items, index -1
main debug: starting new item
main debug: processing request item It's Going Down.mp3 node Playlist skip 0
main debug: resyncing on It's Going Down.mp3
main debug: It's Going Down.mp3 is at 0
main debug: creating new input thread
main debug: Creating an input for 'It's Going Down.mp3'
main debug: waiting for thread initialization
main debug: thread started
main debug: thread 2952383376 (input) created at priority 10 (input/input.c:370)
main debug: `/media/mac_hd/It's Going Down.mp3' gives access `' demux `' path `/media/mac_hd/It's Going Down.mp3'
main debug: creating demux: access='' demux='' path='/media/mac_hd/It's Going Down.mp3'
main debug: looking for access_demux module: 3 candidates
main debug: TIMER module_Need() : 0.100 ms - Total 0.100 ms / 1 intvls (Avg 0.100 ms)
main debug: creating access '' path='/media/mac_hd/It's Going Down.mp3'
main debug: looking for access module: 5 candidates
vcd debug: trying .cue file: /media/mac_hd/It's Going Down.cue
vcd debug: could not find .cue file
access_directory debug: opening directory `/media/mac_hd/It's Going Down.mp3'
main debug: using access module "access_directory"
main debug: TIMER module_Need() : 0.079 ms - Total 0.079 ms / 1 intvls (Avg 0.079 ms)
main debug: Using AStream*Stream
main debug: pre-buffering...
main debug: deleting item `It's Going Down.mp3'
access_directory debug: /media/mac_hd/It's Going Down.mp3 directory is empty
qt4 debug: Updating the stream status: 3
qt4 debug: New Event: type 1102
qt4 debug: Updating the stream status: 2
main debug: received first data for our buffer
main debug: pre-buffering done 1408981 bytes in 0s - 33435 kbytes/s
main debug: creating demux: access='' demux='directory' path='/media/mac_hd/It's Going Down.mp3'
main debug: looking for demux module: 1 candidate
main debug: using demux module "access_directory"
main debug: TIMER module_Need() : 0.117 ms - Total 0.117 ms / 1 intvls (Avg 0.117 ms)
main debug: looking for a subtitle file in /media/mac_hd/
main debug: `/media/mac_hd/It's Going Down.mp3' successfully opened
main debug: rebuilding array of current - root Playlist
main debug: rebuild done - 0 items, index -1
main debug: EOF reached
main debug: control type=1
qt4 debug: New Event: type 1103
qt4 debug: Updating the stream status: 3
main debug: finished input
main debug: dying input
main debug: removing module "access_directory"
main debug: removing module "access_directory"
main debug: thread ended
qt4 debug: Updating the stream status: 8
main debug: dead input
main debug: thread 2952383376 joined (playlist/engine.c:244)
main debug: TIMER input launching for 'It's Going Down.mp3' : 43.636 ms - Total 43.636 ms / 1 intvls (Avg 43.636 ms)
main debug: starting new item
main info: playlist is empty
main debug: nothing to play
VLC debug output playing the same file on the Linux partition:
qt4 debug: New item: /media/It's Going Down.mp3
main debug: adding item `It's Going Down.mp3' ( /media/It's Going Down.mp3 )
main debug: rebuilding array of current - root Playlist
main debug: rebuild done - 2 items, index 0
main debug: dying input
main debug: control type=0
main debug: control: stopping input
main debug: removing module "mpeg_audio"
main debug: removing module "mpga"
main debug: removing module "access_file"
main debug: removing module "mpeg_audio"
main debug: thread ended
qt4 debug: Updating the stream status: 8
main debug: thread 2948737936 joined (input/decoder.c:248)
main debug: killing decoder fourcc `mpga', 0 PES in FIFO
main debug: removing module "mpgatofixed32"
main debug: removing module "bandlimited_resampler"
main debug: thread ended
main debug: thread 2935872400 joined (alsa.c:742)
main debug: removing module "alsa"
main debug: removing module "trivial_mixer"
main debug: thread ended
main debug: dead input
main debug: thread 2974059408 joined (playlist/engine.c:244)
main debug: TIMER input launching for 'It's Going Down.mp3' : 69.642 ms - Total 69.642 ms / 1 intvls (Avg 69.642 ms)
main debug: starting new item
main debug: processing request item It's Going Down.mp3 node Playlist skip 0
main debug: resyncing on It's Going Down.mp3
main debug: It's Going Down.mp3 is at 1
main debug: creating new input thread
main debug: Creating an input for 'It's Going Down.mp3'
main debug: thread started
main debug: waiting for thread initialization
main debug: `/media/It's Going Down.mp3' gives access `' demux `' path `/media/It's Going Down.mp3'
main debug: creating demux: access='' demux='' path='/media/It's Going Down.mp3'
main debug: looking for access_demux module: 3 candidates
main debug: TIMER module_Need() : 0.102 ms - Total 0.102 ms / 1 intvls (Avg 0.102 ms)
main debug: creating access '' path='/media/It's Going Down.mp3'
main debug: looking for access module: 5 candidates
vcd debug: trying .cue file: /media/It's Going Down.cue
vcd debug: could not find .cue file
access_file debug: opening file `/media/It's Going Down.mp3'
main debug: using access module "access_file"
main debug: TIMER module_Need() : 0.218 ms - Total 0.218 ms / 1 intvls (Avg 0.218 ms)
main debug: Using AStream*Stream
main debug: pre-buffering...
main debug: received first data for our buffer
main debug: pre-buffering done 1408981 bytes in 0s - 623169 kbytes/s
main debug: creating demux: access='' demux='' path='/media/It's Going Down.mp3'
main debug: ID3v2.2 revision 0 tag found, skipping 3040 bytes
main debug: looking for demux module: 52 candidates
main debug: looking for packetizer module: 18 candidates
main debug: using packetizer module "mpeg_audio"
main debug: TIMER module_Need() : 0.059 ms - Total 0.059 ms / 1 intvls (Avg 0.059 ms)
main debug: using demux module "mpga"
main debug: TIMER module_Need() : 0.161 ms - Total 0.161 ms / 1 intvls (Avg 0.161 ms)
main debug: looking for a subtitle file in /media/
main debug: looking for meta reader module: 2 candidates
main debug: using meta reader module "taglib"
main debug: TIMER module_Need() : 0.457 ms - Total 0.457 ms / 1 intvls (Avg 0.457 ms)
main debug: removing module "taglib"
main debug: `/media/It's Going Down.mp3' successfully opened
mpeg_audio debug: MPGA channels:2 samplerate:44100 bitrate:160
main debug: selecting program id=0
main debug: looking for decoder module: 31 candidates
main debug: using decoder module "mpeg_audio"
main debug: TIMER module_Need() : 0.133 ms - Total 0.133 ms / 1 intvls (Avg 0.133 ms)
main debug: thread 2935872400 (decoder) created at priority 5 (input/decoder.c:217)
main debug: thread 2974059408 (input) created at priority 10 (input/input.c:370)
qt4 debug: Updating the stream status: 3
main debug: control type=1
main debug: thread started
mpeg_audio debug: MPGA channels:2 samplerate:44100 bitrate:160
main debug: no aout present, spawning one
main debug: looking for audio output module: 4 candidates
alsa debug: opening ALSA device `default'
main debug: thread 2948737936 (aout) created at priority 15 (alsa.c:687)
main debug: using audio output module "alsa"
main debug: TIMER module_Need() : 91.497 ms - Total 91.497 ms / 1 intvls (Avg 91.497 ms)
main debug: thread started
main debug: output 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes
main debug: mixer 'fl32' 44100 Hz Stereo frame=1 samples/8 bytes
main debug: no need for any filter
main debug: looking for audio mixer module: 3 candidates
main debug: using audio mixer module "float32_mixer"
main debug: TIMER module_Need() : 0.072 ms - Total 0.072 ms / 1 intvls (Avg 0.072 ms)
main debug: input 'mpga' 44100 Hz Stereo frame=1152 samples/1053 bytes
main debug: filter(s) 'mpga'->'fl32' 44100 Hz->44100 Hz Stereo->Stereo
main debug: looking for audio filter module: 24 candidates
main debug: using audio filter module "mpgatofixed32"
main debug: TIMER module_Need() : 0.062 ms - Total 0.062 ms / 1 intvls (Avg 0.062 ms)
main debug: found a filter for the whole conversion
main debug: filter(s) 'fl32'->'fl32' 48510 Hz->44100 Hz Stereo->Stereo
main debug: looking for audio filter module: 24 candidates
main debug: using audio filter module "bandlimited_resampler"
main debug: TIMER module_Need() : 0.086 ms - Total 0.086 ms / 1 intvls (Avg 0.086 ms)
main debug: found a filter for the whole conversion

See this thread on the VLC forums. The VLC devs have stopped supporting HFS+ until a bug in the filesystem is fixed.
http://forum.videolan.org/viewtopic.php … 9&start=15

Similar Messages

  • Problem with "play to device" on windows media player

    Hello, I'm having a problem with the play to device feature of windows media player.  I am trying to use it to play music files to my T.V.  It works fine if i try to play a single file or a small number of files (50 or so), but if I try to play
    my entire playlist (346 songs, if it matters)in this way or a large number of random songs, nothing happens.  No error messages or freezes either, it's as if i never clicked play.  I thought this might be a limitation with the t.v. or my network
    (im doing this via wi-fi) but when i tried this using windows explorer instead of windows media player it worked just fine, and this was with all the music on my computer which is about 3000 songs.  Therefore, i know this is a problem with windows media
    player and not my t.v., network or computer.  This is a problem because i don't want to play all my music, just my playlist.  Short of making a separate folder with duplicate files in it for each and every playlist i want to play in this manner(which
    is not only time consuming and tedious but takes up space on my hard drive)  how do i remove this limitation or otherwise get around it?  Thanks!
    P.S.  Out of curiosity, why does this limitation exist and what causes it?

     when i tried this using windows explorer instead of windows media player it worked just fine, and this was with all the music on my computer which is about 3000 songs.  
    Hi,
    According to your description,you said that you used windows explorer.Did you share 3000 songs with your TV?
    If so,I think this method is different with "play to" feature.
    Also,we haven't found any limitation with Windows media player.
    Regards,
    Kelvin Xu
    TechNet Community Support

  • Problem with Windows Media Player since installing Firefox 4.0

    Problems with Window Media Player. When I am using Windows Media Player to view a video from another source I am having problems. When I hit pause and then go back to hit play it does not have any sound. The player is not on mute and it keeps going from pause to play with no sound most times. Please help. Thank-you. I have Windows Vista programs.

    What can I do to get the Windows Media Player to work properly?

  • Premiere Elements cause problems with Windows Media Center while streaming to TV.

    I was having the following problem:
    The audio from the streaming process of a recorded TV show on my HP computer to the remote receivers, a Sony Blu-ray player and/or a Sony Streaming Player, results in the loss of audio signal at exactly 30 seconds from the beginning on either devices. The video continues on as normal.
    A user on the Windows 7 forum had the following possible cause and solution.  His response was as follows:
    I "solved" my issue, at least partially. Turns out for me a codec installed by Adobe Premiere Elements for audio (Main Concept) was causing mfpmp.exe to fail (you should see it getting an appcrash in the event log two or three times as soon as you start playing the media remotely.) This program is used by microsoft for DRM. I went through and one by one remained the various attached (non-microsoft) modules until i found the one that caused the appcrash. I haven't fully figured out if Elements is now negatively effected, but that's for a different forum.
    I tried the quick fix by un-installing Adobe Premiere Elements.  The uninstall solved my problem with Windows Media Center, but I want to re-install the software but I do not want to recreate the problem with Windows Media Center.
    Is there another solution for this problem?

    I reinstalled Adobe Premiere Elements 10 and the above mention problem reoccured.  With a little detective work I was able to determine that the file causing my problem was "mc_dec_dd_ds.ax".  I am not sure what this does to Adobe Premiere Elements 10 since I removed (renamed) the offending file.  A strange side affect, renaming the file did cause an increase volume. Strange.  

  • My ipod touch will not switch on and is no longer recognised by itunes.  Before this i tried to restore it as I was having some problems with it switching off and on by itself randomly.

    My ipod touch will not switch on and is no longer recognized by itunes.  Before this i tried to restore it as I was having some problems with it switching off and on by itself randomly.
    I tried to restore it and I got error code 2009, so I closed it tried again got error code 1659, now it wont do anything and it's not recognized by my pc /itunes please help x

    For the restore error messages try:
    iTunes: Specific update-and-restore error messages and advanced troubleshooting

  • Could not complete the Render Video command because of a problem with Adobe Media Encoder.

    So initially, my problem was solved, but it stopped working again.  Same issue.  I tried installing the media encoder app, but no luck please help!
    Here's the original post:
    Hello, I'm running a macbook pro retina, and previously I was able to render video with no issue, and now this is popping up.  I've tried deleting and reinstalling photoshop, but it was not helpful. I would very much appreciate any help or guidance.  Thanks!
    Here's the error message I get:
    Could not complete the Render Video command because of a problem with Adobe Media Encoder.
    Here's the original thread: Could not complete the Render Video command because of a problem with Adobe Media Encoder.

    Have you tried re-installing Photoshop?
    Benjamin

  • Compatibility problem with macro media flash active control

    I am getting a message on my screen "compatibility problem with macro media flash active control, it isnt compatible with my version of windows (vista).  How can this be fixed?  why am I suddenly getting it now?  I have the latest Adobe flash player installed.
    Trisha

    the latest flash is probably the problem... it's seems that the latest flash has been causing a boat load of issues. i did a system restore to undo the flash and mozilla upgrades and it's still crashing but not as bad as it was with the upgrades.

  • I have problem with playing stream  fullscreen. it goes black but with sound

    i have problem with playing stream fullscreen. it goes black but with sound. i have to wait 10-15 minutes then i can press fullscreen. what to do?
    s

    Thanks!! but i been fixing now for 10 minute ago by restart my macbook pro. My case is it show normal with Intenal-speakers and nothing mark with red light or mult so i tried to restart that it working again

  • I bought an iPhone 5 around fifteen days back and it has already started to give problem with the on/off button. I have to press it five six times to switch it on or off. I am so frustrated by the fact that if I bring it to the service centre, I am going

    I bought an iPhone 5 around fifteen days back and it has already started to give problem with the on/off button. I have to press it five six times to switch it on or off. I am so frustrated by the fact that if I bring it to the service centre, I am going to get a refurbished phone in place of my brand new phone which I just bought. The idea of a used phone repulses me. Any solutions ?

    sumeshdua wrote:
    The idea of a used phone repulses me.
    Why?  Your current phone is used... it has been since the instant it was removed from the shrink wrap and turned on.
    sumeshdua wrote:
    Any solutions ?
    Live with the phone as is.
    Take the device to Apple for evaluation... it may not need replacement.
    Even if it does, neither you or the Apple tech should be able to tell if the replacement is new or refurbished.

  • Problems with playing songs in iTunes

    as the subject says. I have som problems with playing songs. not everyone just a some..
    If we take for example that a song is 8min. then at 1.40 it just stops and goes to the next one. I can jump over it with pressing in the middle for example. it plays. as normal. UNTIL. 3 mins. then the same problems appear. I don't really understand how. just between 1.40-1.50 iTunes thinks that the song is finished. I know my english isn't so good but cuz there is no swedish support. I have to write here. any answers would be good

    I'm having a similar problem.
    Every now and then, a track from a ripped CD or from iTunes or from eMusic will "look" OK in iTunes (or on my iPod), but when the track plays, it gets partially through and it jumps to the next track in the playlist.
    For example, if playback of track 1 pauses and jumps to track 2 at 1:30 into playback of track 1, & I click on 1:31 or later in track 1, the rest of track 1 will play fine. But if the playback of track 1 starts at the before the "skip point," the track will stop & iTunes (or iPod) goes on to the next track in the playlist. If I locate the file (on my external drive) and play it in the finder, there's always buzzing sound at the point where the iTunes jumps to the next track.
    For ripped CD's this is not a huge deal, I just re-rip & usually all is well. With eMusic, I can download again, but with iTunes, I have to file a complaint & so far they've just credited my account, which is OK, but time consuming.
    At first I thought the problem was with my optical drive, but then the problem started happening with downloads from iTunes and eMusic as well. NONE of these shenanigans happened before I upgraded to iTunes 7.6, so I'm wondering if that's where the problem is. One thing's for sure: I'm not going to "jump" at the next upgrade of iTunes!
    I'm totally stumped & bummed. iTunes used to be a really good friend, now I find myself wondering if I should bother with putting my entire CD collection on iTunes if it's no longer as reliable as it used to be.

  • Anyone having problems with the on/off switch

    anyone having problems with the on/off switch. It sometimes does not work, I occasionally have to pull the plug out and replug then hit the button and it goes on?

    Out of the 100+ millions of iPhone, I'm sure there are many people that have that same problem.  If you do, you have a 1 year warranty... take it in before it runs out.

  • Hello. I have problem here can someone plz help. I have usb of 32 gb but i have problem with it while i was trying to partition of it and it fails and my usb disappear from finder and desktop i have tried every possible thing but nothing  works .

    Hello. I have problem here can someone plz help. I have usb of 32 gb but i have problem with it while i was trying to partition of it and it fails and my usb disappear from finder and desktop i have tried every possible thing but nothing  works .

    Yea i tried in disk utility and its got faiiled and the partitation has deleted and when i tried  to replug the  usb  msg show up by saying  usb not compaitnle. With this mac  and  take me to disk utility  and thanks for replying

  • Problem with Windows media player on MAC

    I got a new macbook and installed windows vista. When I wanted to play CDs on windows media player there comes a message"windows media player have aproblem..." and the window closes. I contacted the Microsoft support system and they said that the it is the problem with the mac that the Macbook is not really supporting some of the files and they told me to contact the Apple support and even then they could not solve the problem. I returned the first laptop and got a new Macbook again and even the second macbook has the same problem. Could anmy one tell me why this is happening? If your a Macbook user with windows, did you notice this kind of similar problem? Please do let me know. Thanking you.

    If you have the current version of Microsoft Windows Media Player for Mac installed, there is little you can do. The WMPFM is not kept as current as the Windows version (IMO, I think MS hates Apple - and this is intentional).

  • Problem with Windows Media Player -- saving, transferring

    Operating system:   Windows 7 Home Premium       
    Product: HP Pavilion P6000 Series
    Windows Media Player
    Copy short videos onto a thumbnail drive from a different computer running Windows 7 with Windows Media Player.    Thumbnail drive accepts files, lists and can play back fine on same computer.    Take thumbnail drive to different computer also running/using Windows Media Player & Windows 7, and playback only plays back audio -- no picture.  What am I doing wrong? 

    As WMP is not a DVD player, my suggestion would be to tell your clients to never use WMP.All our DVD discs go out with a warning not to allow WMP to be used.
    In most computer setups, WMP does not play back video correctly as it does not have an MPEG codec installed, or has navigational problems.
    All computers that have a DVD drive fitted, will have a dedicated DVD software player installed, such as Win DVD or Power DVD, so why not use that?

  • Problem with play video on TV

    sorry my english. I have problem with some VGA cards with TV-out.
    When i set on VGA properties clonning view / nView / and i play video via windows media player, on secondary monitor is blank screen - in media player. Desktop is show correctly.. Is this direct show problem ? Is some way to fix this problem ?
    thanks

    I have to assume that the tech support people took you through the basics, like eprebooting the iPad and quitting the videos app, but here is something that sometimes help with the "black, blank" video screen.
    Swipe to the right from your first home screen to get to the iPad Spotlight search. Type in the name of any of your movies in the field at the top. When the movie appears in the search - tap on it and it should hopefully start to play. Let it play for a minute or so - hit done - go back to videos app and see if all is OK.

Maybe you are looking for

  • Remote Printing on 2012 from Mac

    Hi all, I'm having an issue trying to setup remote printing from a Mac running OS X 10.6.8 using the 'Remote Desktop Connection' app and connecting to my Windows Server 2012 Remote Desktop Services server I have configured. The Mac is sitting on a co

  • Designer 6i in Oracle 9i

    Hi, I have MS Windows XP,Oracle 9.2.0.0.0 and Oracle Designer 6i(6.5.52.2.0 - Config 4.0.12) on my laptop. I can't install repository - during "Instaling view to Support Core Repository" Repository adm. utility just crashes with some MS error - Error

  • IBook G4 chokes on startup

    I have an iBook G4 1.33ghz 14" display, 256MB RAM. It had the blank display/fan of death syndrome, but after installing a shim under the logic board per the coreyarnold.org instructions that has been solved, BUT, the computer hangs on booting at the

  • Month Range from Single Month Entry

    Hi Gurus, In a particular query, the mandatory input is 0calmonth. Variable used is 0PCALMON. When user inputs 12.2007, then during runtime one of the keyfigure i need to calculate is quarter quantity for the month range 10.2007 to 12.2007 as 12.2007

  • Getting AutoCommit as true for a connection during a JTS transaction

    We have a situation where connections being retrieved from a JDBC connection pool through a JDBCTxDataSource are having their autoCommit flag set to true (which should never happen) though it is in a Disributed transaction . We have confirmed that it