Answered
Server Side Actionscript for HTTP Streaming Connections, is it supported?
Hi, I have a server side actionscript application working for RTMP, and I would like to reuse this code for HTTP connections.
Is this possible?
Hi, I have a server side actionscript application working for RTMP, and I would like to reuse this code for HTTP connections.
Is this possible?
No...The arguments in http argument list is not passed to rtmp connection as argument list.
What you can do is to write your own apache module, which will entertain certain requests and create appropriate http responses as well as communicate to rtmp server separately.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.