Open mareklevv opened 4 years ago
After some digging I figure out that I should install this package like this: pip install -e .
I run my example scrit once again and this time it generated new error:
Thread 1 "python" received signal SIGSEGV, Segmentation fault.
__pyx_f_10ffpyplayer_6player_4core_10VideoState_stream_component_close (__pyx_v_self=0x7f5a3ae46028, __pyx_v_stream_index=0) at /ffpyplayer/ffpyplayer/player/core.c:22105
22105 if (__pyx_t_2) {
Hi!
I have a problem with ffpyplayer. I always getting
segmentation fault
. After quick debug mode with gdb I got more useful error, but still I am not able to fix this by my own.I am using docker image:
openvisualcloud/xeon-ubuntu1804-media-ffmpeg:latest
. From perspective ffmpeg everything is working, because I was able to run all of my needed commands with proper decoders/encoders.ffpyplayer version: compiled from latest version from github
Example code:
Error:
I also tried with mp4 file, but I get the same error above.
I know this should be another Issue, but this is quick questions: Is ffpyplayer able to read flvs and return metadata? Is ffpyplayer support HEVC/h265 or this library support every format that is supported by ffmpeg?