Hi
Could it be possible to record stream
from micro line on Red5 with audio Codec
different from (NellyMoser) Codec

public static final byte MASK_SOUND_FORMAT = 0xF0 - 0xFF; // unsigned
        public static final byte FLAG_FORMAT_RAW = 0x00;
        public static final byte FLAG_FORMAT_ADPCM = 0x01;
        public static final byte FLAG_FORMAT_MP3 = 0x02;
        public static final byte FLAG_FORMAT_NELLYMOSER_8_KHZ = 0x05;
        public static final byte FLAG_FORMAT_NELLYMOSER = 0x06;

like RAW format for mixing purpose

Ivan Chabanaud
06 21 03 76 13
http://www.chabalab.net


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to