sudo apt-get install python3-pip
sudo pip3 install virtualenv
running:
bash create-vod-hls.sh beach.mkv
will produce:
beach/
|- playlist.m3u8
|- 360p.m3u8
Click on the wireless icon located in the upper right task bar. | |
Select 'eduroam' | |
In the Security field, select 'WPA & WPA2 Enterprise' | |
In the Authentication field, select 'Protected EAP (PEAP)' | |
Leave the Anonymous Identity field blank | |
The CA certificate field should be set to 'None' | |
The check box 'No CA certificate is required' should be checked | |
The PEAP version field should be set to 'Automatic' | |
The Inner Authentication field should be set to 'MSCHAPV2' | |
In the Username field, enter your [email protected] |
package main | |
import ( | |
"encoding/json" | |
"fmt" | |
"log" | |
"time" | |
) | |
type MyStruct struct { |