beew

Results 29 issues of beew

Hi, just tested this on the adobe test page and the video never loaded. OS is Ubuntu 16.04 64 bit. Firefox 50.10. Flash version 24.0r0 installed by the usual way...

Hi, Built qmplay2 from master, it works except with yt-dlp the videos are not in 360 deg format, but a 'flatten out' version, e.g https://www.youtube.com/watch?v=hNAbQYU0wpg In QMPlay2 go to Playlist...

bug

I am wondering if there are instructions for compiling Dragonfire from source. The install script installs a lot of things in the root file system and I don't want to...

I compiled ogre from source, ran the tests and passed 100%, but after make install (to some prefix) the tests no longer work. It turns out that this is mainly...

priority: low

compiled scikit-cuda from source. build successful but two tests failed ``` ====================================================================== FAIL: test_batch_fft_float32_to_complex64_2d (test_fft.test_fft) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/bernard/opt/python38/scikit-cuda/tests/test_fft.py", line 75, in test_batch_fft_float32_to_complex64_2d np.testing.assert_allclose(xf, xf_gpu.get(), atol=atol_float32)...

Compiled scikit-cuda from source, build no problem but one test failed The output for python setup.py test ``` Ran 336 tests in 56.388s OK (skipped=61) Error in atexit._run_exitfuncs: Traceback (most...

Hi, when trying to compile freshplayerplugin 'make' produced these errors ``` home/beew/Downloads/freshplayerplugin/src/async_network.c: In function ‘get_pp_errno’: /home/beew/Downloads/freshplayerplugin/src/async_network.c:81:13: error: ‘errno’ undeclared (first use in this function) switch (errno) { ^ /home/beew/Downloads/freshplayerplugin/src/async_network.c:81:13: note:...

I built freshplayerplugin (commit 4a29ab58e28e31e0e8a92dfd65e45775e73dcb21 before issue #366) and used it with Chrome OS's flash for the drm test at http://drmtest2.adobe.com:8080/SVP/SampleVideoPlayer_FP.html (Firefox 57) It works in one machine with intel...

Hi, Compile the latest master with cmake DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_HWDEC=1 -DWITH_GLES2=0 .. It seems that videos play a lot smoother in fullscreen than otherwise. For example, on this site fullscreen works...

help wanted

I installed with ``` NVCCFLAGS=-arch=sm_61 python3 setup.py install --user ``` It installed without problem, but running test results in these errors ``` nosetests ..................F......................................E. ====================================================================== ERROR: test_cudamat.test_correlate ---------------------------------------------------------------------- Traceback (most...