Head on over to your YouTube live Events page (https://www.youtube.com/my_live_events).
Create a new live event that is unlisted (or private) and of Custom type.
Under Basic ingestion choose 1500 Kbps - 4000 kbps (720p).
Check the Enable 60fps box.
| #!/bin/bash | |
| ## Use : ss command | |
| ## variable for change : | |
| ## | |
| ##---------- | |
| Timetemp='%H%M' | |
| Time=$(date +"${Timetemp}") | |
| Date=$(date +"%y%m%d") | |
| Yest=$(date --date="1 day ago" +"%y%m%d") | |
| #Day=$(date +"%a") |
| <?php | |
| declare(strict_types = 1); | |
| namespace App\Kafka; | |
| use RdKafka; | |
| use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; | |
| use Symfony\Component\Console\Input\InputArgument; | |
| use Symfony\Component\Console\Input\InputInterface; |
Head on over to your YouTube live Events page (https://www.youtube.com/my_live_events).
Create a new live event that is unlisted (or private) and of Custom type.
Under Basic ingestion choose 1500 Kbps - 4000 kbps (720p).
Check the Enable 60fps box.
Just run this from your Mac terminal and it'll drop you in a container with full permissions on the Docker VM. This also works for Docker for Windows for getting in Moby Linux VM (doesn't work for Windows Containers).
docker run -it --rm --privileged --pid=host justincormack/nsenter1
more info: https://github.com/justincormack/nsenter1