Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to publish an audio stream from a client with FluorineFx?

I can't figure out how to publish an audio stream from a client to the server using FluorineFx on the client. We want to stream recorded audio data from the client to the stream via the already established NetConnection. There is a NetStream class in FluorineFx but it has no publish method. The NetStream class in FluorineFx only has the play method. But as far as I understand this plays a stream from the server on the client.

Is publish not implemented in FluorineFx or do I miss something?

like image 866
Jan Deinhard Avatar asked Nov 06 '22 09:11

Jan Deinhard


1 Answers

Check out http://www.fluorinefx.com/docs/fluorine/

See Publishing streams and subscribing to streams under Real-time Messaging.

like image 190
adamcodes Avatar answered Nov 08 '22 13:11

adamcodes