-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 18.04 and baresip #4
Comments
I don't know much about baresip. Do you get an error with ffmpeg version 4.x standalone or while running baresip? |
I am getting error when compile baresip. Baresip is using ffmpeg libraries. wget -O re.v3.2.0.tar.gz https://github.com/baresip/re/archive/refs/tags/v3.2.0.zip wget -O baresip.v3.2.0.tar.gz https://github.com/baresip/baresip/archive/refs/tags/v3.2.0.zip cmake -B build |
With my 3.3.4, ok. I would like to know if you run THAT v4 (that compiles with baresip) works standalone. Does it? |
Yes. v4 working standalone and with baresip. |
Looks like the problem is in the baresip. Maybe baresip is not closing properly in the first instance. If i have enough time i may try this but i can't promise (i also need to set up a similar environment). |
In v4 should be ve_close() and cedrus264_close as well |
Hello. We have add some code and now baresip dont coredump after 3 call. Erorr: |
Sorry, i haven't gone this far with cedrus, so i really don't know. I don't have any experience with baresip to suggest something really useful to try, but perhaps the code is multithreaded (or calling a second instance) and this can break the encoder or decoder? Try saving the stream to a file at each endpoint so you can analyze the content. |
Hello.
FFmpeg 3.3.4 compiled and working with
sudo ffmpeg -f v4l2 -channel 0 -video_size 640x480 -i /dev/video0 -pix_fmt nv12 -t 15 -r 30 -c:v cedrus264 test4_640x480.mp4
But when compile Baresip - a get error. I think this is because old version of ffmpeg.
Log eror is here https://gist.github.com/alexlansovich/e02b15a377b622a31bf81df4fec5f1cd
Can you make FFmpeg for the 4 or 5 or 6 version?
The text was updated successfully, but these errors were encountered: