Communicating with a flash server using rtmp without Flash

好久不见. 提交于 2019-11-28 21:27:12

"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.

Take a look at commercial JUV Client (http://www.smaxe.com/juvclient.jsf) library that lets you communicate with rtmp enabled servers.

There's a python implementation of the RTMP protocol, RTMPy. Other than that and Red5, I don't know of any other RTMP client implementations. (Well, besides flash itself of course).

What flash server are you using? Some of them allow you to communicate with other protocols as well, such as text-based or XML-based, and those might be better to use than RTMP if your client is not flash-based.

I also started developing a C++ RTMP server. I'll make a C++ client library as well in the near future and, of course, C#,Java and Lua wrappers. Stay tuned on this site or you can become a group member here and get informed right away.

You can find a c# rtmp implementation at https://code.google.com/p/rtmp-mediaplayer/

It is tested to work on Windows, iOS and Android. You need bass (http://www.un4seen.com/bass.html) to output audio.

GPrathap

If you like you can use Opencv. Then you can do all sort of real time video processing. I have answered same king of question here

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!