This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#title :wildfly-install.sh | |
#description :The script to install Wildfly 10.x | |
#more :http://sukharevd.net/wildfly-8-installation.html | |
#author :Dmitriy Sukharev | |
#date :2016-06-18T02:45-0700 | |
#usage :/bin/bash wildfly-install.sh | |
#tested-version1 :10.0.0.CR3 | |
#tested-distros1 :Ubuntu 15.10; Debian 7,8; CentOS 7; Fedora 22 | |
#tested-version2 :10.0.0.Final |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If your SRWare Iron fails to detect your Chromecast, modify the following flags in `chrome://flags`: | |
1. Cast Streaming hardware video encoding - Disabled | |
2. Load Media Router Component Extension - Enabled | |
3. Media Remoting during Cast Tab Mirroring - Enabled | |
Restart the browser and you should now be able to cast to your Chromecast! | |
Source: Figured out this working combination after reading through countless forum posts, Chromecast help pages, and playing with the flags. |