Coder Social home page Coder Social logo

inews-ftp-gateway's Introduction

Sofie iNews-FTP Gateway

An application for piping data between Sofie Server Core and iNews FTP based workflow.

This application is a part of the Sofie TV News Studio Automation System.

Usage

// Development:
yarn start -host 127.0.0.1 -port 3000 -log "log.log"
// Production:
yarn start

Setup

After starting the gateway, go to the Sofie settings, you should find an option for INEWS GATEWAY.

Under hosts, add the IP addresses of your iNews servers. Then add the queue names for each iNews queue you want to ingest into Sofie e.g. INEWS.QUEUE.ON-AIR.

Then add the username and password for your iNews system.

Going back to the Sofie Rundowns view, your queues will appear as rundowns.

CLI arguments:

Argument Description Environment variable
-host Hostname or IP of Core CORE_HOST
-port Port of Core CORE_PORT
-log Path to output log CORE_LOG

Installation for dev

yarn

yarn build

Dev dependencies

inews-ftp-gateway's People

Contributors

andr9528 avatar dependabot[bot] avatar eol-account avatar ianshade avatar jesperleerberg avatar jesperstarkar avatar julusian avatar k-primeholding-dim avatar kvelagorrrrnio avatar lindvedkrvang avatar olzzon avatar rasmusalbrektsen avatar skon-tv2 avatar sparkpunkd avatar temk-tv2 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

inews-ftp-gateway's Issues

image not found?

I Tried docker up with inews-ftp but got that mensage below, do you know what that means?

info@sofiebau:~/sofie$ sudo docker-compose up
[sudo] password for info:
Pulling inews-gateway (olzzon/tv2-inews-ftp-gateway:master)...
ERROR: manifest for olzzon/tv2-inews-ftp-gateway:master not found: manifest unknown: manifest unknown
info@sofiebau:~/sofie$

info@sofiebau:~/sofie$ vi docker-compose.yaml
-- This is NOT recommended to be used for a production deployment. It aims to quickly get an evaluation version of sofie running and serve as a basis for how to setup a production deployment
version: "3.3"
services:

db:
hostname: mongo
image: mongo:4.2.8
restart: always

ports:
  - "3001:27017" # Expose mongo on the same port as dev meteor does
volumes:
  - db-data:/data/db
networks:
  - sofie

core:
hostname: core
image: sofietv/tv-automation-server-core:master
restart: always
ports:
- "3000:3000" # Same port as meteor uses by default
environment:
PORT: "3000"
MONGO_URL: "mongodb://db:27017/meteor"
ROOT_URL: "http://localhost:3000"
networks:
- sofie
volumes:
- snapshots:/mnt/snapshots
depends_on:
- db

playout-gateway:
image: sofietv/tv-automation-playout-gateway:master
restart: always
command: yarn start -host core -port 3000
networks:
- sofie
depends_on:
- core

inews-gateway:
image: olzzon/tv2-inews-ftp-gateway:master
restart: always
command: yarn start -host core -port 3000
networks:
- sofie
depends_on:
- core

networks:
sofie:

volumes:
db-data:
snapshots:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.