[Home]

Summary:ASTERISK-17936: [patch] Fail to play video prompts
Reporter:Emmanuel BUU (neutrino88)Labels:
Date Opened:2011-05-27 15:52:48Date Closed:2011-05-27 16:55:40
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Formats/General
Versions:1.8.2 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) videoprompt.patch
Description:When trying to play sound and video file together, asterisk 1.8 only play sound files and fail to open the associated video file. Typically usng the Playback app.

****** ADDITIONAL INFORMATION ******

There is a small bug in the core (file.c) where video format loop is incorrect. Here is a patch to correct this.
Comments:By: Leif Madsen (lmadsen) 2011-05-27 16:37:04

I'm presuming you're trying to do H.261 passthrough?

By: Digium Subversion (svnbot) 2011-05-27 16:54:55

Repository: asterisk
Revision: 321335

U   branches/1.8/include/asterisk/frame.h
U   branches/1.8/main/file.c

------------------------------------------------------------------------
r321335 | lmadsen | 2011-05-27 16:54:55 -0500 (Fri, 27 May 2011) | 7 lines

Fix issue with playback of H.261 video.

(closes issue ASTERISK-17936)
Reported by: neutrino88
Patches:
     videoprompt.patch uploaded by neutrino88 (license 297)
(changes by russell)
------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=321335

By: Digium Subversion (svnbot) 2011-05-27 16:55:40

Repository: asterisk
Revision: 321336

_U  trunk/

------------------------------------------------------------------------
r321336 | lmadsen | 2011-05-27 16:55:40 -0500 (Fri, 27 May 2011) | 14 lines

Blocked revisions 321335 via svnmerge

........
 r321335 | lmadsen | 2011-05-27 17:54:54 -0400 (Fri, 27 May 2011) | 7 lines
 
 Fix issue with playback of H.261 video.
 
 (closes issue ASTERISK-17936)
 Reported by: neutrino88
 Patches:
       videoprompt.patch uploaded by neutrino88 (license 297)
 (changes by russell)
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=321336