We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f1314 commit 592e7ffCopy full SHA for 592e7ff
index.js
@@ -26,15 +26,6 @@ const beamstreams = require('./beamstreams.js');
26
const SegfaultHandler = require('segfault-handler');
27
SegfaultHandler.registerHandler('crash.log');
28
29
-const splash = `Aerostat Beam Coder Copyright (C) 2019 Streampunk Media Ltd
30
-GPL v3.0 or later license. This program comes with ABSOLUTELY NO WARRANTY.
31
-This is free software, and you are welcome to redistribute it
32
-under certain conditions. Conditions and warranty at:
33
-https://github.com/Streampunk/beamcoder/blob/master/LICENSE`;
34
-
35
-console.log(splash);
36
-console.log('Using FFmpeg version', beamcoder.avVersionInfo());
37
38
beamcoder.demuxerStream = beamstreams.demuxerStream;
39
beamcoder.muxerStream = beamstreams.muxerStream;
40
0 commit comments