Simple Video Playout web version

Note- This post has been updated. Last update 03.03.21
In the process of learning new technlogy like Html, css, javascript, NodeJs, Bootstrap I started to Make a casparcg client using these technologies. Here is a work in progress client made in Nodejs. Only playlist, flash template , osc , general recoder, Four channel recorder, playfromanywhre working now.

  1. Start casparcg server
  2. Start this by using terminl and giving command node main.js
  3. In chrome browse http://localhost:8080/

I am sharing this to get feedback to improve it.
https://github.com/vimlesh1975/cmpweb

4 Likes

Hi vimlesh :
Could you create a realtime web stream consumer Like CCG screen consumer for preview and PGM.

More great work! Thank you

Does this work with Linux? I can’t seem to get anything to play on 1080p2398 screen consumer

Looks like a great project!

console is spitting out:

2021-1-25 18:22:00 1462 [ERROR] uncaughtException TypeError: stream_1.pipeline is not a function
at Function.sendFile (/home/mux/cmpweb210121_1/node_modules/socket.io/dist/index.js:270:26)
at Server.serve (/home/mux/cmpweb210121_1/node_modules/socket.io/dist/index.js:246:16)
at Server.srv.on (/home/mux/cmpweb210121_1/node_modules/socket.io/dist/index.js:207:22)
at emitTwo (events.js:126:13)
at Server.emit (events.js:214:7)
at parserOnIncoming (_http_server.js:660:12)
at HTTPParser.parserOnHeadersComplete (_http_common.js:119:17)

as soon as I click on the browser page

1 Like

great project

1 Like

seems quite easy to use

1 Like