asterisk jobs
2011-Dec-02 23:13 UTC
[asterisk-users] Where to download sample video file for Asterisk 1.8x playback?
Hello, I have been trying to playback a video file via Playback() in Asterisk 1.8.7.1 but the file format seems to fail. [2011-12-02 18:46:24] WARNING[7665]: file.c:653 ast_openstream_full: File /etc/asterisk/cp-10fps-QCIF-20Kbps.h263 does not exist in any format [2011-12-02 18:46:24] WARNING[7665]: file.c:959 ast_streamfile: Unable to open /etc/asterisk/cp-10fps-QCIF-20Kbps.h263 (format 0x4 (ulaw)): No such file or directory The file of course exists and it's chowned to asterisk.asterisk. I think it's a file format issue. So, I appreciate it someone can give me a link to a file or maybe point me a universal convertor (open-source or linux based software) that can convert my videos to Asterisk readable format. Thanks, -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111202/cc88d64d/attachment.htm>
Sammy Govind
2011-Dec-03 11:32 UTC
[asterisk-users] Where to download sample video file for Asterisk 1.8x playback?
Hi, 1- Are you sure Playback is capable of understanding/playing video files. 2- Make sure you've enabled videosupport in sip [general] and also allowed h264,h263 in the sip users section trying to execute this playback app. Regards, Sammy. On Sat, Dec 3, 2011 at 4:13 AM, asterisk jobs <asteriskcoding at gmail.com>wrote:> Hello, > > I have been trying to playback a video file via Playback() in Asterisk > 1.8.7.1 but the file format seems to fail. > > > [2011-12-02 18:46:24] WARNING[7665]: file.c:653 ast_openstream_full: File > /etc/asterisk/cp-10fps-QCIF-20Kbps.h263 does not exist in any format > [2011-12-02 18:46:24] WARNING[7665]: file.c:959 ast_streamfile: Unable to > open /etc/asterisk/cp-10fps-QCIF-20Kbps.h263 (format 0x4 (ulaw)): No such > file or directory > > The file of course exists and it's chowned to asterisk.asterisk. I think > it's a file format issue. So, I appreciate it someone can give me a link to > a file or maybe point me a universal convertor (open-source or linux based > software) that can convert my videos to Asterisk readable format. > > Thanks, > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111203/50176c52/attachment.htm>