Giter Club home page Giter Club logo

barc's People

Contributors

alexander-torosh avatar matsubo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

barc's Issues

docker-compose build failure

I tried to build using docker-compose today, the build stops with following error.
Can someone give me a suggestion to fix this problem?

% docker-compose build
<snip>
-- Checking for module 'libavcodec'
--   Found libavcodec, version 57.64.101
-- Checking for module 'libavutil'
--   Found libavutil, version 55.34.101
-- Checking for module 'libavformat'
--   Found libavformat, version 57.56.101
-- Checking for module 'libavfilter'
--   Found libavfilter, version 6.65.100
-- Checking for module 'libswscale'
--   Found libswscale, version 4.2.100
-- Checking for module 'libswresample'
--   Found libswresample, version 2.3.100
-- Checking for module 'libuv'
--   Found libuv, version 1.18.0
-- Checking for module 'libzip'
--   Found libzip, version 1.1.2
-- Checking for module 'jansson'
--   Found jansson, version 2.11
-- Checking for module 'curl'
--   No package 'curl' found
CMake Error at CMakeLists.txt:81 (add_subdirectory):
  add_subdirectory given source "ext/googletest/googletest" which is not an
  existing directory.


CMake Error at CMakeLists.txt:89 (cxx_executable):
  Unknown CMake command "cxx_executable".


-- Configuring incomplete, errors occurred!
See also "/var/lib/barc/build/CMakeFiles/CMakeOutput.log".
ERROR: Service 'barc-worker' failed to build: The command '/bin/sh -c mkdir -p /var/lib/barc/build /var/lib/barc/bin && cd /var/lib/barc/build && cmake .. && make && mv barc ../bin && rm -rf *' returned a non-zero code: 1

External media support - static images, video containers, etc.

Proposal: extend manifest files to allow image inputs like:

{
   "createdAt" : 16918094607,
   "files" : [
      {
         "filename" : "slide1.png",
         "startTimeOffset" : 562,
         "stopTimeOffset" : 373156,
         "layoutClass" : "focus",
         "streamId" : "someuniqueidentifier" // See note below
      }
  ]
}

As far as format restrictions goes, I can't promise anything without doing the implementation itself, but we'll most likely continue to use magickcore for the provider, so anything that can be taken by MagickReadImageFile should be acceptable.

For streamId: In order for this to work with https://gist.github.com/wobbals/15f2876d9fd49ce2fdf3e9046adabb2f , we need a unique identifier. Even though streamId doesn't really make sense, using the same key allows for consistent treatment with the streamUpdated layout event.

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.