GithubHelp home page GithubHelp logo

callmeanto / opencast-studio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from elan-ev/opencast-studio

0.0 1.0 0.0 1.76 MB

Web-based recording studio for Opencast

Home Page: https://studio.opencast.org

License: MIT License

CSS 29.34% HTML 26.26% JavaScript 44.40%

opencast-studio's Introduction

Opencast Studio

Build Status

A web-based recording studio for Opencast.

Opencast Studio uses the recording capabilities build into browsers to record audio and video streams. The recording happens in the user's browser. Finally, the recording is transferred directly from the users browser to the target Opencast.

Demo at studio.opencast.org.

Introduction

Record your webcam, microphone, desktop or any mediastream sourced via WebRTC.

  1. Configure your Opencast server (gear symbol).
  2. Enable the devices you want to record.
  3. Click the recording button to start the recording.
  4. Click the stop button to finish the recording.
  5. Upload the recording.

Allow Studio to interact with your Opencast

For Studio to work with your Opencast, your need to allow this on your Opencast by serving a special HTTP header. The mechanism used is called Cross-Origin Resource Sharing .

Here is a list of the required headers Nginx's configuration format:

# Basic open CORS for studio.opencast.org
add_header Access-Control-Allow-Origin https://studio.opencast.org;
add_header Access-Control-Allow-Methods 'GET, POST';
add_header Access-Control-Allow-Credentials true;
add_header Access-Control-Allow-Headers 'Origin,Content-Type,Accept,Authorization';

For a complete configuration file, take a look at the test server configuration .

opencast-studio's People

Contributors

luniki avatar callmeanto avatar

Watchers

James Cloos avatar

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.