[Freeswitch-users] video playback on FS
Brian West
brian at freeswitch.org
Mon Jun 22 20:26:18 PDT 2009
On Jun 22, 2009, at 10:28 PM, mashudi wrote:
> Dear All,
> on the default.xml in dialplan directory of FS, content video
> extension
> dialplan with file extension fsv,
>
> 562 <extension name="video_record">
> 563 <condition field="destination_number"
> expression="^9993$">
> 564 <action application="answer"/>
> 565 <action application="record_fsv"
> data="/tmp/testrecord.fsv"/>
> 566 </condition>
> 567 </extension>
> 568
> 569 <extension name="video_playback">
> 570 <condition field="destination_number"
> expression="^9994$">
> 571 <action application="answer"/>
> 572 <action application="play_fsv" data="/tmp/
> testrecord.fsv"/>
> 573 </condition>
> 574 </extension>
>
> what is the fsv video format from? as we know flv for flash video,
> how to convert from mp4 or avi to fsv file extension?
We just save the raw RTP and stream it back out... btw don't hijack
threads please.
> thank you in advanced,
>
> best regard,
>
> mashudi
Brian West
brian at freeswitch.org
-- Meet us at ClueCon! http://www.cluecon.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090622/36b08c36/attachment-0002.html
More information about the FreeSWITCH-users
mailing list