|
Sir Bernard
Registered User
Join date: 21 Nov 2007
Posts: 10
|
04-12-2009 12:02
Anyone know if this is a reported bug or if there is a workaround? streaming audio fails on windows when using PARCEL_MEDIA_COMMAND_AGENT installed latest version of quicktime. helps for mp3s but not streams works perfectly on Linux example code default { state_entry() { llSay(0, "Touch me to hear music!"  ; } touch_start(integer total_number) { llParcelMediaCommandList( [ PARCEL_MEDIA_COMMAND_URL, "http://72.1.140.202:8000", PARCEL_MEDIA_COMMAND_TYPE, "audio/*", PARCEL_MEDIA_COMMAND_AGENT, llDetectedKey(0), PARCEL_MEDIA_COMMAND_PLAY ] ); } }
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
04-12-2009 13:53
so you're saying that the inworld content only plays in the linux client, and doesn't show for you in the windows client?
have you checked that the encoded file is the presumed format (mp4, by extension), and that both machines have the same or equivalent codecs installed?
the LSL code runs from ll's server, so isn't dependent on the local machines OS, though it is possible that the linux client has different allowable formats that might show. but must likely it's a difference between the quicktime plugins for your windows and your linux box.
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|
|
Sir Bernard
Registered User
Join date: 21 Nov 2007
Posts: 10
|
04-12-2009 18:17
Strangely on the windows machine, the same streaming audio from the parcel works but not when sent directly to the client with the COMMAND_AGENT. That makes me think that it could be a client problem.
Trying to find a Mac user to see how it reacts on it...
Anyone with a Mac want to meet me in-world?
|
|
Haruki Watanabe
llSLCrash(void);
Join date: 28 Mar 2007
Posts: 434
|
04-13-2009 02:03
What kind of media type is set in the land-info? I just realized that it didn't work on my land either. But I had «Web-Content» selected in the media-type. Try to change it to either audio or video... This wouldn't explain why it runs on the linux-client, though... 
|
|
Sir Bernard
Registered User
Join date: 21 Nov 2007
Posts: 10
|
04-13-2009 04:32
movie i'm afraid. will try with an audio stream on both media see what happens
|
|
Haruki Watanabe
llSLCrash(void);
Join date: 28 Mar 2007
Posts: 434
|
04-13-2009 04:44
hmmm - actually, I tried it with movie, and it worked...
|
|
Sir Bernard
Registered User
Join date: 21 Nov 2007
Posts: 10
|
04-13-2009 15:38
Hi,today i found someone using window for whom it works fine.
i'll try to narrow it down to whatever it is that causes this...
thanks
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
04-13-2009 16:08
have them check their viewer and server build numbers, use the same client on that server, and if it still fails for you it's definitely a problem with the QT plugin, if it works, the difference is in the viewer code.
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|