<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Your syntax is for sure incorrect around the png_ms= portion<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On May 16, 2019, at 12:46 PM, Ramesh Kandasamy <<a href="mailto:ramelcom@gmail.com" class="">ramelcom@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div dir="ltr" class=""><div dir="ltr" class="">Hi William,<div class=""><br class=""></div><div class="">I am also trying to play an image file to all conference members with the same command as you have mentioned above (ignoring after file path) along with sched_api. However, Freeswitch seems to expect the member_id as well. Am I missing something here?</div><div class=""><br class=""></div><div class=""><action application="set" data="playb=${sched_api(+15 none conference $1 play png_ms=2000 /usr/local/freeswitch/conf/mcu-bg-06.png)}"/><br class=""></div><div class=""><br class=""></div><div class=""><div class="">2019-05-16 12:21:13.188676 [DEBUG] mod_commands.c:5178 Command conference(19876543210 play png_ms=2000 /usr/local/freeswitch/conf/mcu-bg-06.png):</div><div class="">-ERR Member: 0 not found.</div><div class="">play <file_path> [async|<member_id> [nomux]]</div></div><div class=""><br class=""></div><div class="">Thanks</div><div class="">Ramesh</div></div></div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 13, 2019 at 2:38 PM Brian West <<a href="mailto:brian@freeswitch.com" class="">brian@freeswitch.com</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr" class="">William,<div class=""><br class=""></div><div class="">Please file a JIRA and we can verify that, Also if you can, please remove the notice at the bottom of your emails when emailing the public mailing list.</div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Brian</div><div class=""><br class=""></div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 13, 2019 at 2:15 PM William Simon <<a href="mailto:wsimon@stratusvideo.com" target="_blank" class="">wsimon@stratusvideo.com</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Using Freeswitch 1.8.5 release version we are trying to play a PNG image file to individual video conference members.<br class="">
<br class="">
Per confluence the API is:<br class="">
<br class="">
conference <confname> play [{vol=<volume>,full-screen=true,png_ms=100}]<file-path> [async|<member_id> [nomux]]<br class="">
<br class="">
Doing this API and omitting the details after the file-path, the PNG image is displayed to all conference members.<br class="">
<br class="">
If we include the member_id afterward in order to send the image to just one member, suddenly Freeswitch complains:<br class="">
<br class="">
2019-05-10 10:23:11.288415 [ERR] mod_png.c:120 Channel has no video and audio_file is not set!<br class="">
<br class="">
To confirm, the participant is a video channel.<br class="">
<br class=""></blockquote></div></blockquote></div></div></blockquote></div><br class=""></body></html>