foobarlab / UpStage-Video-Hack

UpStage Streaming Hack
http://www.foobarlab.net/
GNU General Public License v2.0
5 stars 1 forks source link

Dynamically detect published streams (client.swf) #77

Open foobarlab opened 11 years ago

foobarlab commented 11 years ago

Additional to the way configuring streams via the workshop it should be possible to detect whenever there is a yet unknown stream published to a stage.

For example assumed the connection is rtmp://localhost/oflaDemo, then whenever a stream gets published on this connection a NetStream event occurs.

A possible scheme for publishing dynamically onto a stage could be rtmp://<host>:<port>/<appname>/<stagename>/<streamname>. This would result for the above connection to: rtmp://localhost/oflaDemo/mystage/mystream.

An implication would be to bind a stream server to a stage so a connection to the stream server can be opened when the stage is openend.