Read the statement by Michael Teeuw here.
Module: iFrame! Starting Video automatically!
-
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.htmlbut 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
}
}, -
@lolobyte Just “http://media.tagesschau.de/video/100s/2016/1228/TV-100s-1841.podm.h264.mp4” isn’t work for you?
-
Hello Ramirez.
The video is starting but only once.
Then, when i restart the magicmirror.I realized the link http://media.tagesschau.de/video/100s/2016/1228/TV-100s-1841.podm.h264.mp4, is no option.
The video is not really the actual newest information of the day. I must use one of the other links.My plan was to became a possibility to start every time when i activate the iframe module with the first tapping on “iFrame” with the hep of the module “Remote-Control”.
-
Hello @lolobyte,
that is exactly what i also wanted to do. Starting the Tagesschau or whatever with the “Remote-Control” module. Did you found a solution for your problem? -
Hello, no sorry. I didn’t find a solution and also no helping hand for that.
-
Har. That’s sad. Then I need to check the possibilities by myself. I thought I just wait some time and the problem solves itself.
-
Would it work for you guys if I implement a
config
parameter for the Remote Control, similar to the ones I use for my Buttons module (notification specification), and you can create custom Buttons with this specification for the remote control? -
That will be great.
But on e or more things to this thematic.
It is not the problem to load the movie with iFrame. The problem is if the Frame is loaded, you must simulate a mouse button to start this movie.
This Movie is not like one from YouTube. They can run automatically with the option autoplay=1.
The Stream from the “Tagesschau in 100 Sekunden” needs an initial starting sequence.
-
@lolobyte The problem for “Tagesschau in 100 Sekunden” you can not using autoplay variable because is a parameter of Youtube. I think the integration with they will not possible with Iframe. Maybe a stream video module o something like that, I dont know if exists one. If not exists you can create one for this purpose.
-
@roramirez is right I think.
@lolobyte I thought you guys were talking about this module: https://github.com/ptrbld/MMM-Podcast? Does it not work?