So I should clarify that a single .ogg or .mp3 file will play on my
system via NFS mount with this diff (and I can stop and start a
different .ogg or .mp3 file), but a flac file will still not play.
Http (any file type) also still does not play.  This is an H3
MediaMVP, in case that matters.  I spent some time tracking down the
http file problem, and in http_play(),
"mvpw_set_timer(playlist_widget, content_osd_update, 500);" is called.
 Within that routine, the "GrSelectEvents(widget->wid,
widget->event_mask);" call never returns.

Hope this helps.  And if it doesn't, I'll spend another rainy
afternoon with some more printfs...  :)

Noah

diff --git a/src/audio.c b/src/audio.c
index 1ce8997..47f4c9b 100644
--- a/src/audio.c
+++ b/src/audio.c
@@ -1285,7 +1285,7 @@ audio_start(void *arg)
                audio_stop = 0;
                OggStreamState = OGG_STATE_UNKNOWN;

-               mvpw_show(fb_progress);
+               //mvpw_show(fb_progress);

                while (( (done=audio_player(0, afd)) == 0)  &&
                       current && !audio_stop)


On 5/20/07, MVallevand <[EMAIL PROTECTED]> wrote:
> On 5/19/07, Noah Beck <[EMAIL PROTECTED]> wrote:
> > Some debug statements in audio.c:audio_start() led me to find that the
> > call to mvpw_show(fb_progress) never returns.  Commenting it out, I
> > can play any single file from an NFS filesystem just fine.
>
> Noah could you upload the diff file?  Also is anyone else seeing this?
>  I don't have a problem from cifs, nfs, or the fuse file systems.
>
> Martin
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mvpmc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mvpmc-users
mvpmc wiki: http://mvpmc.wikispaces.com/

Reply via email to