Skip to content

Instantly share code, notes, and snippets.

@legraphista
Created October 12, 2021 17:40
Show Gist options
  • Save legraphista/c7940b84eddf42a4652faa6ca1b9713d to your computer and use it in GitHub Desktop.
Save legraphista/c7940b84eddf42a4652faa6ca1b9713d to your computer and use it in GitHub Desktop.
simple beamcoder usage
const bc = require('beamcoder');
bc.demuxer('rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov').then(dm => console.log(dm.duration))
node test.js; # will output 634625000
electron test.js; # will output UnhandledPromiseRejectionWarning: Error: In file ../src/demux.cc on line 76, found error: Problem opening input format: Protocol not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment