How do I record video to a local disk in AIR?

前端 未结 5 1855
孤街浪徒
孤街浪徒 2021-02-04 15:27

I\'m trying to record a webcam\'s video and audio to a FLV file stored on the users local hard disk. I have a version of this code working which uses NetConnection and NetStrea

5条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-04 16:25

    It is not possible To stream video directly to the local disk without using some streaming service like Windows Media encoder, or Red5 or Adobe's media server or something else.

    I have tried all the samples on the internet with no solution to date.

    look at this link for another possibility:

    http://www.zeropointnine.com/blog/updated-flv-encoder-alchem/

提交回复
热议问题