This morning I came up with an idea that requires a stream player. You may imagine how happy I was to find this "fresh" plugin. Great work (as always) rexrainbow THNX
Few questions/issues:
1. Is it possible to add a mechanism that will allow objects over the video? This would be very handy...
2. Is it possible to have a parameter that hides Youtube's info at the top (name/watch later/share)?
3. Is it possible to have a parameter that disables play/pause upon video clicked?
4. In order to run some tests I created this project that includes two Time-code counter videos running in-sync. Here are some of the results:
https://www.dropbox.com/s/62h7dg6p6psopv4/tube%20test.capx?dl=0
a. The plugin runs nicely over desktop and mobile via wifi, but its response is quite far from being accurate - the average response to action.pause is around 0.3 sec. Also - each player has a slightly different response time. You can test it by setting a desired pause time on the AutoPause variable.
b. When looping at the end of the video, the plugin shows the "suggestions" screen for a split second. I worked around this issue with the "clean loop" action (enable line 8 to activate "clean loop").
c. SetPlaybacktime does not work on "skip" (for example, when JumpFrom=3 and JumpTo=7)
The same action works fine on "repeat" (JunpFrom=7 and JumpTo=3)
When you use the capx, make sure to always close the tab you have used for the last preview (some inconsistency when re-launching a preview in a "used" tab).