Open irappa-pattar-project opened 5 years ago
Well, by default profile level would be 0. So added level manually. now its working fine.
But after that I am getting Segmentation Fault (core dumped)
Here is the log:
[libx264 @ 0x7fbdec001600] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 LZCNT BMI1
[libx264 @ 0x7fbdec001600] profile High, level 3.2
Segmentation fault (core dumped)
Even I have tried to track with gdb and backtrace but couldnt help.
[libx264 @ 0x7fffa4001600] profile High, level 3.2
Thread 19 "IncomingVideoSt" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffd76fd700 (LWP 6776)]
0x00000001000001e0 in ?? ()
(gdb) bt
#0 0x00000001000001e0 in ?? ()
#1 0x00007ffff5380c6c in x264_stack_align () from /usr/lib/x86_64-linux-gnu/libx264.so.155
#2 0x00007fffd76f710c in ?? ()
#3 0x00007fffd76f7110 in ?? ()
#4 0x0000000000000000 in ?? ()
Hi,
I am trying to run webrtcrecorder native application, but getting an error.
here is the error:
here are the logs of webrtcrecorder:
I have reduced the webcam resolution using external wecam(manycam), then also no success. what could be the issue?