-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ari Pollak wrote:
> Kevin DeKorte wrote:
>> How about setting "debug=1" in the mplayerplug-in.conf file and running
>> firefox from a terminal and looking at the output or emailing it to the
>> list.
>
> I have the same problem with mplayer CVS, even though it plays fine when
> standalone. Here's the last output with debug=2, which doesn't look like
> it'd be a huge help:
>
Ari,
I have found the error and fixed it in my tree. I can't commit it to CVS
because the SF developer CVS is down right now.
Here is the patch
plugin-threads.cpp line 1173
Change
pthread_testcancel();
if (strstr(buffer, "File not found") != NULL) {
result->tryagain = TRYAGAIN_FALSE;
result->errorcode = ERROR_FILE_NOT_FOUND;
break;
}
to
/*
pthread_testcancel();
if (strstr(buffer, "File not found") != NULL) {
result->tryagain = TRYAGAIN_FALSE;
result->errorcode = ERROR_FILE_NOT_FOUND;
break;
}
*/
Basically just comment out the File not found test. It seems to be a new
message that mplayer added it because the subtitles are missing.
Kevin
- --
Get my public GnuPG key from
http://keyserver.veridis.com:11371/export?id=7574690260641978351
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
iD8DBQFELAFBaR60qN0tF+8RArq+AJ4tz3VDl72NmTeHIWMXCrvQgYVAfwCgwTJW
CULCR/42BrcW+ePFnEC5pWI=
=D645
-----END PGP SIGNATURE-----
|