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
| { | |
| "AWSTemplateFormatVersion": "2010-09-09", | |
| "Description": "Redirect {www.,}company.co.uk web site to company.com, including SSL", | |
| "Resources": { | |
| "BucketCompanyCoUk": { | |
| "Properties": { | |
| "AccessControl": "PublicRead", | |
| "BucketName": "company.co.uk", | |
| "CorsConfiguration": { | |
| "CorsRules": [ |
| application: you-app-name-here | |
| version: 1 | |
| runtime: python | |
| api_version: 1 | |
| default_expiration: "30d" | |
| handlers: | |
| - url: /(.*\.(appcache|manifest)) | |
| mime_type: text/cache-manifest |
| # put this at ~/.gitconfig | |
| [alias] | |
| # I'm lazy, so two letters will always trump the full command | |
| co = checkout | |
| ci = commit | |
| cp = cherry-pick | |
| st = status | |
| br = branch |
The following document is a written account of the Code School screencasting framework. It should be used as a reference of the accompanying screencast on the topic.
You're probably aren't going to take the time to read this screencast if you're not interested, but there are a lot of nice side effects caused by learning how to create quality screencasts.