OpenRTMFP / Cumulus

CumulusServer is a complete open source and cross-platform RTMFP server extensible by way of scripting
http://groups.google.com/group/openrtmfp-cumulus
GNU General Public License v3.0
593 stars 221 forks source link

A Request #90

Closed cxp closed 11 years ago

cxp commented 11 years ago

I'm sorry for pulling request here.(Not found new button in Pull Requests) : S Can you put a sample with server publish .flv file? Thx a lot. :)

cumulusdev commented 11 years ago

Hi,

Use this location for your request: https://groups.google.com/forum/?fromgroups#!forum/openrtmfp-cumulus

connection = new NetConnection(); connection.connect("rtmfp://localhost/"); srcStream = new NetStream(connection); srcStream.publish("test"); srcStream.attachVideo(Camera.get());