We would like to use an RTMP data stream(not video) on the mobile platforms that do not support flash (iOS etc). Since Java is also not an option for some mobile phone开发者_高级运维s, we are looking at creating a Javascript rtmp client. This is not for iphone/ipad applications, but rather for use in the Safari browser application, accessed by an HTTP url.
Does anyone know the best place to start of this, or if one already exists? Thanks!
Try RTMP-dump.
See also: Communicating with a flash server using rtmp without Flash
精彩评论