views:

65

answers:

1

Greetings, I'm trying to play with live web cam using asp.net with C#. I want to access/stream web cam content using flash then send the captured streams using Real-time Transport Protocol.

How is possiable to do that? do you know any simple asp.net application related to this?

+1  A: 

RTMP is available in .NET via WebOrbs (http://www.themidnightcoders.com/products/weborb-for-net/overview.html) and FluorineFX (http://www.fluorinefx.com), though I haven't used either of them for RTMP.

mattdekrey