Raiden Karuna
Registered User
Join date: 1 Sep 2004
Posts: 65
|
04-01-2005 22:39
What input does the flag "PARCEL_MEDIA_COMMAND_TIME" take? It could possibly be the SL time to start, or a countdown from that number before it starts?
Thx.
|
TwoPercent Milk
Homogenized
Join date: 12 Oct 2004
Posts: 9
|
04-01-2005 22:47
I believe it sets the time at which the stream begins if it's started.
EDIT: Yeah, I phrased that badly.
For example, if you want to start the stream 3 seconds in, you would use the command llParcelMediaCommandList([PARCEL_MEDIA_COMMAND_TIME,3]);
_____________________
Just my two (per)cents.
|
Bino Arbuckle
Registered User
Join date: 31 Dec 2002
Posts: 369
|
04-06-2005 19:54
This would be useful, for example, if you weren't using a real stream, but say a saved video file.
So person A would start the movie, and then say 5 minutes later person B comes on the plot and clicks play, you'd feed it something like PARCEL_MEDIA_COMMAND_TIME,300 and it would set person B up with the stream at the same point person A is at.
Your original script would need to do some timekeeping, say with llGetWallclock() or something.
Real streams are always grabbed in real time, so you don't have to worry about synchronization. So this is a decently approximate workaround for canned videos.
|
CrystalShard Foo
1+1=10
Join date: 6 Feb 2004
Posts: 682
|
04-07-2005 08:18
A float.
|