id
stringlengths
34
124
type
stringclasses
4 values
prompt
stringlengths
0
4.95k
response
stringlengths
21
4.89k
source_lang
stringclasses
3 values
target_lang
stringclasses
2 values
repo
stringclasses
75 values
path
stringlengths
10
88
license
stringclasses
1 value
commit
stringlengths
40
40
stars
int64
431
18.7k
source_url
stringlengths
86
176
line_start
int64
1
214
line_end
int64
3
253
nicolaskruchten/pivottable:locales/pivot.pt.coffee:1:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript var callWithJQuery; callWithJQuery = function(pivotModule) { if (typeof exports === "object" && typeof module === "object") { // CommonJS return pivotModule(require("jquery")); } else if (typeof define === "function" && define.amd) { // AMD return defi...
callWithJQuery = (pivotModule) -> if typeof exports is "object" and typeof module is "object" # CommonJS pivotModule require("jquery") else if typeof define is "function" and define.amd # AMD define ["jquery"], pivotModule # Plain browser env else pivotModule jQuery callWithJQue...
JavaScript
CoffeeScript
nicolaskruchten/pivottable
locales/pivot.pt.coffee
MIT
bfb48650444f077979b75dbda48cf34c18ddb21c
4,440
https://github.com/nicolaskruchten/pivottable/blob/bfb48650444f077979b75dbda48cf34c18ddb21c/locales/pivot.pt.coffee
1
50
nicolaskruchten/pivottable:locales/pivot.pt.coffee:1:completion
completion
callWithJQuery = (pivotModule) -> if typeof exports is "object" and typeof module is "object" # CommonJS pivotModule require("jquery") else if typeof define is "function" and define.amd # AMD define ["jquery"], pivotModule # Plain browser env else pivotModule jQuery callWithJQue...
computeError: "Ocorreu um error ao computar os resultados da Tabela Dinâmica." uiRenderError: "Ocorreu um error ao renderizar a interface da Tabela Dinâmica." selectAll: "Selecionar Tudo" selectNone: "Selecionar Nenhum" tooMany: "(demais para listar)" filterRe...
CoffeeScript
CoffeeScript
nicolaskruchten/pivottable
locales/pivot.pt.coffee
MIT
bfb48650444f077979b75dbda48cf34c18ddb21c
4,440
https://github.com/nicolaskruchten/pivottable/blob/bfb48650444f077979b75dbda48cf34c18ddb21c/locales/pivot.pt.coffee
1
50
nicolaskruchten/pivottable:locales/pivot.pt.coffee:2:raw_corpus
raw_corpus
"Limite Inferior a 80%": tpl.sumOverSumBound80(false, frFmt) "Soma como Fração do Total": tpl.fractionOf(tpl.sum(), "total", frFmtPct) "Soma como Fração da Linha": tpl.fractionOf(tpl.sum(), "row", frFmtPct) "Soma como Fração da Coluna": tpl....
CoffeeScript
nicolaskruchten/pivottable
locales/pivot.pt.coffee
MIT
bfb48650444f077979b75dbda48cf34c18ddb21c
4,440
https://github.com/nicolaskruchten/pivottable/blob/bfb48650444f077979b75dbda48cf34c18ddb21c/locales/pivot.pt.coffee
51
84
nicolaskruchten/pivottable:locales/pivot.pt.coffee:2:coffee_to_js
coffee_to_js
Convert this CoffeeScript to JavaScript. ```coffeescript "Limite Inferior a 80%": tpl.sumOverSumBound80(false, frFmt) "Soma como Fração do Total": tpl.fractionOf(tpl.sum(), "total", frFmtPct) "Soma como Fração da Linha": tpl.fractionOf(tpl.sum(), "row", frF...
({ "Limite Inferior a 80%": tpl.sumOverSumBound80(false, frFmt)({ "Soma como Fração do Total": tpl.fractionOf(tpl.sum(), "total", frFmtPct), "Soma como Fração da Linha": tpl.fractionOf(tpl.sum(), "row", frFmtPct), "Soma como Fração da Coluna": tpl.fractionOf(tpl.sum(), "col", frFmtPct), "Contagem como...
CoffeeScript
JavaScript
nicolaskruchten/pivottable
locales/pivot.pt.coffee
MIT
bfb48650444f077979b75dbda48cf34c18ddb21c
4,440
https://github.com/nicolaskruchten/pivottable/blob/bfb48650444f077979b75dbda48cf34c18ddb21c/locales/pivot.pt.coffee
51
84
nicolaskruchten/pivottable:locales/pivot.pt.coffee:2:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript ({ "Limite Inferior a 80%": tpl.sumOverSumBound80(false, frFmt)({ "Soma como Fração do Total": tpl.fractionOf(tpl.sum(), "total", frFmtPct), "Soma como Fração da Linha": tpl.fractionOf(tpl.sum(), "row", frFmtPct), "Soma como Fração da Coluna": tpl.fra...
"Limite Inferior a 80%": tpl.sumOverSumBound80(false, frFmt) "Soma como Fração do Total": tpl.fractionOf(tpl.sum(), "total", frFmtPct) "Soma como Fração da Linha": tpl.fractionOf(tpl.sum(), "row", frFmtPct) "Soma como Fração da Coluna": tpl....
JavaScript
CoffeeScript
nicolaskruchten/pivottable
locales/pivot.pt.coffee
MIT
bfb48650444f077979b75dbda48cf34c18ddb21c
4,440
https://github.com/nicolaskruchten/pivottable/blob/bfb48650444f077979b75dbda48cf34c18ddb21c/locales/pivot.pt.coffee
51
84
nicolaskruchten/pivottable:locales/pivot.pt.coffee:2:completion
completion
"Limite Inferior a 80%": tpl.sumOverSumBound80(false, frFmt) "Soma como Fração do Total": tpl.fractionOf(tpl.sum(), "total", frFmtPct) "Soma como Fração da Linha": tpl.fractionOf(tpl.sum(), "row", frFmtPct) "Soma como Fração da Coluna": tpl....
"Gráfico de Linhas": gcr["Line Chart"] "Gráfico de Barras": gcr["Bar Chart"] "Gráfico de Barras Empilhadas": gcr["Stacked Bar Chart"] "Gráfico de Área": gcr["Area Chart"] if d3r $.pivotUtilities.locales.pt.d3_renderers = "Mapa de Á...
CoffeeScript
CoffeeScript
nicolaskruchten/pivottable
locales/pivot.pt.coffee
MIT
bfb48650444f077979b75dbda48cf34c18ddb21c
4,440
https://github.com/nicolaskruchten/pivottable/blob/bfb48650444f077979b75dbda48cf34c18ddb21c/locales/pivot.pt.coffee
51
84
nicolaskruchten/pivottable:pivot.nl.coffee:1:raw_corpus
raw_corpus
callWithJQuery = (pivotModule) -> if typeof exports is "object" and typeof module is "object" # CommonJS pivotModule require("jquery") else if typeof define is "function" and define.amd # AMD define ["jquery"], pivotModule # Plain browser env else pivotModule jQuery callWithJQue...
CoffeeScript
nicolaskruchten/pivottable
pivot.nl.coffee
MIT
56cab45d2aa7cac903dd8e5478f6b4667dda4064
4,440
https://github.com/nicolaskruchten/pivottable/blob/56cab45d2aa7cac903dd8e5478f6b4667dda4064/pivot.nl.coffee
1
50
nicolaskruchten/pivottable:pivot.nl.coffee:1:completion
completion
callWithJQuery = (pivotModule) -> if typeof exports is "object" and typeof module is "object" # CommonJS pivotModule require("jquery") else if typeof define is "function" and define.amd # AMD define ["jquery"], pivotModule # Plain browser env else pivotModule jQuery callWithJQue...
filterResults: "Filter resultaten" totals: "Totaal" vs: "versus" by: "per" aggregators: "Aantal": tpl.count(frFmtInt) "Aantal unieke waarden": tpl.countUnique(frFmtInt) "Lijst unieke waarden": ...
CoffeeScript
CoffeeScript
nicolaskruchten/pivottable
pivot.nl.coffee
MIT
56cab45d2aa7cac903dd8e5478f6b4667dda4064
4,440
https://github.com/nicolaskruchten/pivottable/blob/56cab45d2aa7cac903dd8e5478f6b4667dda4064/pivot.nl.coffee
1
50
nicolaskruchten/pivottable:pivot.nl.coffee:1:raw_corpus
raw_corpus
callWithJQuery = (pivotModule) -> if typeof exports is "object" and typeof module is "object" # CommonJS pivotModule require("jquery") else if typeof define is "function" and define.amd # AMD define ["jquery"], pivotModule # Plain browser env else pivotModule jQuery callWithJQue...
CoffeeScript
nicolaskruchten/pivottable
pivot.nl.coffee
MIT
639c5819a88bce00e486c413fe4b4235f2842c92
4,440
https://github.com/nicolaskruchten/pivottable/blob/639c5819a88bce00e486c413fe4b4235f2842c92/pivot.nl.coffee
1
50
nicolaskruchten/pivottable:pivot.nl.coffee:1:completion
completion
callWithJQuery = (pivotModule) -> if typeof exports is "object" and typeof module is "object" # CommonJS pivotModule require("jquery") else if typeof define is "function" and define.amd # AMD define ["jquery"], pivotModule # Plain browser env else pivotModule jQuery callWithJQue...
filterResults: "Filter resultaten" totals: "Totaal" vs: "versus" by: "per" aggregators: "Aantal": tpl.count(frFmtInt) "Aantal unieke waarden": tpl.countUnique(frFmtInt) "Lijst unieke waarden": ...
CoffeeScript
CoffeeScript
nicolaskruchten/pivottable
pivot.nl.coffee
MIT
639c5819a88bce00e486c413fe4b4235f2842c92
4,440
https://github.com/nicolaskruchten/pivottable/blob/639c5819a88bce00e486c413fe4b4235f2842c92/pivot.nl.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:raw_corpus
raw_corpus
module.exports = ############################ ### Basic configurations ### ############################ # Server listen port serverPort: 80 # RTMP server listen port rtmpServerPort: 1935 # Server name which will be embedded in # RTSP and HTTP response headers. # Default server name is used when t...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
7c2256a1a95a8332acdd153c2e82a9cfe5d3a180
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/7c2256a1a95a8332acdd153c2e82a9cfe5d3a180/config.coffee
3
52
iizukanao/node-rtsp-rtmp-server:config.coffee:1:coffee_to_js
coffee_to_js
Convert this CoffeeScript to JavaScript. ```coffeescript module.exports = ############################ ### Basic configurations ### ############################ # Server listen port serverPort: 80 # RTMP server listen port rtmpServerPort: 1935 # Server name which will be embedded in # RTSP and HTTP...
module.exports = { //########################### /* Basic configurations */ //########################### // Server listen port serverPort: 80, // RTMP server listen port rtmpServerPort: 1935, // Server name which will be embedded in // RTSP and HTTP response headers. // Default server name is used...
CoffeeScript
JavaScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
7c2256a1a95a8332acdd153c2e82a9cfe5d3a180
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/7c2256a1a95a8332acdd153c2e82a9cfe5d3a180/config.coffee
3
52
iizukanao/node-rtsp-rtmp-server:config.coffee:1:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript module.exports = { //########################### /* Basic configurations */ //########################### // Server listen port serverPort: 80, // RTMP server listen port rtmpServerPort: 1935, // Server name which will be embedded in // RTSP and ...
module.exports = ############################ ### Basic configurations ### ############################ # Server listen port serverPort: 80 # RTMP server listen port rtmpServerPort: 1935 # Server name which will be embedded in # RTSP and HTTP response headers. # Default server name is used when t...
JavaScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
7c2256a1a95a8332acdd153c2e82a9cfe5d3a180
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/7c2256a1a95a8332acdd153c2e82a9cfe5d3a180/config.coffee
3
52
iizukanao/node-rtsp-rtmp-server:config.coffee:1:completion
completion
module.exports = ############################ ### Basic configurations ### ############################ # Server listen port serverPort: 80 # RTMP server listen port rtmpServerPort: 1935 # Server name which will be embedded in # RTSP and HTTP response headers. # Default server name is used when t...
### Enable/disable each functions ### # Enable RTSP server enableRTSP: true # Enable RTMP/RTMPE server (not including RTMPT) enableRTMP: true # Enable RTMPT/RTMPTE server enableRTMPT: true # Enable HTTP server enableHTTP: true # Enable custom protocol receiver enableCustomReceiver: true ### ...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
7c2256a1a95a8332acdd153c2e82a9cfe5d3a180
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/7c2256a1a95a8332acdd153c2e82a9cfe5d3a180/config.coffee
3
52
iizukanao/node-rtsp-rtmp-server:config.coffee:2:raw_corpus
raw_corpus
videoControlReceiverPath: '/tmp/node_rtsp_rtmp_videoControl' audioControlReceiverPath: '/tmp/node_rtsp_rtmp_audioControl' videoDataReceiverPath : '/tmp/node_rtsp_rtmp_videoData' audioDataReceiverPath : '/tmp/node_rtsp_rtmp_audioData' # For receiverType == 'tcp' or 'udp' receiverListenHost : '0.0.0.0...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
7c2256a1a95a8332acdd153c2e82a9cfe5d3a180
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/7c2256a1a95a8332acdd153c2e82a9cfe5d3a180/config.coffee
53
102
iizukanao/node-rtsp-rtmp-server:config.coffee:2:completion
completion
videoControlReceiverPath: '/tmp/node_rtsp_rtmp_videoControl' audioControlReceiverPath: '/tmp/node_rtsp_rtmp_audioControl' videoDataReceiverPath : '/tmp/node_rtsp_rtmp_videoData' audioDataReceiverPath : '/tmp/node_rtsp_rtmp_audioData' # For receiverType == 'tcp' or 'udp' receiverListenHost : '0.0.0.0...
# Application name for live streams. Live streams will be accessible at # rtsp://{host}:{serverPort}/{liveApplicationName}/{streamName} or # rtmp://{host}:{rtmpServerPort}/{liveApplicationName}/{streamName} liveApplicationName: 'live' # MP4 files in recordedDir will be accessible at # rtsp://{host}:{serverPo...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
7c2256a1a95a8332acdd153c2e82a9cfe5d3a180
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/7c2256a1a95a8332acdd153c2e82a9cfe5d3a180/config.coffee
53
102
iizukanao/node-rtsp-rtmp-server:config.coffee:3:raw_corpus
raw_corpus
# See: Adobe Flash Video File Format Specification Version 10.1 - E.4.2.1 AUDIODATA audiocodecid: 10 # AAC ############################### ### Advanced configurations ### ############################### # Period size of each audio frame. Use 1024 for picam. audioPeriodSize: 1024 # HTTP keepalive tim...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
7c2256a1a95a8332acdd153c2e82a9cfe5d3a180
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/7c2256a1a95a8332acdd153c2e82a9cfe5d3a180/config.coffee
103
152
iizukanao/node-rtsp-rtmp-server:config.coffee:3:completion
completion
# See: Adobe Flash Video File Format Specification Version 10.1 - E.4.2.1 AUDIODATA audiocodecid: 10 # AAC ############################### ### Advanced configurations ### ############################### # Period size of each audio frame. Use 1024 for picam. audioPeriodSize: 1024 # HTTP keepalive tim...
# RTMP play chunk size rtmpPlayChunkSize: 4096 # bytes # Maximum number of RTMP messages being sent at once rtmpMessageQueueSize: 5 # For HE-AAC streaming over RTSP: # If true, explicit hierarchical signaling of SBR in AudioSpecificConfig # will be converted to explicit backward compatible signaling. r...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
7c2256a1a95a8332acdd153c2e82a9cfe5d3a180
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/7c2256a1a95a8332acdd153c2e82a9cfe5d3a180/config.coffee
103
152
iizukanao/node-rtsp-rtmp-server:config.coffee:1:raw_corpus
raw_corpus
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # RTMP server listen port rtmpServerPort: 1935 # Server name which will be embedded in # RTSP and HTTP response headers. # Default server name is used when this value is nu...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
571c3167591c0a9a611757bacc51641ecac27d4f
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/571c3167591c0a9a611757bacc51641ecac27d4f/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:coffee_to_js
coffee_to_js
Convert this CoffeeScript to JavaScript. ```coffeescript module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # RTMP server listen port rtmpServerPort: 1935 # Server name which will be embedded in # RTSP and HTTP response heade...
module.exports = { //###################### //# Basic configurations //###################### // Server listen port serverPort: 80, // RTMP server listen port rtmpServerPort: 1935, // Server name which will be embedded in // RTSP and HTTP response headers. // Default server name is used when this v...
CoffeeScript
JavaScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
571c3167591c0a9a611757bacc51641ecac27d4f
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/571c3167591c0a9a611757bacc51641ecac27d4f/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript module.exports = { //###################### //# Basic configurations //###################### // Server listen port serverPort: 80, // RTMP server listen port rtmpServerPort: 1935, // Server name which will be embedded in // RTSP and HTTP respons...
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # RTMP server listen port rtmpServerPort: 1935 # Server name which will be embedded in # RTSP and HTTP response headers. # Default server name is used when this value is nu...
JavaScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
571c3167591c0a9a611757bacc51641ecac27d4f
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/571c3167591c0a9a611757bacc51641ecac27d4f/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:completion
completion
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # RTMP server listen port rtmpServerPort: 1935 # Server name which will be embedded in # RTSP and HTTP response headers. # Default server name is used when this value is nu...
# What transport is used for feeding audio/video data receiverType: 'unix' # 'unix' or 'tcp' or 'udp' # For receiverType == 'unix' # UNIX domain socket used for receiving audio/video data videoControlReceiverPath: '/tmp/node_rtsp_rtmp_videoControl' audioControlReceiverPath: '/tmp/node_rtsp_rtmp_audioControl...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
571c3167591c0a9a611757bacc51641ecac27d4f
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/571c3167591c0a9a611757bacc51641ecac27d4f/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:2:raw_corpus
raw_corpus
# Application name for live streams. Live streams will be accessible at # rtsp://{host}:{serverPort}/{liveApplicationName}/{streamName} or # rtmp://{host}:{rtmpServerPort}/{liveApplicationName}/{streamName} liveApplicationName: 'live' # MP4 files in recordedDir will be accessible at # rtsp://{host}:{serverPo...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
571c3167591c0a9a611757bacc51641ecac27d4f
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/571c3167591c0a9a611757bacc51641ecac27d4f/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:coffee_to_js
coffee_to_js
Convert this CoffeeScript to JavaScript. ```coffeescript # Application name for live streams. Live streams will be accessible at # rtsp://{host}:{serverPort}/{liveApplicationName}/{streamName} or # rtmp://{host}:{rtmpServerPort}/{liveApplicationName}/{streamName} liveApplicationName: 'live' # MP4 files in reco...
// Application name for live streams. Live streams will be accessible at // rtsp://{host}:{serverPort}/{liveApplicationName}/{streamName} or // rtmp://{host}:{rtmpServerPort}/{liveApplicationName}/{streamName} ({ liveApplicationName: 'live', // MP4 files in recordedDir will be accessible at // rtsp://{host}:{serv...
CoffeeScript
JavaScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
571c3167591c0a9a611757bacc51641ecac27d4f
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/571c3167591c0a9a611757bacc51641ecac27d4f/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript // Application name for live streams. Live streams will be accessible at // rtsp://{host}:{serverPort}/{liveApplicationName}/{streamName} or // rtmp://{host}:{rtmpServerPort}/{liveApplicationName}/{streamName} ({ liveApplicationName: 'live', // MP4 files in rec...
# Application name for live streams. Live streams will be accessible at # rtsp://{host}:{serverPort}/{liveApplicationName}/{streamName} or # rtmp://{host}:{rtmpServerPort}/{liveApplicationName}/{streamName} liveApplicationName: 'live' # MP4 files in recordedDir will be accessible at # rtsp://{host}:{serverPo...
JavaScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
571c3167591c0a9a611757bacc51641ecac27d4f
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/571c3167591c0a9a611757bacc51641ecac27d4f/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:completion
completion
# Application name for live streams. Live streams will be accessible at # rtsp://{host}:{serverPort}/{liveApplicationName}/{streamName} or # rtmp://{host}:{rtmpServerPort}/{liveApplicationName}/{streamName} liveApplicationName: 'live' # MP4 files in recordedDir will be accessible at # rtsp://{host}:{serverPo...
videocodecid: 7 # H.264 # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.2.1 AUDIODATA audiocodecid: 10 # AAC ########################## ## Advanced configurations ########################## # Period size of each audio frame. Use 1024 for picam. audioPeriodSize: 1024 # HTT...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
571c3167591c0a9a611757bacc51641ecac27d4f
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/571c3167591c0a9a611757bacc51641ecac27d4f/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:3:raw_corpus
raw_corpus
# RTMPT session timeout rtmptSessionTimeoutMs: 600000 # milliseconds # RTMP play chunk size rtmpPlayChunkSize: 4096 # bytes # Maximum number of RTMP messages being sent at once rtmpMessageQueueSize: 5 # For HE-AAC streaming over RTSP: # If true, explicit hierarchical signaling of SBR in AudioSpecific...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
571c3167591c0a9a611757bacc51641ecac27d4f
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/571c3167591c0a9a611757bacc51641ecac27d4f/config.coffee
101
133
iizukanao/node-rtsp-rtmp-server:config.coffee:3:coffee_to_js
coffee_to_js
Convert this CoffeeScript to JavaScript. ```coffeescript # RTMPT session timeout rtmptSessionTimeoutMs: 600000 # milliseconds # RTMP play chunk size rtmpPlayChunkSize: 4096 # bytes # Maximum number of RTMP messages being sent at once rtmpMessageQueueSize: 5 # For HE-AAC streaming over RTSP: # If true...
// RTMPT session timeout ({ rtmptSessionTimeoutMs: 600000, // milliseconds // RTMP play chunk size rtmpPlayChunkSize: 4096, // bytes // Maximum number of RTMP messages being sent at once rtmpMessageQueueSize: 5, // For HE-AAC streaming over RTSP: // If true, explicit hierarchical signaling of SBR in Aud...
CoffeeScript
JavaScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
571c3167591c0a9a611757bacc51641ecac27d4f
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/571c3167591c0a9a611757bacc51641ecac27d4f/config.coffee
101
133
iizukanao/node-rtsp-rtmp-server:config.coffee:3:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript // RTMPT session timeout ({ rtmptSessionTimeoutMs: 600000, // milliseconds // RTMP play chunk size rtmpPlayChunkSize: 4096, // bytes // Maximum number of RTMP messages being sent at once rtmpMessageQueueSize: 5, // For HE-AAC streaming over RTSP: //...
# RTMPT session timeout rtmptSessionTimeoutMs: 600000 # milliseconds # RTMP play chunk size rtmpPlayChunkSize: 4096 # bytes # Maximum number of RTMP messages being sent at once rtmpMessageQueueSize: 5 # For HE-AAC streaming over RTSP: # If true, explicit hierarchical signaling of SBR in AudioSpecific...
JavaScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
571c3167591c0a9a611757bacc51641ecac27d4f
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/571c3167591c0a9a611757bacc51641ecac27d4f/config.coffee
101
133
iizukanao/node-rtsp-rtmp-server:config.coffee:3:completion
completion
# RTMPT session timeout rtmptSessionTimeoutMs: 600000 # milliseconds # RTMP play chunk size rtmpPlayChunkSize: 4096 # bytes # Maximum number of RTMP messages being sent at once rtmpMessageQueueSize: 5 # For HE-AAC streaming over RTSP: # If true, explicit hierarchical signaling of SBR in AudioSpecific...
# will be converted to explicit backward compatible signaling. # Flash Player won't play audio if hierarchical signaling is used. rtmpDisableHierarchicalSBR: true # If true, H.264 access unit delimiter NAL units are # not sent to clients dropH264AccessUnitDelimiter: true debug: # If true, all incoming...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
571c3167591c0a9a611757bacc51641ecac27d4f
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/571c3167591c0a9a611757bacc51641ecac27d4f/config.coffee
101
133
iizukanao/node-rtsp-rtmp-server:config.coffee:2:raw_corpus
raw_corpus
liveApplicationName: 'live' # MP4 files in recordedDir will be accessible at # rtsp://{host}/{recordedApplicationName}/{filename} or # rtmp://{host}/{recordedApplicationName}/mp4:{filename} # To disable this feature, comment out the following two lines. recordedApplicationName: 'file' recordedDir: 'file' ...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
3cab11489c3ab7ae9d0ad64abc2222e5cb259434
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/3cab11489c3ab7ae9d0ad64abc2222e5cb259434/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:completion
completion
liveApplicationName: 'live' # MP4 files in recordedDir will be accessible at # rtsp://{host}/{recordedApplicationName}/{filename} or # rtmp://{host}/{recordedApplicationName}/mp4:{filename} # To disable this feature, comment out the following two lines. recordedApplicationName: 'file' recordedDir: 'file' ...
audiocodecid: 10 # AAC ########################## ## Advanced configurations ########################## # Period size of each audio frame. Use 1024 for picam. audioPeriodSize: 1024 # HTTP keepalive timeout keepaliveTimeoutMs: 30000 # milliseconds # RTSP rtcpSenderReportIntervalMs: 5000 # millis...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
3cab11489c3ab7ae9d0ad64abc2222e5cb259434
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/3cab11489c3ab7ae9d0ad64abc2222e5cb259434/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:3:raw_corpus
raw_corpus
# RTMP play chunk size rtmpPlayChunkSize: 4096 # bytes # Maximum number of RTMP messages being sent at once rtmpMessageQueueSize: 5 # For HE-AAC streaming over RTSP: # If true, explicit hierarchical signaling of SBR in AudioSpecificConfig # will be converted to explicit backward compatible signaling. r...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
3cab11489c3ab7ae9d0ad64abc2222e5cb259434
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/3cab11489c3ab7ae9d0ad64abc2222e5cb259434/config.coffee
101
130
iizukanao/node-rtsp-rtmp-server:config.coffee:3:coffee_to_js
coffee_to_js
Convert this CoffeeScript to JavaScript. ```coffeescript # RTMP play chunk size rtmpPlayChunkSize: 4096 # bytes # Maximum number of RTMP messages being sent at once rtmpMessageQueueSize: 5 # For HE-AAC streaming over RTSP: # If true, explicit hierarchical signaling of SBR in AudioSpecificConfig # will be...
// RTMP play chunk size ({ rtmpPlayChunkSize: 4096, // bytes // Maximum number of RTMP messages being sent at once rtmpMessageQueueSize: 5, // For HE-AAC streaming over RTSP: // If true, explicit hierarchical signaling of SBR in AudioSpecificConfig // will be converted to explicit backward compatible signa...
CoffeeScript
JavaScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
3cab11489c3ab7ae9d0ad64abc2222e5cb259434
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/3cab11489c3ab7ae9d0ad64abc2222e5cb259434/config.coffee
101
130
iizukanao/node-rtsp-rtmp-server:config.coffee:3:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript // RTMP play chunk size ({ rtmpPlayChunkSize: 4096, // bytes // Maximum number of RTMP messages being sent at once rtmpMessageQueueSize: 5, // For HE-AAC streaming over RTSP: // If true, explicit hierarchical signaling of SBR in AudioSpecificConfig // ...
# RTMP play chunk size rtmpPlayChunkSize: 4096 # bytes # Maximum number of RTMP messages being sent at once rtmpMessageQueueSize: 5 # For HE-AAC streaming over RTSP: # If true, explicit hierarchical signaling of SBR in AudioSpecificConfig # will be converted to explicit backward compatible signaling. r...
JavaScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
3cab11489c3ab7ae9d0ad64abc2222e5cb259434
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/3cab11489c3ab7ae9d0ad64abc2222e5cb259434/config.coffee
101
130
iizukanao/node-rtsp-rtmp-server:config.coffee:3:completion
completion
# RTMP play chunk size rtmpPlayChunkSize: 4096 # bytes # Maximum number of RTMP messages being sent at once rtmpMessageQueueSize: 5 # For HE-AAC streaming over RTSP: # If true, explicit hierarchical signaling of SBR in AudioSpecificConfig # will be converted to explicit backward compatible signaling. r...
rtmpDisableHierarchicalSBR: true # If true, H.264 access unit delimiter NAL units are # not sent to clients dropH264AccessUnitDelimiter: true debug: # If true, all incoming data are ignored dropAllData: false # UDP port numbers to receive incoming RTP data rtspVideoDataUDPListenPort : 5004 rt...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
3cab11489c3ab7ae9d0ad64abc2222e5cb259434
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/3cab11489c3ab7ae9d0ad64abc2222e5cb259434/config.coffee
101
130
iizukanao/node-rtsp-rtmp-server:config.coffee:2:raw_corpus
raw_corpus
# RTMP stream name rtmpApplicationName: 'live' liveApplicationName: 'live' # MP4 files in recordedDir will be accessible at # rtsp://{host}/{recordedApplicationName}/{filename} or # rtmp://{host}/{recordedApplicationName}/mp4:{filename} # To disable this feature, comment out the following two lines. reco...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
a475f18c841c69eacdef462e427fccb1a7094606
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/a475f18c841c69eacdef462e427fccb1a7094606/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:coffee_to_js
coffee_to_js
Convert this CoffeeScript to JavaScript. ```coffeescript # RTMP stream name rtmpApplicationName: 'live' liveApplicationName: 'live' # MP4 files in recordedDir will be accessible at # rtsp://{host}/{recordedApplicationName}/{filename} or # rtmp://{host}/{recordedApplicationName}/mp4:{filename} # To disable ...
// RTMP stream name ({ rtmpApplicationName: 'live', liveApplicationName: 'live', // MP4 files in recordedDir will be accessible at // rtsp://{host}/{recordedApplicationName}/{filename} or // rtmp://{host}/{recordedApplicationName}/mp4:{filename} // To disable this feature, comment out the following two line...
CoffeeScript
JavaScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
a475f18c841c69eacdef462e427fccb1a7094606
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/a475f18c841c69eacdef462e427fccb1a7094606/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript // RTMP stream name ({ rtmpApplicationName: 'live', liveApplicationName: 'live', // MP4 files in recordedDir will be accessible at // rtsp://{host}/{recordedApplicationName}/{filename} or // rtmp://{host}/{recordedApplicationName}/mp4:{filename} // To d...
# RTMP stream name rtmpApplicationName: 'live' liveApplicationName: 'live' # MP4 files in recordedDir will be accessible at # rtsp://{host}/{recordedApplicationName}/{filename} or # rtmp://{host}/{recordedApplicationName}/mp4:{filename} # To disable this feature, comment out the following two lines. reco...
JavaScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
a475f18c841c69eacdef462e427fccb1a7094606
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/a475f18c841c69eacdef462e427fccb1a7094606/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:completion
completion
# RTMP stream name rtmpApplicationName: 'live' liveApplicationName: 'live' # MP4 files in recordedDir will be accessible at # rtsp://{host}/{recordedApplicationName}/{filename} or # rtmp://{host}/{recordedApplicationName}/mp4:{filename} # To disable this feature, comment out the following two lines. reco...
# See: Adobe Flash Video File Format Specification Version 10.1 - E.4.2.1 AUDIODATA audiocodecid: 10 # AAC ########################## ## Advanced configurations ########################## # Period size of each audio frame. Use 1024 for picam. audioPeriodSize: 1024 # HTTP keepalive timeout keepaliv...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
a475f18c841c69eacdef462e427fccb1a7094606
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/a475f18c841c69eacdef462e427fccb1a7094606/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:3:raw_corpus
raw_corpus
rtmptSessionTimeoutMs: 600000 # milliseconds # RTMP play chunk size rtmpPlayChunkSize: 4096 # bytes # Maximum number of RTMP messages being sent at once rtmpMessageQueueSize: 5 # For HE-AAC streaming over RTSP: # If true, explicit hierarchical signaling of SBR in AudioSpecificConfig # will be convert...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
a475f18c841c69eacdef462e427fccb1a7094606
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/a475f18c841c69eacdef462e427fccb1a7094606/config.coffee
101
132
iizukanao/node-rtsp-rtmp-server:config.coffee:3:completion
completion
rtmptSessionTimeoutMs: 600000 # milliseconds # RTMP play chunk size rtmpPlayChunkSize: 4096 # bytes # Maximum number of RTMP messages being sent at once rtmpMessageQueueSize: 5 # For HE-AAC streaming over RTSP: # If true, explicit hierarchical signaling of SBR in AudioSpecificConfig # will be convert...
# Flash Player won't play audio if hierarchical signaling is used. rtmpDisableHierarchicalSBR: true # If true, H.264 access unit delimiter NAL units are # not sent to clients dropH264AccessUnitDelimiter: true debug: # If true, all incoming data are ignored dropAllData: false # UDP port numbers to...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
a475f18c841c69eacdef462e427fccb1a7094606
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/a475f18c841c69eacdef462e427fccb1a7094606/config.coffee
101
132
iizukanao/node-rtsp-rtmp-server:config.coffee:2:raw_corpus
raw_corpus
# RTMP stream name rtmpApplicationName: 'live' # If true, the server waits for the first keyframe # before starting to send video/audio over RTMP. rtmpWaitForKeyFrame: false # Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Format Sp...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
5aed1fc92dbf5be3930fb8d613157e6eb281eff6
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/5aed1fc92dbf5be3930fb8d613157e6eb281eff6/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:coffee_to_js
coffee_to_js
Convert this CoffeeScript to JavaScript. ```coffeescript # RTMP stream name rtmpApplicationName: 'live' # If true, the server waits for the first keyframe # before starting to send video/audio over RTMP. rtmpWaitForKeyFrame: false # Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? ha...
// RTMP stream name ({ rtmpApplicationName: 'live', // If true, the server waits for the first keyframe // before starting to send video/audio over RTMP. rtmpWaitForKeyFrame: false, // Enable RTMPT and RTMPTE enableRTMPT: true, flv: { // Has video? hasVideo: true, // See: Adobe Flash Video Fil...
CoffeeScript
JavaScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
5aed1fc92dbf5be3930fb8d613157e6eb281eff6
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/5aed1fc92dbf5be3930fb8d613157e6eb281eff6/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript // RTMP stream name ({ rtmpApplicationName: 'live', // If true, the server waits for the first keyframe // before starting to send video/audio over RTMP. rtmpWaitForKeyFrame: false, // Enable RTMPT and RTMPTE enableRTMPT: true, flv: { // Has video...
# RTMP stream name rtmpApplicationName: 'live' # If true, the server waits for the first keyframe # before starting to send video/audio over RTMP. rtmpWaitForKeyFrame: false # Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Format Sp...
JavaScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
5aed1fc92dbf5be3930fb8d613157e6eb281eff6
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/5aed1fc92dbf5be3930fb8d613157e6eb281eff6/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:completion
completion
# RTMP stream name rtmpApplicationName: 'live' # If true, the server waits for the first keyframe # before starting to send video/audio over RTMP. rtmpWaitForKeyFrame: false # Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Format Sp...
# Period size of each audio frame. Use 1024 for picam. audioPeriodSize: 1024 # HTTP keepalive timeout keepaliveTimeoutMs: 30000 # milliseconds # RTSP rtcpSenderReportIntervalMs: 5000 # milliseconds # RTMP ping timeout rtmpPingTimeoutMs: 5000 # milliseconds # RTMP session timeout rtmpSessionTime...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
5aed1fc92dbf5be3930fb8d613157e6eb281eff6
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/5aed1fc92dbf5be3930fb8d613157e6eb281eff6/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:3:raw_corpus
raw_corpus
# For HE-AAC streaming over RTSP: # If true, explicit hierarchical signaling of SBR in AudioSpecificConfig # will be converted to explicit backward compatible signaling. rtspDisableHierarchicalSBR: true # For HE-AAC streaming over RTMP: # If true, explicit hierarchical signaling of SBR in AudioSpecificConfig...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
5aed1fc92dbf5be3930fb8d613157e6eb281eff6
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/5aed1fc92dbf5be3930fb8d613157e6eb281eff6/config.coffee
101
124
iizukanao/node-rtsp-rtmp-server:config.coffee:3:coffee_to_js
coffee_to_js
Convert this CoffeeScript to JavaScript. ```coffeescript # For HE-AAC streaming over RTSP: # If true, explicit hierarchical signaling of SBR in AudioSpecificConfig # will be converted to explicit backward compatible signaling. rtspDisableHierarchicalSBR: true # For HE-AAC streaming over RTMP: # If true, expl...
// For HE-AAC streaming over RTSP: // If true, explicit hierarchical signaling of SBR in AudioSpecificConfig // will be converted to explicit backward compatible signaling. ({ rtspDisableHierarchicalSBR: true, // For HE-AAC streaming over RTMP: // If true, explicit hierarchical signaling of SBR in AudioSpecificCo...
CoffeeScript
JavaScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
5aed1fc92dbf5be3930fb8d613157e6eb281eff6
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/5aed1fc92dbf5be3930fb8d613157e6eb281eff6/config.coffee
101
124
iizukanao/node-rtsp-rtmp-server:config.coffee:3:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript // For HE-AAC streaming over RTSP: // If true, explicit hierarchical signaling of SBR in AudioSpecificConfig // will be converted to explicit backward compatible signaling. ({ rtspDisableHierarchicalSBR: true, // For HE-AAC streaming over RTMP: // If true, ex...
# For HE-AAC streaming over RTSP: # If true, explicit hierarchical signaling of SBR in AudioSpecificConfig # will be converted to explicit backward compatible signaling. rtspDisableHierarchicalSBR: true # For HE-AAC streaming over RTMP: # If true, explicit hierarchical signaling of SBR in AudioSpecificConfig...
JavaScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
5aed1fc92dbf5be3930fb8d613157e6eb281eff6
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/5aed1fc92dbf5be3930fb8d613157e6eb281eff6/config.coffee
101
124
iizukanao/node-rtsp-rtmp-server:config.coffee:2:raw_corpus
raw_corpus
# RTMP stream name rtmpApplicationName: 'live' # If true, the server waits for the first keyframe # before starting to send video/audio over RTMP. rtmpWaitForKeyFrame: true # Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Format Spe...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
6c97dfe8357154c39079b362c4ff57404c16e3c6
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/6c97dfe8357154c39079b362c4ff57404c16e3c6/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:coffee_to_js
coffee_to_js
Convert this CoffeeScript to JavaScript. ```coffeescript # RTMP stream name rtmpApplicationName: 'live' # If true, the server waits for the first keyframe # before starting to send video/audio over RTMP. rtmpWaitForKeyFrame: true # Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? has...
// RTMP stream name ({ rtmpApplicationName: 'live', // If true, the server waits for the first keyframe // before starting to send video/audio over RTMP. rtmpWaitForKeyFrame: true, // Enable RTMPT and RTMPTE enableRTMPT: true, flv: { // Has video? hasVideo: true, // See: Adobe Flash Video File...
CoffeeScript
JavaScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
6c97dfe8357154c39079b362c4ff57404c16e3c6
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/6c97dfe8357154c39079b362c4ff57404c16e3c6/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript // RTMP stream name ({ rtmpApplicationName: 'live', // If true, the server waits for the first keyframe // before starting to send video/audio over RTMP. rtmpWaitForKeyFrame: true, // Enable RTMPT and RTMPTE enableRTMPT: true, flv: { // Has video?...
# RTMP stream name rtmpApplicationName: 'live' # If true, the server waits for the first keyframe # before starting to send video/audio over RTMP. rtmpWaitForKeyFrame: true # Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Format Spe...
JavaScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
6c97dfe8357154c39079b362c4ff57404c16e3c6
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/6c97dfe8357154c39079b362c4ff57404c16e3c6/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:completion
completion
# RTMP stream name rtmpApplicationName: 'live' # If true, the server waits for the first keyframe # before starting to send video/audio over RTMP. rtmpWaitForKeyFrame: true # Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Format Spe...
# Period size of each audio frame. Use 1024 for picam. audioPeriodSize: 1024 # HTTP keepalive timeout keepaliveTimeoutMs: 30000 # milliseconds # RTSP rtcpSenderReportIntervalMs: 5000 # milliseconds # RTMP ping timeout rtmpPingTimeoutMs: 5000 # milliseconds # RTMP session timeout rtmpSessionTime...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
6c97dfe8357154c39079b362c4ff57404c16e3c6
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/6c97dfe8357154c39079b362c4ff57404c16e3c6/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:1:raw_corpus
raw_corpus
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers. # Default server name is used when this value is null. serverName: 'node-rtsp-rtmp-server' # Avera...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
a2b609d32d5fe24dc8318d5457290cc4eed5885a
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/a2b609d32d5fe24dc8318d5457290cc4eed5885a/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:coffee_to_js
coffee_to_js
Convert this CoffeeScript to JavaScript. ```coffeescript module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers. # Default server name is used when this value ...
module.exports = { //###################### //# Basic configurations //###################### // Server listen port serverPort: 80, // Server name which will be embedded in // RTSP and HTTP response headers. // Default server name is used when this value is null. serverName: 'node-rtsp-rtmp-server', ...
CoffeeScript
JavaScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
a2b609d32d5fe24dc8318d5457290cc4eed5885a
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/a2b609d32d5fe24dc8318d5457290cc4eed5885a/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript module.exports = { //###################### //# Basic configurations //###################### // Server listen port serverPort: 80, // Server name which will be embedded in // RTSP and HTTP response headers. // Default server name is used when this...
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers. # Default server name is used when this value is null. serverName: 'node-rtsp-rtmp-server' # Avera...
JavaScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
a2b609d32d5fe24dc8318d5457290cc4eed5885a
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/a2b609d32d5fe24dc8318d5457290cc4eed5885a/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:completion
completion
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers. # Default server name is used when this value is null. serverName: 'node-rtsp-rtmp-server' # Avera...
# For receiverType == 'unix' # UNIX domain socket used for receiving audio/video data videoControlReceiverPath: '/tmp/node_rtsp_rtmp_videoControl' audioControlReceiverPath: '/tmp/node_rtsp_rtmp_audioControl' videoDataReceiverPath : '/tmp/node_rtsp_rtmp_videoData' audioDataReceiverPath : '/tmp/node_rtsp_rt...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
a2b609d32d5fe24dc8318d5457290cc4eed5885a
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/a2b609d32d5fe24dc8318d5457290cc4eed5885a/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:2:raw_corpus
raw_corpus
# If true, the server waits for the first keyframe # before starting to send video/audio over RTMP. rtmpWaitForKeyFrame: true # Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA vide...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
a2b609d32d5fe24dc8318d5457290cc4eed5885a
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/a2b609d32d5fe24dc8318d5457290cc4eed5885a/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:coffee_to_js
coffee_to_js
Convert this CoffeeScript to JavaScript. ```coffeescript # If true, the server waits for the first keyframe # before starting to send video/audio over RTMP. rtmpWaitForKeyFrame: true # Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Forma...
// If true, the server waits for the first keyframe // before starting to send video/audio over RTMP. ({ rtmpWaitForKeyFrame: true, // Enable RTMPT and RTMPTE enableRTMPT: true, flv: { // Has video? hasVideo: true, // See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA ...
CoffeeScript
JavaScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
a2b609d32d5fe24dc8318d5457290cc4eed5885a
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/a2b609d32d5fe24dc8318d5457290cc4eed5885a/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript // If true, the server waits for the first keyframe // before starting to send video/audio over RTMP. ({ rtmpWaitForKeyFrame: true, // Enable RTMPT and RTMPTE enableRTMPT: true, flv: { // Has video? hasVideo: true, // See: Adobe Flash Video File...
# If true, the server waits for the first keyframe # before starting to send video/audio over RTMP. rtmpWaitForKeyFrame: true # Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA vide...
JavaScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
a2b609d32d5fe24dc8318d5457290cc4eed5885a
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/a2b609d32d5fe24dc8318d5457290cc4eed5885a/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:completion
completion
# If true, the server waits for the first keyframe # before starting to send video/audio over RTMP. rtmpWaitForKeyFrame: true # Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA vide...
# HTTP keepalive timeout keepaliveTimeoutMs: 30000 # milliseconds # RTSP rtcpSenderReportIntervalMs: 5000 # milliseconds # RTMP ping timeout rtmpPingTimeoutMs: 5000 # milliseconds # RTMP session timeout rtmpSessionTimeoutMs: 600000 # milliseconds # RTMPT session timeout rtmptSessionTimeoutMs: ...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
a2b609d32d5fe24dc8318d5457290cc4eed5885a
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/a2b609d32d5fe24dc8318d5457290cc4eed5885a/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:3:raw_corpus
raw_corpus
rtspDisableHierarchicalSBR: true # For HE-AAC streaming over RTMP: # If true, explicit hierarchical signaling of SBR in AudioSpecificConfig # will be converted to explicit backward compatible signaling. # Flash Player won't play audio if hierarchical signaling is used. rtmpDisableHierarchicalSBR: true # I...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
a2b609d32d5fe24dc8318d5457290cc4eed5885a
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/a2b609d32d5fe24dc8318d5457290cc4eed5885a/config.coffee
101
121
iizukanao/node-rtsp-rtmp-server:config.coffee:2:raw_corpus
raw_corpus
# If true, the server waits for the first keyframe # before starting to send video/audio over RTMP. rtmpWaitForKeyFrame: true # Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA vide...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
1cb0695651baa4b22c4e25ba682eb53f1c081942
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/1cb0695651baa4b22c4e25ba682eb53f1c081942/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:coffee_to_js
coffee_to_js
Convert this CoffeeScript to JavaScript. ```coffeescript # If true, the server waits for the first keyframe # before starting to send video/audio over RTMP. rtmpWaitForKeyFrame: true # Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Forma...
// If true, the server waits for the first keyframe // before starting to send video/audio over RTMP. ({ rtmpWaitForKeyFrame: true, // Enable RTMPT and RTMPTE enableRTMPT: true, flv: { // Has video? hasVideo: true, // See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA ...
CoffeeScript
JavaScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
1cb0695651baa4b22c4e25ba682eb53f1c081942
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/1cb0695651baa4b22c4e25ba682eb53f1c081942/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript // If true, the server waits for the first keyframe // before starting to send video/audio over RTMP. ({ rtmpWaitForKeyFrame: true, // Enable RTMPT and RTMPTE enableRTMPT: true, flv: { // Has video? hasVideo: true, // See: Adobe Flash Video File...
# If true, the server waits for the first keyframe # before starting to send video/audio over RTMP. rtmpWaitForKeyFrame: true # Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA vide...
JavaScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
1cb0695651baa4b22c4e25ba682eb53f1c081942
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/1cb0695651baa4b22c4e25ba682eb53f1c081942/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:completion
completion
# If true, the server waits for the first keyframe # before starting to send video/audio over RTMP. rtmpWaitForKeyFrame: true # Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA vide...
# HTTP keepalive timeout keepaliveTimeoutMs: 30000 # milliseconds # RTSP rtcpSenderReportIntervalMs: 5000 # milliseconds # RTMP ping timeout rtmpPingTimeoutMs: 5000 # milliseconds # RTMP session timeout rtmpSessionTimeoutMs: 600000 # milliseconds # RTMPT session timeout rtmptSessionTimeoutMs: ...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
1cb0695651baa4b22c4e25ba682eb53f1c081942
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/1cb0695651baa4b22c4e25ba682eb53f1c081942/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:raw_corpus
raw_corpus
# Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA videocodecid: 7 # H.264 # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.2.1 AUDIODATA audiocodecid: 10 # ...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
09eece93d7325edd61f5a195e6f2cb50bfe3dca1
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/09eece93d7325edd61f5a195e6f2cb50bfe3dca1/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:coffee_to_js
coffee_to_js
Convert this CoffeeScript to JavaScript. ```coffeescript # Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA videocodecid: 7 # H.264 # See: Adobe Flash Video File Format Specification...
// Enable RTMPT and RTMPTE ({ enableRTMPT: true, flv: { // Has video? hasVideo: true, // See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA videocodecid: 7, // H.264 // See: Adobe Flash Video File Format Specification Version 10.1 - E.4.2.1 AUDIODATA audiocode...
CoffeeScript
JavaScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
09eece93d7325edd61f5a195e6f2cb50bfe3dca1
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/09eece93d7325edd61f5a195e6f2cb50bfe3dca1/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript // Enable RTMPT and RTMPTE ({ enableRTMPT: true, flv: { // Has video? hasVideo: true, // See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA videocodecid: 7, // H.264 // See: Adobe Flash Video File Format Speci...
# Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA videocodecid: 7 # H.264 # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.2.1 AUDIODATA audiocodecid: 10 # ...
JavaScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
09eece93d7325edd61f5a195e6f2cb50bfe3dca1
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/09eece93d7325edd61f5a195e6f2cb50bfe3dca1/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:2:completion
completion
# Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA videocodecid: 7 # H.264 # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.2.1 AUDIODATA audiocodecid: 10 # ...
# RTSP rtcpSenderReportIntervalMs: 5000 # milliseconds # RTMP ping timeout rtmpPingTimeoutMs: 5000 # milliseconds # RTMP session timeout rtmpSessionTimeoutMs: 600000 # milliseconds # RTMPT session timeout rtmptSessionTimeoutMs: 600000 # milliseconds # RTMP play chunk size rtmpPlayChunkSize: 40...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
09eece93d7325edd61f5a195e6f2cb50bfe3dca1
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/09eece93d7325edd61f5a195e6f2cb50bfe3dca1/config.coffee
51
100
iizukanao/node-rtsp-rtmp-server:config.coffee:1:raw_corpus
raw_corpus
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # Average frame rate of video (informative) videoFrameRat...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
9cf8db5a3534dee003e270c040a44147aa2e9d98
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/9cf8db5a3534dee003e270c040a44147aa2e9d98/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:coffee_to_js
coffee_to_js
Convert this CoffeeScript to JavaScript. ```coffeescript module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # ...
module.exports = { //###################### //# Basic configurations //###################### // Server listen port serverPort: 80, // Server name which will be embedded in // RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0', // Average frame rate of video (informative) vide...
CoffeeScript
JavaScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
9cf8db5a3534dee003e270c040a44147aa2e9d98
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/9cf8db5a3534dee003e270c040a44147aa2e9d98/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript module.exports = { //###################### //# Basic configurations //###################### // Server listen port serverPort: 80, // Server name which will be embedded in // RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0'...
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # Average frame rate of video (informative) videoFrameRat...
JavaScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
9cf8db5a3534dee003e270c040a44147aa2e9d98
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/9cf8db5a3534dee003e270c040a44147aa2e9d98/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:completion
completion
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # Average frame rate of video (informative) videoFrameRat...
# For receiverType == 'unix' # UNIX domain socket used for receiving audio/video data videoControlReceiverPath: '/tmp/node_rtsp_rtmp_videoControl' audioControlReceiverPath: '/tmp/node_rtsp_rtmp_audioControl' videoDataReceiverPath : '/tmp/node_rtsp_rtmp_videoData' audioDataReceiverPath : '/tmp/node_rtsp_rt...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
9cf8db5a3534dee003e270c040a44147aa2e9d98
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/9cf8db5a3534dee003e270c040a44147aa2e9d98/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:raw_corpus
raw_corpus
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # Average frame rate of video videoFrameRate: 30 # Vid...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
457cf6f9dfba6857c977ef4ab6226c830a5318c6
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/457cf6f9dfba6857c977ef4ab6226c830a5318c6/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:coffee_to_js
coffee_to_js
Convert this CoffeeScript to JavaScript. ```coffeescript module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # ...
module.exports = { //###################### //# Basic configurations //###################### // Server listen port serverPort: 80, // Server name which will be embedded in // RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0', // Average frame rate of video videoFrameRate: 30...
CoffeeScript
JavaScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
457cf6f9dfba6857c977ef4ab6226c830a5318c6
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/457cf6f9dfba6857c977ef4ab6226c830a5318c6/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript module.exports = { //###################### //# Basic configurations //###################### // Server listen port serverPort: 80, // Server name which will be embedded in // RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0'...
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # Average frame rate of video videoFrameRate: 30 # Vid...
JavaScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
457cf6f9dfba6857c977ef4ab6226c830a5318c6
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/457cf6f9dfba6857c977ef4ab6226c830a5318c6/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:completion
completion
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # Average frame rate of video videoFrameRate: 30 # Vid...
# For receiverType == 'unix' # UNIX domain socket used for receiving audio/video data videoControlReceiverPath: '/tmp/node_rtsp_rtmp_videoControl' audioControlReceiverPath: '/tmp/node_rtsp_rtmp_audioControl' videoDataReceiverPath : '/tmp/node_rtsp_rtmp_videoData' audioDataReceiverPath : '/tmp/node_rtsp_rt...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
457cf6f9dfba6857c977ef4ab6226c830a5318c6
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/457cf6f9dfba6857c977ef4ab6226c830a5318c6/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:2:raw_corpus
raw_corpus
# Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA videocodecid: 7 # H.264 # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.2.1 AUDIODATA audiocodecid: 10 # ...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
246a63cad5e7883c056dab3fc9eb0b424f118f24
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/246a63cad5e7883c056dab3fc9eb0b424f118f24/config.coffee
51
99
iizukanao/node-rtsp-rtmp-server:config.coffee:2:coffee_to_js
coffee_to_js
Convert this CoffeeScript to JavaScript. ```coffeescript # Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA videocodecid: 7 # H.264 # See: Adobe Flash Video File Format Specification...
// Enable RTMPT and RTMPTE ({ enableRTMPT: true, flv: { // Has video? hasVideo: true, // See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA videocodecid: 7, // H.264 // See: Adobe Flash Video File Format Specification Version 10.1 - E.4.2.1 AUDIODATA audiocode...
CoffeeScript
JavaScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
246a63cad5e7883c056dab3fc9eb0b424f118f24
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/246a63cad5e7883c056dab3fc9eb0b424f118f24/config.coffee
51
99
iizukanao/node-rtsp-rtmp-server:config.coffee:2:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript // Enable RTMPT and RTMPTE ({ enableRTMPT: true, flv: { // Has video? hasVideo: true, // See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA videocodecid: 7, // H.264 // See: Adobe Flash Video File Format Speci...
# Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA videocodecid: 7 # H.264 # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.2.1 AUDIODATA audiocodecid: 10 # ...
JavaScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
246a63cad5e7883c056dab3fc9eb0b424f118f24
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/246a63cad5e7883c056dab3fc9eb0b424f118f24/config.coffee
51
99
iizukanao/node-rtsp-rtmp-server:config.coffee:2:completion
completion
# Enable RTMPT and RTMPTE enableRTMPT: true flv: # Has video? hasVideo: true # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA videocodecid: 7 # H.264 # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.2.1 AUDIODATA audiocodecid: 10 # ...
# RTSP rtcpSenderReportIntervalMs: 5000 # milliseconds # RTMP ping timeout rtmpPingTimeoutMs: 5000 # milliseconds # RTMP session timeout rtmpSessionTimeoutMs: 60000 # milliseconds # RTMPT session timeout rtmptSessionTimeoutMs: 60000 # milliseconds # RTMP play chunk size rtmpPlayChunkSize: 4096...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
246a63cad5e7883c056dab3fc9eb0b424f118f24
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/246a63cad5e7883c056dab3fc9eb0b424f118f24/config.coffee
51
99
iizukanao/node-rtsp-rtmp-server:config.coffee:1:raw_corpus
raw_corpus
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # Average frame rate of video videoFrameRate: 30 # Vid...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
fa245b382e8fe009436b8d3f63bc864f9bf8fc7d
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/fa245b382e8fe009436b8d3f63bc864f9bf8fc7d/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:coffee_to_js
coffee_to_js
Convert this CoffeeScript to JavaScript. ```coffeescript module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # ...
module.exports = { //###################### //# Basic configurations //###################### // Server listen port serverPort: 80, // Server name which will be embedded in // RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0', // Average frame rate of video videoFrameRate: 30...
CoffeeScript
JavaScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
fa245b382e8fe009436b8d3f63bc864f9bf8fc7d
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/fa245b382e8fe009436b8d3f63bc864f9bf8fc7d/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript module.exports = { //###################### //# Basic configurations //###################### // Server listen port serverPort: 80, // Server name which will be embedded in // RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0'...
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # Average frame rate of video videoFrameRate: 30 # Vid...
JavaScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
fa245b382e8fe009436b8d3f63bc864f9bf8fc7d
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/fa245b382e8fe009436b8d3f63bc864f9bf8fc7d/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:completion
completion
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # Average frame rate of video videoFrameRate: 30 # Vid...
# For receiverType == 'unix' # UNIX domain socket used for receiving audio/video data videoControlReceiverPath: '/tmp/node_rtsp_rtmp_videoControl' audioControlReceiverPath: '/tmp/node_rtsp_rtmp_audioControl' videoDataReceiverPath: '/tmp/node_rtsp_rtmp_videoData' audioDataReceiverPath: '/tmp/node_rtsp_rtmp_aud...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
fa245b382e8fe009436b8d3f63bc864f9bf8fc7d
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/fa245b382e8fe009436b8d3f63bc864f9bf8fc7d/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:raw_corpus
raw_corpus
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # Average frame rate of video videoFrameRate: 30 # Vid...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
ebdf2673a5d1266a4a05d074ade6fe1deb9a5d52
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/ebdf2673a5d1266a4a05d074ade6fe1deb9a5d52/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:coffee_to_js
coffee_to_js
Convert this CoffeeScript to JavaScript. ```coffeescript module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # ...
module.exports = { //###################### //# Basic configurations //###################### // Server listen port serverPort: 80, // Server name which will be embedded in // RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0', // Average frame rate of video videoFrameRate: 30...
CoffeeScript
JavaScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
ebdf2673a5d1266a4a05d074ade6fe1deb9a5d52
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/ebdf2673a5d1266a4a05d074ade6fe1deb9a5d52/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript module.exports = { //###################### //# Basic configurations //###################### // Server listen port serverPort: 80, // Server name which will be embedded in // RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0'...
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # Average frame rate of video videoFrameRate: 30 # Vid...
JavaScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
ebdf2673a5d1266a4a05d074ade6fe1deb9a5d52
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/ebdf2673a5d1266a4a05d074ade6fe1deb9a5d52/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:completion
completion
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # Average frame rate of video videoFrameRate: 30 # Vid...
# UNIX domain socket used for receiving audio/video data dataReceiverPath: '/tmp/node_rtsp_rtmp_data' # For dataReceiverType == 'tcp' or 'udp' dataReceiverPort: 1111 dataReceiverListenHost: '0.0.0.0' # For dataReceiverType == 'tcp' dataReceiverTCPBacklog: 511 # Server ports for RTP and RTCP audioRTPS...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
ebdf2673a5d1266a4a05d074ade6fe1deb9a5d52
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/ebdf2673a5d1266a4a05d074ade6fe1deb9a5d52/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:2:raw_corpus
raw_corpus
# See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA videocodecid: 7 # H.264 # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.2.1 AUDIODATA audiocodecid: 10 # AAC ########################## ## Advanced configurations ########################## ...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
ebdf2673a5d1266a4a05d074ade6fe1deb9a5d52
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/ebdf2673a5d1266a4a05d074ade6fe1deb9a5d52/config.coffee
51
93
iizukanao/node-rtsp-rtmp-server:config.coffee:2:completion
completion
# See: Adobe Flash Video File Format Specification Version 10.1 - E.4.3.1 VIDEODATA videocodecid: 7 # H.264 # See: Adobe Flash Video File Format Specification Version 10.1 - E.4.2.1 AUDIODATA audiocodecid: 10 # AAC ########################## ## Advanced configurations ########################## ...
rtmpPingTimeoutMs: 5000 # milliseconds # RTMP session timeout rtmpSessionTimeoutMs: 60000 # milliseconds # RTMPT session timeout rtmptSessionTimeoutMs: 60000 # milliseconds # RTMP play chunk size rtmpPlayChunkSize: 4096 # bytes # Maximum number of RTMP messages being sent at once rtmpMessageQueu...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
ebdf2673a5d1266a4a05d074ade6fe1deb9a5d52
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/ebdf2673a5d1266a4a05d074ade6fe1deb9a5d52/config.coffee
51
93
iizukanao/node-rtsp-rtmp-server:config.coffee:1:raw_corpus
raw_corpus
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # Average frame rate of video videoFrameRate: 30 # Vid...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
dfb4ae3eeaed3e28cd611bbcf37929de1b6948d0
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/dfb4ae3eeaed3e28cd611bbcf37929de1b6948d0/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:coffee_to_js
coffee_to_js
Convert this CoffeeScript to JavaScript. ```coffeescript module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # ...
module.exports = { //###################### //# Basic configurations //###################### // Server listen port serverPort: 80, // Server name which will be embedded in // RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0', // Average frame rate of video videoFrameRate: 30...
CoffeeScript
JavaScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
dfb4ae3eeaed3e28cd611bbcf37929de1b6948d0
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/dfb4ae3eeaed3e28cd611bbcf37929de1b6948d0/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript module.exports = { //###################### //# Basic configurations //###################### // Server listen port serverPort: 80, // Server name which will be embedded in // RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0'...
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # Average frame rate of video videoFrameRate: 30 # Vid...
JavaScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
dfb4ae3eeaed3e28cd611bbcf37929de1b6948d0
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/dfb4ae3eeaed3e28cd611bbcf37929de1b6948d0/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:completion
completion
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # Average frame rate of video videoFrameRate: 30 # Vid...
# UNIX domain sockets used for receiving audio and video frames # For receiverType == 'unix' videoReceiverPath: '/tmp/node_rtsp_rtmp_videoReceiver' videoControlPath : '/tmp/node_rtsp_rtmp_videoControl' audioReceiverPath: '/tmp/node_rtsp_rtmp_audioReceiver' audioControlPath : '/tmp/node_rtsp_rtmp_audioControl'...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
dfb4ae3eeaed3e28cd611bbcf37929de1b6948d0
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/dfb4ae3eeaed3e28cd611bbcf37929de1b6948d0/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:raw_corpus
raw_corpus
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # Average frame rate of video videoFrameRate: 30 # Vid...
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
dea3422f25194d63a02c199e7eb7c9eb8c1a5086
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/dea3422f25194d63a02c199e7eb7c9eb8c1a5086/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:coffee_to_js
coffee_to_js
Convert this CoffeeScript to JavaScript. ```coffeescript module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # ...
module.exports = { //###################### //# Basic configurations //###################### // Server listen port serverPort: 80, // Server name which will be embedded in // RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0', // Average frame rate of video videoFrameRate: 30...
CoffeeScript
JavaScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
dea3422f25194d63a02c199e7eb7c9eb8c1a5086
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/dea3422f25194d63a02c199e7eb7c9eb8c1a5086/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:js_to_coffee
js_to_coffee
Convert this JavaScript to CoffeeScript. ```javascript module.exports = { //###################### //# Basic configurations //###################### // Server listen port serverPort: 80, // Server name which will be embedded in // RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0'...
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # Average frame rate of video videoFrameRate: 30 # Vid...
JavaScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
dea3422f25194d63a02c199e7eb7c9eb8c1a5086
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/dea3422f25194d63a02c199e7eb7c9eb8c1a5086/config.coffee
1
50
iizukanao/node-rtsp-rtmp-server:config.coffee:1:completion
completion
module.exports = ####################### ## Basic configurations ####################### # Server listen port serverPort: 80 # Server name which will be embedded in # RTSP and HTTP response headers serverName: 'node-rtsp-rtmp-server/0.2.0' # Average frame rate of video videoFrameRate: 30 # Vid...
audioReceiverPath: '/tmp/node_rtsp_rtmp_audioReceiver' audioControlPath : '/tmp/node_rtsp_rtmp_audioControl' # Server ports for RTP and RTCP audioRTPServerPort : 7042 # even audioRTCPServerPort: 7043 # odd and contiguous videoRTPServerPort : 7044 # even videoRTCPServerPort: 7045 # odd and contiguous ...
CoffeeScript
CoffeeScript
iizukanao/node-rtsp-rtmp-server
config.coffee
MIT
dea3422f25194d63a02c199e7eb7c9eb8c1a5086
1,100
https://github.com/iizukanao/node-rtsp-rtmp-server/blob/dea3422f25194d63a02c199e7eb7c9eb8c1a5086/config.coffee
1
50