-
Instalar ffmpeg da fonte: https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
-
Instalar nginx com módulo rtmp
wget http://nginx.org/download/nginx-1.9.3.tar.gz git clone https://github.com/arut/nginx-rtmp-module wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.36.tar.bz2 tar -xvf pcre-8.36.tar.bz2 tar -xvf nginx-1.9.3.tar.gz cd nginx-1.9.3
This file contains 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
12:41:47: Running build steps for project Solution... | |
12:41:47: Starting: "/usr/bin/qmake-qt4" /home/aovivo/src/Client/src/Solution.pro -r -spec linux-g++ | |
Reading /home/aovivo/src/Client/src/Common/Common.pro | |
Reading /home/aovivo/src/Client/src/Caspar/Caspar.pro | |
Reading /home/aovivo/src/Client/src/Gpi/Gpi.pro | |
Reading /home/aovivo/src/Client/src/Core/Core.pro | |
Reading /home/aovivo/src/Client/src/Widgets/Widgets.pro | |
Reading /home/aovivo/src/Client/src/Shell/Shell.pro | |
12:41:47: The process "/usr/bin/qmake-qt4" exited normally. | |
12:41:47: Starting: "/usr/bin/make" -w |
This file contains 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
10:05:53: Running build steps for project Solution... | |
10:05:53: Starting: "/usr/bin/qmake-qt4" /home/aovivo/src/Client/src/Solution.pro -r -spec linux-g++ | |
Reading /home/aovivo/src/Client/src/Common/Common.pro [/home/aovivo/src/Client/Solution-build-desktop-Qt_4_8_1_in_PATH__System__Release/Common] | |
Reading /home/aovivo/src/Client/src/Caspar/Caspar.pro [/home/aovivo/src/Client/Solution-build-desktop-Qt_4_8_1_in_PATH__System__Release/Caspar] | |
Reading /home/aovivo/src/Client/src/Gpi/Gpi.pro [/home/aovivo/src/Client/Solution-build-desktop-Qt_4_8_1_in_PATH__System__Release/Gpi] | |
Reading /home/aovivo/src/Client/src/Core/Core.pro [/home/aovivo/src/Client/Solution-build-desktop-Qt_4_8_1_in_PATH__System__Release/Core] | |
Reading /home/aovivo/src/Client/src/Widgets/Widgets.pro [/home/aovivo/src/Client/Solution-build-desktop-Qt_4_8_1_in_PATH__System__Release/Widgets] | |
Reading /home/aovivo/src/Client/src/Shell/Shell.pro [/home/aovivo/src/Client/Solution-build-desktop-Qt_4_8_1_in_PATH__System__Release/Shell] | |
10:05:53: The proces |
This file contains 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
10:26:47: Running build steps for project Solution... | |
10:26:47: Starting: "/usr/bin/qmake-qt4" /home/aovivo/src/Client/src/Solution.pro -r -spec linux-g++ | |
Reading /home/aovivo/src/Client/src/Common/Common.pro | |
Reading /home/aovivo/src/Client/src/Caspar/Caspar.pro | |
Reading /home/aovivo/src/Client/src/Gpi/Gpi.pro | |
Reading /home/aovivo/src/Client/src/Core/Core.pro | |
Reading /home/aovivo/src/Client/src/Widgets/Widgets.pro | |
Reading /home/aovivo/src/Client/src/Shell/Shell.pro | |
10:26:47: The process "/usr/bin/qmake-qt4" exited normally. | |
10:26:47: Starting: "/usr/bin/make" -w |
This file contains 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
2014-01-03 15:04:14.212 - info: [caspa_backends] binding to mongo collections: transforms, medias, pieces, lists, scheds, status, mostomessages, , . | |
2014-01-03 15:04:14.240 - error: uncaughtException: Cannot find module 'mbc-common/models/Auth' date=Fri Jan 03 2014 15:04:14 GMT-0200 (BRST), pid=12415, uid=0, gid=0, cwd=/home/aovivo2/src/mbc-caspa, execPath=/usr/local/bin/node, version=v0.10.18, argv=[node, /home/aovivo2/src/mbc-caspa/server.js], rss=33812480, heapTotal=31151360, heapUsed=11909144, loadavg=[0.11572265625, 0.30615234375, 0.40576171875], uptime=10387.852181045, trace=[column=15, file=module.js, function=Function.Module._resolveFilename, line=338, method=Module._resolveFilename, native=false, column=25, file=module.js, function=Function.Module._load, line=280, method=Module._load, native=false, column=17, file=module.js, function=Module.require, line=364, method=require, native=false, column=17, file=module.js, function=require, line=380, method=null, native=false, column=19, file=/home/aovivo2/s |
This file contains 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
sudo make | |
git submodule update | |
npm install | |
npm WARN package.json [email protected] No repository field. | |
npm WARN excluding symbolic link test/backbone-relational.js -> ../backbone-relational.js | |
node server.js | |
Cannot write runtime.json file Error: ENOENT, no such file or directory '/node_modules/mbc-common/config/runtime.json' | |
Error: watch ENOENT | |
at errnoException (fs.js:1019:11) | |
at FSWatcher.start (fs.js:1051:11) |
This file contains 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
--- | |
# PiVT Configuration File | |
# Note that PiVT can be operated in two modes, either as the network-controlled | |
# video server it was designed as or in alternate 'playlist' mode (or both, | |
# just pick up the playlist where it left off) | |
# The three dashes at the start of the file are important, please leave them in! | |
# Folder where video files can be found (--folder). Absolute paths recommended! |
This file contains 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
<!-- MULTICAM --> | |
<div id="multicam_lupi" class="menuanchor"></div> | |
<div class="multicam"> | |
<div class="content_lupi"> | |
<div class="label"> | |
<h3>Multicâmeras</h3> | |
<img src="img/multi60x60.png" width="60"> | |
<p>O internauta decide qual câmera destacar</p> |
This file contains 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
#N canvas 387 171 693 588 10; | |
#X declare -lib mrpeach; | |
#X declare -lib moocow; | |
#X text 21 571 SEE ALSO:; | |
#X obj 417 541 pdstring; | |
#X obj -181 359 print bytes2any-help; | |
#X obj -180 336 bytes2any 128 0; | |
#X obj 13 217 any2bytes 128 -1; | |
#X obj 13 262 print any2bytes-help; | |
#X obj 189 463 tcpclient; |
This file contains 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
<div class="videoWrapper"> | |
<iframe allowfullscreen="" frameborder="0" height="360" src="/path/to/your/clappr" width="640"></iframe></div> | |
<style type="text/css">.videoWrapper { | |
position: relative; | |
padding-bottom: 56.25%; /* 16:9 */ | |
padding-top: 25px; | |
height: 0; | |
} | |
.videoWrapper iframe { | |
position: absolute; |
OlderNewer