Hello, I am having some troubles making a call with fastream. The signal handling is done like this :
When i get my channel with *tf_new_channel_async*, I connect on the callback "fs-conference-added", "fs-conference-removed", "content-added" and "closed" signals (for TfChannel object). On the content-added callback, i connect "src-pad-added" and "start-sending" signals (for TfContent object). On the src-pad-added CB, i configure codecs and apply them to the stream with "fs-stream-set-remote-codecs", add elements to the pipeline, link it and play it. But whatever it seems it never enter on the src-pad-added CB, telepathy-gabble is crashing before, and I got this error message : *tp-fs-Message: tf_stream_error: stream error errorno=7 error=add_remote_candidate not defined in stream transmitter class* I cant find what it means or what I did wrong, i dont even use the "fs_stream_add_remote_candidates" function. Do I use signals in a wrong way, or maybe other signals are needed ? Thanks, Sébastien CARON
_______________________________________________ telepathy mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/telepathy
