Skip to main content
Participant
April 18, 2007
Question

Create a custom publisher ?

  • April 18, 2007
  • 1 reply
  • 167 views
Hi, im developing a RIA application (a virtual flash character), and I want that these character talk to end users.

The voice sintetyzer (TTS), give me an amount of audio buffers in PCM format, and I want to send it to flash clients.
My question is if it was a posibly to create a custom Stream and send it to the clients.

In other words, send the audio generated by the voice sintetyzer (located in the server machine) to the flash clients.

Ive reading the example of SampleClient, but i culdnt find anything about how to publish a custom stream.

Saluts...
    This topic has been closed for replies.

    1 reply

    April 18, 2007
    You couldn't send the pcm data directly to FMS. You would need to record the audio to an flv or mp3 file, and place the file in a directory that is accessible to FMS.