Custom audio encoder for flash player

It seems like the only option for recording h264 / aac videos with flash is to use Wowza and use aac transcoder. What options are there to encode aac audio signal inside Flash Player before sending it through Netstream

? Could it be possible to extract the raw audio from Microphone

listening SampleDataEvent

, encoding that audio the way you want, and then sending it through Netstream

using the method send

? Will you need to manually connect to audio from video?

+3


source to share


1 answer


Not sure if it will do exactly what you want, but you can check out FlashyWrappers , which allows you to encode videos in Flash.



0


source







All Articles