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
| remapblock | |
| ESC BACK_QUOTE | |
| BACK_QUOTE ESC | |
| endblock | |
| macroblock | |
| macro ESC SHIFT | |
| PUSH_META CLEAR_META ALL | |
| SET_META LSHIFT | |
| PRESS BACK_QUOTE | |
| POP_ALL_META |
| #nginx/docker-compose.yml | |
| version: '2' | |
| services: | |
| nginx-proxy: | |
| image: jwilder/nginx-proxy | |
| container_name: nginx-proxy | |
| restart: always | |
| networks: | |
| - webapps | |
| ports: |
| #!/usr/bin/env python | |
| import json | |
| import os | |
| import requests | |
| def main(): | |
| module = AnsibleModule( | |
| argument_spec=dict( | |
| cert_path=dict(required=True), |
alias -g PACKER_RDP='$(netstat -anlp |& grep 127.0.0.1:59 | tr -s " " | cut -d " " -f 4)'
rdesktop-vrdp PACKER_RDP
| Tue Feb 20 14:33:34 UTC 2018 |