python - Netflix API - alter video? -


So I want to know whether to write a video that is to change the video written on netflix, writing scripts or for the service A plug-in

An example: a 22-minute show. Let's say I want to leave the first 2 minutes and release the video from there. I mean, there should be some way to do this, I hope it is

if (Video. Play) then video. Play (Timestamp)

or something like this if (colorcode) then skip.frame (); or whatever.

For Silverlight playback, you can get a reference on the video object that their site has the following javascript ( Such as using something like Tamparkki):

  var vp = netflix. Cadmium.objects.videoPlayer (); Vp.seek (60500); / / In millisecond  

See also the comment at the end.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -