avafinger
avafinger
Encoding works on legacy kernel (GStreamer), not with FFmpeg. You need rockchip mpp, gstreamer, rga. videostreamer is nice but no sound. If you want video + audio you need to...
@gusarg81 And if you want to stream video from a USB cam (MJPEG) to achieve 30 FPS, use mjpg-streamer and make sure your sensor delivers MJPEG, if it delivers JPEG...
**RTSP:** Audio Codecs: AAC, AAC-LC, HE-AAC+ v1 & v2, MP3, Speex, Opus, Vorbis Video Codecs: H.265 (preview), H.264, VP9, VP8 Read carefully what I have written, I am sure it...
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 With my 3.3.4, ok. I would like to know if you run THAT v4 (that compiles with baresip) works standalone. Does it?
> segfault after second sip video call. Looks like the problem is in the baresip. Maybe baresip is not closing properly in the first instance. I would suggest you insert...
In v4 should be ve_close() and cedrus264_close as well
> Can be this problem in cedrus coder? 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...
Can you add these lines to testffmpeg, build and run to decode your h264 file and report back? ``` /* Open the media file */ result = avformat_open_input(&ic, file, NULL,...
Try: `./testffmpeg --info all --log all --verbose --video-codec h264_cuvid input_file.h264` You can find my modifications in the testffmpeg.c file, which has support for RTSP and RTM (I'm not sure if...