Millisecond Forums

Run video from html file

https://forums.millisecond.com/Topic23227.aspx

By thanawin - 1/15/2018

Hi all,

I am making a program to run video from html file.
Here is my code

<html myVDO>
/ items = ("video_1.html")
</html>

<trial myVDO>
/ stimulusframes = [1=myVDO]
/ timeout = 10000000000
</trial>

<block myVDO>
/ trials = [1=myVDO]
</block>

<expt>
/ subjects = (1 of 1)
/ groupassignment = groupnumber
/ blocks = [1 = myVDO;]
</expt>

However, the error message show "this video contains content from wmg. it is restricted from playback on certain sites or applications"
Any suggestion would be really appreciated
By Dave - 1/16/2018

thanawin - Tuesday, January 16, 2018
Hi all,

I am making a program to run video from html file.
Here is my code

<html myVDO>
/ items = ("video_1.html")
</html>

<trial myVDO>
/ stimulusframes = [1=myVDO]
/ timeout = 10000000000
</trial>

<block myVDO>
/ trials = [1=myVDO]
</block>

<expt>
/ subjects = (1 of 1)
/ groupassignment = groupnumber
/ blocks = [1 = myVDO;]
</expt>

However, the error message show "this video contains content from wmg. it is restricted from playback on certain sites or applications"
Any suggestion would be really appreciated

This means the video file or code you are trying to embed has some kind of DRM (Digital Rights Management; WMG stands for Warner Music Group) protection built-in. It will not work locally, but that has nothing to do with Inquisit.