Skip to content

gly-engine/server-ginga-ccws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server Ginga CCWS
Mock ginga web server - ABNT NBR 15606 11

A mock server for Ginga-based DTVi applications, built to support ABNT NBR 15606-11. Ideal for testing interactive digital TV applications in a local environment with Telemedia Ginga or a desktop browser.

🚀 Quick Start

wget https://get.gamely.com.br/ccws
chmod +x ccws
./ccws

🛠️ Building from Source

  • using bun
bun run build
  • Using NPM + NodeJS
npm install
npm run build
  • Using Docker + Bun
docker run --rm -v $(pwd):/app -w /app oven/bun bun run build

⚙️ Running from source

  • using bun
bun start
  • Using NPM + NodeJS
npm install
npm start
  • Using Docker + Bun
docker run --rm -v $(pwd):/app -w /app -p 44642:44642 oven/bun bun start

⚠️ Note: This application does not handle media playback. It only simulates state transitions. For example, attempting to pause a non-playing stream will result in an error.

About

Mock ginga web server / ABNT NBR 15606-11

Resources

Stars

Watchers

Forks