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.
ffmpeg を使用して rtmp プロトコルをストリーミングできるライブラリを見つけたので、--enable-librtmp を使用して ffmpeg をコンパイルしました。しかし、次のステップは何でしょうか?この機能の使用例が見つかりませんか?
これで、抽象ffmpegインターフェイスを介してrtmpURLを開くことができます。
AVFormatContext *s = NULL; int ret = avformat_open_input(&s, "rtmp://server[:port][/app][/playpath][ keyword=value]...", NULL, NULL);