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!