This file contains hidden or 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
[ | |
{ | |
flags => 0, | |
version => 0, | |
bs_version => 2, | |
drm_data => "", | |
bs_flags => 0, | |
segment_run_tables => [ | |
{ | |
flags => 0, |
This file contains hidden or 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
------------------------------------------------------------------------ | |
r1000000 | **** REDACTED **** | |
MMMMMMMMMMMMMMMMMMMMMMMM ~MMMMMMMMMMMMMMMMMMMMMMMM NMMMMMMMMMMMMMMMMMMMMMMM7 | |
MMMMMMIIIIIINMMMMMMMMMMM ~MMMMMMIIIIIIMMMMMMMMMMMM NMMMMMMMMMM~ ?MMMMMMMM7 | |
MMMMMM ,MMMMMMMM ~MMMMMM ZMMMMMMMM NMMMMMM. MMMMM7 | |
MMMMMM MMMM ZMMMMMMM ~MMMMMM MMMM MMMMMMMM NMMMMM MMMMMMM? MMMMM7 | |
MMMMMM MMMMZ :MMMMMMM ~MMMMMM MMMM NMMMMMMM NMMMM MMMMMMMMMMMMMMMM7 | |
MMMMMM MMM= MMMMMMMM ~MMMMMM MMM. MMMMMMMM NMMM MMMMMMMMMMMMMMMMM7 | |
MMMMMM +MMMMMMMM ~MMMMMM ZMMMMMMMM NMMM MMMMMMMMMMMMMMMMM7 |
This file contains hidden or 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
#!/usr/bin/env perl | |
use strict; | |
use warnings; | |
use Emitron::App root => '/tmp/emitron'; | |
use Emitron::Logger; | |
use Emitron::Tool::Encoder; | |
use Emitron::Tool::Packager::HLS; |
This file contains hidden or 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
var model = new JSONTrigger({}); | |
$(function() { | |
var here = new URLParser(window.location.href); | |
var api = here.root() + '/api'; | |
var ev = new EV(api + '/ev/'); | |
// Boilerplate setup: will move out of here | |
ev.on('test', function(ev, data) { | |
console.log("Got message: " + ev + ": " + data.sequence); |
This file contains hidden or 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
{ | |
"config" : { | |
"paths" : { | |
"tmp" : "/tmp/emitron" | |
}, | |
"profiles" : { | |
"config" : { | |
"pc" : { | |
"dog" : "/opt/newstream/art/thespace-dog.png", | |
"encodes" : [ |
This file contains hidden or 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
Dear Valued Customer, | |
Thank you for your purchase. We want to provide an update on your order. | |
You should expect to receive your NOOK® Simple Touch within the next | |
4-5 business days. We will email you parcel tracking information when | |
your NOOK has shipped. | |
Thank you, | |
The NOOK Support Team |
This file contains hidden or 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
Dear Valued Customer, | |
You recently received an email from NOOK customer service indicating | |
that your NOOK Simple Touch would be shipped shortly. | |
We apologize for this error but your credit card was not charged as NOOK | |
Simple Touch is temporarily out of stock. We’re pleased to let you | |
know that we do have inventory of NOOK Simple Touch GlowLight and you | |
may place an order by visiting http://uk.nook.com/. |
This file contains hidden or 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
#!/usr/bin/env perl | |
use strict; | |
use warnings; | |
use Net::Icecast::Source; | |
my $source = Net::Icecast::Source->new( | |
username => 'source', | |
password => 'secret', |
This file contains hidden or 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 | |
base="/usr/share/nginx/www" | |
set -x | |
rm -rf live live.h264 "$base/live" | |
mkdir -p live | |
ln -s "$PWD/live" "$base/live" | |
mkfifo live.h264 |
This file contains hidden or 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
/* merge.c */ | |
#include <stdarg.h> | |
#include <stdint.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <unistd.h> | |
#define BMP_HEADER_SIZE 14 |
OlderNewer