Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Communicating with a flash server using rtmp without Flash

Tags:

flash

rtmp

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

Does anyone have any other ideas?

like image 517
Mats Fredriksson Avatar asked Sep 30 '08 20:09

Mats Fredriksson


2 Answers

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

like image 176
CaptSolo Avatar answered Sep 19 '22 21:09

CaptSolo


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

like image 41
Andrei Avatar answered Sep 21 '22 21:09

Andrei