Have set up my notebook so that it automatically starts up at 07:00 clock every day, the Chrome automatically at startup with the page
n-tv.de/mediathek/livestream/ opens.
Now the problem is that the stream does not start by itself, I still have to manually click the mouse pointer into the stream to start it.
How do I manage to play the stream automatically without having to click it with the mouse?
[Windows 10 Enterprise 64-bit]
Maybe with php - Say the page
The page is called http://www.n-tv.de/mediathek/livestream/
Maybe you can pass another parameter in the browser address.
? Autoplay = 1
? Play = 1
? Auto_play = true
… That is somehow player dependent…
Do you do that with one? At the back.
And several parameters are separated with the &.
Here is something described, if it works, you have to try.
https://developers.google.com/youtube/player_parameters?hl=de
or here:
I have an alternative for you - do you have VLC?
VLC can play various streams directly if you give it the right link. Unfortunately, N-TV does not currently work, but, for example, the world.
How do you proceed?
Download VLC and install it. Now press the Windows key + R and enter VLC. It works? Great, further in the text:
Find the right link to the stream here. I just tested World and Nick: https://wiki.ubuntuusers.de/Internet-TV/Stationen/#n-tv
Now Win + R again and give it this time
VLC -f "
https://live2weltcms-lh.akamaihd.net/i/Live2WeltCMS_1@444563/index_1_av-b.m3u8 "
The -f stands for fullscreen, you do not want it, turn it off.
Now the stream should open (in full screen). Is working? Excellent! Continue:
Now you write yourself a batch file. Just save a .txt on the desktop and open it with the editor of your choice.
There you write now:
start VLC -f "
https://live2weltcms-lh.akamaihd.net/i/Live2WeltCMS_1@444563/index_1_av-b.m3u8 22%
and click save as. There you call the file then Stream.bat - Or something with .bat at the end. Should be a batch file now.
This you throw now in your startup folder. Finished.
Hope this is an alternative for you
Thank you