c2play icon indicating copy to clipboard operation
c2play copied to clipboard

Command line video player for Odroid C2

Results 22 c2play issues
Sort by recently updated
recently updated
newest added

>>> c2play 1.0.0 Patching >>> c2play 1.0.0 Configuring >>> c2play 1.0.0 Building PATH="/home/shikha/buildroot.old/output/host/bin:/home/shikha/buildroot.old/output/host/sbin:/home/shikha/buildroot.old/output/host/usr/bin:/home/shikha/buildroot.old/output/host/usr/sbin:/home/jemish/bin:/home/jemish/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/jemish/Downloads/gcc-linaro-5.5.0-2017.10-x86_64_aarch64-linux-gnu/bin:/home/jemish/workspace/lu500/CodeSourcery/arm-2009q1/bin" /usr/bin/make -j5 CC=/home/shikha/buildroot.old/output/host/usr/bin/aarch64-linux-gnu-g++ CXX=/home/shikha/buildroot.old/output/host/usr/bin/aarch64-linux-gnu-g++ -C /home/shikha/buildroot.old/output/build/c2play-1.0.0 c2play ==== Building c2play (debug) ==== Creating obj/Debug/c2play main.cpp Image.cpp Buffer.cpp...

hello,i have a question ,how can i receive the frames directly from the decoder and bypass the video post processor ?

Hi, I am a heavy raspberry-omxplayer user and I would like to try to test odroid c-2. On the raspberry the cli video player (omxplayer) is needing 0.1 seconds to...

Are there around some experiences with c2play and digital signage ? Example: Loop videos without screen-noise between a loop and another.

In my setup **c2play** showed transparent window (1280x720) which interfered with another application. I don't know why it was happening, but this change fixed it.

Hi There I am using c2play with an Odroid N2 with Linux 18.04.02 Minimal. The output medium is a 10" screen with a resolution of 1280x800. (There are no 16:9...

odroid@odroid:~/ivis-codec/c2play$ make ==== Building c2play (debug) ==== Creating obj/Debug/c2play main.cpp ../../src/main.cpp:24:10: fatal error: alsa/asoundlib.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. c2play.make:163: recipe for target 'obj/Debug/c2play/main.o' failed make[1]:...

../../src/Media/MediaSourceElement.cpp:163:11: error: 'CODEC_ID_MPEG2VIDEO' was not declared in this scope case CODEC_ID_MPEG2VIDEO: ^~~~~~~~~~~~~~~~~~~ ../../src/Media/MediaSourceElement.cpp:163:11: note: suggested alternative: 'AV_CODEC_ID_MPEG2VIDEO' case CODEC_ID_MPEG2VIDEO: ^~~~~~~~~~~~~~~~~~~ AV_CODEC_ID_MPEG2VIDEO ../../src/Media/MediaSourceElement.cpp:175:11: error: 'CODEC_ID_MPEG4' was not declared in this scope...

#include "config.h" ^~~~~~~~~~ compilation terminated. c2play.make:181: recipe for target 'obj/Debug/c2play/MediaSourceElement.o' failed make[1]: *** [obj/Debug/c2play/MediaSourceElement.o] Error 1 Makefile:16: recipe for target 'c2play' failed make: *** [c2play] Error 2

Video playback hand on last frame if no audio stream in file.

bug