Communicating with a flash server using rtmp without Flash

后端 未结 6 2000
野性不改
野性不改 2020-12-14 20:13

I want to talk to a flash server which uses RTMP, but I don\'t want to use Flash, but rather c# or java.

I was looking at Red5 but their client API seems to be a bit

6条回答
  •  我在风中等你
    2020-12-14 20:38

    "RTMP: Flash video streaming protocol" discusses libraries and applications for communicating with RTMP servers.

    The main protocol code from the RTMPDump utility for downloading RTMP video streams is now available in its own library, librtmp (used by FFmpeg, MPlayer, and XBMC media center).

    Note: the RTMPDump utility was originally based on the the libRTMP library, a part of the XBMC project.

提交回复
热议问题