actionscript 3 - In Flex mobile app, can I stream local video file to rtmp server -


i have video file in external storage of phone. can stream rtmp server directly?

currently, i'm able stream camera server successfully:

ns = new netstream(nc); ns.attachcamera(cam); ns.attachaudio(mic); ns.publish("my_rtmp_streaming_server_url", "live"); 


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -