<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="">I am having problems attempting to play a MP4 video into a conference using mod_av.<div class=""><br class=""></div><div class="">I have built the 1.6.19 branch from source after removing the -pedantic compile flag to allow mod_av to compile.<br class=""><div class=""><br class=""></div><div class="">My simple dial plan is:</div><div class="">```</div><div class=""><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">    <extension name="test"></span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">      <condition field="destination_number" expression="test"></span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class="">        <action application="conference" data="conf1"/></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">      </condition></span></div><div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">    </extension></span></div></div><div class="">```</div><div class=""><br class=""></div><div class="">From fs_cli I then attempt to play the video using the command: "conference conf1 play /tmp/sample.mp4"</div><div class=""><br class=""></div><div class="">No error messages are visible in the console and I can hear the audio, but I do not see the video stream.</div><div class=""><br class=""></div><div class="">Strangely, when I do "uuid_broadcast <uuid> /tmp/sample.mp4" I get the audio and video (but obviously only to a single caller)</div><div class=""><br class=""></div><div class="">If I try on the code from the master branch then I do not video from either conference..play or uuid_broadcast.</div><div class=""><br class=""></div><div class="">Has anyone got any ideas why I cannot play video into a conference?</div></div><div class=""><br class=""></div><div class="">Also, is there any equivalent of uuid_fileman for files played into a conference?  I would like pause and seek functionality to affect the video of all participants in the conference.</div><div class=""><br class=""></div><div class="">Many thanks,</div><div class="">  Richard</div></body></html>