Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 localhost 中安装 red5 服务器,然后使用记录器小部件 - KRecorder,它运行良好,但是当我将 rtmphost 从“rtmp://www.kaltura.com”更改为“rtmp://localhost”时,预览功能没有不工作。
预览是指播放器中显示的视频缩略图?Red5 不会自动生成任何录音缩略图。您需要在 red5 中编写一些代码,以便从录音中生成拇指。例如 FFMPEG 任务。
塞巴斯蒂安