scivision

Results 103 comments of scivision

https://blog.kitware.com/cmake-3-16-3-available-for-download/ shows that Neil's support for NAG `submodule` was incorporated into CMake 3.16.3. Thanks!

NAG could require CMake 3.16.3 like: ```cmake if(CMAKE_Fortran_COMPILER_ID STREQUAL NAG) cmake_policy(VERSION 3.16.3) endif() ``` while allowing other compilers to use older CMake

I made a [followup comment](https://github.com/fortran-lang/stdlib/issues/101#issuecomment-572259689) that I think #101 and similar can be interfaced via a shim. This can work for HDF5, FITS, etc. whatever someone wants to contribute a...

This is [not unexpected](https://github.com/scivision/PyLivestream/blob/master/Troubleshooting.md) with WiFi. A lot of WiFi networks experience congestion especially in the pandemic with so many home offices. This congestion isn't noticed while watching (consuming) video...

I don't see the error message posted here. It seems possible to be an issue with FFmpeg itself--try the command line above without using PyLivestream.

These commands come from the "entry_points" in [setup.cfg](https://github.com/scivision/PyLivestream/blob/master/setup.cfg) to enable them, you have to first install this package by either (pick one): #### latest development code ```sh git clone https://github.com/scivision/PyLivestream...

Are you looking to have something you can `import` from another python module? That's not currently present but I think straightforward to add

I added a module (in GitHub code, not yet uploaded to PyPi). use it like: ```python import pylivestream.api as pls help(pls.stream_screen) ```` ``` pls.stream_screen('~/twitch.key', 'twitch') ```

This is probably an issue with the media file or FFmpeg. I would try copy-pasting the command line you've noted above without using PyLivestream to see if the same issue...

Note: please refresh/change your YouTube Live stream id as pasting it here means anyone can copy your key and stream anything on your Youtube Live (!) It could be that...