Question
netstream.play()
I am trying to load a preview frame of my videos. Per the
documentation I should be able to say something like
ns.play(filename, 30, 0, true);
This should play the first frame of the video 30 seconds in. This does not seem to work does any know how to fix this or why it is not working.
ns.play(filename, 30, 0, true);
This should play the first frame of the video 30 seconds in. This does not seem to work does any know how to fix this or why it is not working.
