Skip to content
#

livestream

Here are 280 public repositories matching this topic...

medyagh
medyagh commented Aug 14, 2017

specially something that writes to google datastore or google database offerings. to be honest the documentation is not the best, there are two versions of everything for google app engine and not appengine, and they don't work ! specially if you wanted to try the db servers locally (using docker)

it would be a great thing if you make an episode of a full example of using google's database of

flavioribeiro
flavioribeiro commented Sep 23, 2019

According to the HLS specification, we must sinalize that a given audio track is DVS by the addition of CHARACTERISTICS="public.accessibility.describes-video" tag. I wonder if we should implement an option at the Sequence level on mapped mode where I set "dvs": true or something and that propagates all the way to the HLS manifest. Thoughts on this one @erankor?

More information about this o

ASoTNetworks
ASoTNetworks commented Dec 15, 2019

Currently certbot is using standalone when obtaining new SSL certs and the crontab calls certbot without first stopping NGINX resulting in certbot cannot bind to port 80 and cannot validate the server.

A fix is to stop NGINX before calling certbot:
30 2 * * 1 root /usr/bin/systemctl stop nginx ; /usr/bin/certbot renew >> /var/log/letsencrypt/letsencrypt.log ; /usr/bin/systemctl start nginx

klren0312
klren0312 commented Apr 18, 2018
PS > yarn build
yarn run v1.3.2
$ react-app-rewired build
Creating an optimized production build...
Failed to compile.

Failed to minify the code from this file:

        ./node_modules/flv.js/src/utils/logger.js:21

Read more here: http://bit.ly/2tRViJ9

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
`

Improve this page

Add a description, image, and links to the livestream topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the livestream topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.