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
Post a Comment