Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

PARCEL_MEDIA_COMMAND_LOOP Not Looping

HatHead Rickenbacker
Registered Loser
Join date: 6 Nov 2006
Posts: 133
03-15-2008 10:40
Hello,

Don't know why the PARCEL_MEDIA_COMMAND_LOOP is not looping. I have even tried several different encoding variations for the source video but no luck. The media URL will always only play once and not loop.

Here is the function I call to try and loop the video source (it loops the video for a specific avatar so other avatars viewing won't have their loop restarting on them in the middle):

play_media_URL(key User)
{
llParcelMediaCommandList( [
PARCEL_MEDIA_COMMAND_AGENT, User,
PARCEL_MEDIA_COMMAND_URL, defaultURL,
PARCEL_MEDIA_COMMAND_LOOP] );
}

Many thanks for any help!
HatHead Rickenbacker
Registered Loser
Join date: 6 Nov 2006
Posts: 133
03-15-2008 11:26
Found the issue : the loop command does not work when you serve a file from a Mac Quicktime server but works OK from a linux server