- ffmpeg
- rtmpdump
rtmpdump -r "rtmpe://fms1.uniqueradio.jp/" -a ?rtmp://fms-base2.mitene.ad.jp/agqr/ -y aandg22 -B %1 -v | ffmpeg -i pipe:0 %2
| const io = require('socket.io')(http); | |
| const session = require('express-session'); | |
| const RedisStore = require('connect-redis')(session); | |
| const cookie = require('cookie'); | |
| const cookieParser = require('cookie-parser'); | |
| const inspect = require('util').inspect; | |
| const store = new RedisStore(); | |
| const sessionCookieName = 'sid'; | |
| const sessionSecret = 'hoge'; |
| <?php | |
| $data = []; | |
| // 読み込み | |
| $handle = fopen("hoge.txt", "r"); | |
| if ($handle) { | |
| while (($line = fgets($handle, 4096)) !== false) { | |
| array_push($data, $line); | |
| } |
| using System; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| namespace Utility | |
| { | |
| public class ValidateableList<T> : IList<T> | |
| { | |
| public ValidateableList(Func<T, bool> addValidater = null) | |
| { |
| using System; | |
| using System.Drawing; | |
| using System.Windows.Forms; | |
| namespace DxSharp.Sample | |
| { | |
| public static class Program | |
| { | |
| public static void Main() | |
| { |
| using System; | |
| using System.Collections.Generic; | |
| public class Switch<T> | |
| { | |
| public Switch(T target) | |
| { | |
| Target = target; | |
| } |
| public partial class Form1 : Form | |
| { | |
| private Twitch.Twitter tw { set; get; } | |
| private async void Form1_Load(object sender, EventArgs e) | |
| { | |
| // 今回はTwitterForAndroidのAPIキーを使用 | |
| tw = new Twitch.Twitter("3nVuSoBZnx6U4vzUxf5w", "Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys"); | |
| await tw.Authorize(); | |
| } |
| key = "name" | |
| value = 100 | |
| obj = | |
| "#key": value | |
| obj2 = {+flagA, -FlagB} | |
| url = @location |