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: ...
1、解协议(http,rtsp,rtmp,mms) AVIOContext,URLProtocol,URLContext主要存储视音频使用的协议的类型以及状态。URLProtocol存储输入视音频使用的封装格式。每种协议都对应一个URLProtocol结构。(注意:FFMPEG中文件也被当做一种协议“file”) 2、解封装(flv,avi,rmvb,mp4) AVFormatContext主要存储视音频封装格式中包含的...
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.FFmpegFrameRecorder.startUnsafe(FFmpegFrameRecorder.java:859) a...