I am using RecordActivity from samples, and i have not changed anything, except ffmpeg_url value. When i use file system path and execute recording, file is created without errors. But when i set rtsp url as ffmped_url value, i am getting error below: ...
extern const URLProtocol ff_tcp_protocol; extern const URLProtocol ff_tls_protocol; extern const URLProtocol ff_udp_protocol; file协议默认白名单有file/crypto/data,位于libavformat/file.c,定义如下: const URLProtocol ff_file_protocol = { .name = "file", .url_open = file_open, .url_read = ...
org.bytedeco.javacv.FrameRecorder$Exception: avio_open2 error() error -5: Could not open 'null' Hi! When streaming rtsp to rtmp I found this exception org.bytedeco.javacv.FrameRecorder$Exception: avio_open2 error() error -5: Could not open 'null' at org.bytedeco.javacv.FFmpegFrameRecord...
(p) return url_alloc_for_protocol(puc, p, filename, flags, int_cb); *puc = NULL; return AVERROR_PROTOCOL_NOT_FOUND; } int ffurl_open_whitelist(URLContext **puc, const char *filename, int flags, const AVIOInterruptCB *int_cb, AVDictionary **options, const char *whitelist, const ...
On return * this parameter will be destroyed and replaced with a dict containing options * that were not found. May be NULL. * @return 0 in case of success, a negative value corresponding to an * AVERROR code in case of failure */ int avio_open2(AVIOContext **s, const char ...
strcmp(proto_nested, up->name)) return url_alloc_for_protocol(puc, up, filename, flags, int_cb); } *puc = NULL; return AVERROR_PROTOCOL_NOT_FOUND; } int ffurl_open(URLContext **puc, const char *filename, int flags, const AVIOInterruptCB *int_cb, AVDictionary **options...