Live stream from your PS4 / Xbox to a local computer running an RTMP server by intercepting the twitch.tv stream.
Requirements
- DD-WRT enabled Router (or router with iptables compatibility)
- nix Envirment
- nginx with the nginx-rtmp-module
| #!/usr/bin/env python | |
| import json | |
| import os | |
| import requests | |
| def main(): | |
| module = AnsibleModule( | |
| argument_spec=dict( | |
| cert_path=dict(required=True), |