UCA4SVR / TOUCAN-VR

Testbed Oriented to User-Centric Approach in Networking for Virtual Reality
Apache License 2.0
12 stars 5 forks source link

Stop operation #86

Closed sticmac closed 6 years ago

sticmac commented 6 years ago

Depends on #85

Implements stop operation, which pauses the video player for a specified amount of time.

The XML syntax of stop operations is as the following example:

<stop>
    <milliseconds>5000</milliseconds>
    <duration>10000</duration>
</stop>

with the milliseconds tag being the time where the operation needs to be executed in milliseconds and the duration tag being the duration of the pause in milliseconds.