Hello,
i wish to start with iframe the network video of Tagesschea in 100 sekunden.
I tried several links with no success.
The best result was with this link
http://www.tagesschau.de/multimedia/video/video-244855~player_branded-true.html
but the video didn’t start.
Any proposal for a auto play option?
Here is my config:
{
module: ‘iFrame’,
position: ‘bottom_bar’, // This can be any of the regions.
config: {
url: “http://www.tagesschau.de/multimedia/video/video-244855~player_branded-true.html&autoplay=true”,
// url: “https://www.tagesschau.de/100sekunden/&autoplay=1”,
// url: “http://www.tagesschau.de/export/video-podcast/webxl/tagesschau-in-100-sekunden/&autoplay=1”,
// url: “~/MagicMirror/modules/MMM-Podcast/video.mp4&autoplay=1”,
// url: “http://media.tagesschau.de/video/100s/2016/1228/TV-100s-1841.podm.h264.mp4&autoplay=1”,
width: “100px”, // Optional. Default: 100%
height: “100px”, //Optional. Default: 100px
}
},