[Home]

Summary:ASTERISK-16908: [regression] Playback does not play the video file if available (.h263)
Reporter:Claudio Villalobos (devmod)Labels:
Date Opened:2010-11-03 17:59:07Date Closed:2012-02-23 15:49:22.000-0600
Priority:MinorRegression?Yes
Status:Closed/CompleteComponents:Applications/app_playback
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) log_18250.txt
Description:When providing Playback with a file name, it only plays the audio file and not the video file.

I recorded the files using the Record application:

-rw-r--r--  1 root root 246K Nov  3 22:18 acme-queue-pleasewait.h263
-rw-r--r--  1 root root  54K Nov  3 22:18 acme-queue-pleasewait.ulaw

This works correctly on asterisk 1.6.2


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

--- SIP.CONF --

[general]
videosupport=yes
port=5060
bindaddr=0.0.0.0
srvlookup=yes
language=en
disallow=all
allow=ulaw
allow=g729
allow=h263

-- EXTENSIONS.CONF --

exten => 770,1,Answer
same => n,Wait(3)
same => n,Record(acme-queue-pleasewait.ulaw)
same => n,Hangup

exten => 880,1,Answer
same => n,Playback(acme-queue-pleasewait)
same => n,Hangup


--- SIP LOG ---

Inline debug removed - pabelanger
Comments:By: Paul Belanger (pabelanger) 2010-11-04 07:51:30

Please attach your traces / configs to the issue, not as comments (see below).
---
We require a complete debug log to help triage the issue.

This document will provide instructions on how to collect debugging logs from an Asterisk machine for the purpose of helping bug marshals troubleshoot an issue:

http://svn.digium.com/svn/asterisk/trunk/doc/HOWTO_collect_debug_information.txt

By: Claudio Villalobos (devmod) 2010-11-04 10:39:16

Sorry about that. Attached the log.

By: Jonathan Rose (jrose) 2012-02-06 13:06:36.340-0600

I can't reproduce this in recent versions of 1.8 using h263 with a similar setup to reporter. I'll leave this open for a while, but if I don't get a response within a week this is getting closed since I don't really believe this issue is valid any more.

What I was having trouble with though was video recording.  I'm not quite sure what's up with that. For now I'm just going to assume I was doing something terribly wrong.

By: Jonathan Rose (jrose) 2012-02-06 13:07:54.372-0600

Requesting feedback:
Is this still a problem for you in more recent versions of 1.8?  Preferably the latest release.

By: Jonathan Rose (jrose) 2012-02-20 15:56:22.218-0600

This issue will be closed on Friday (Feb 24) if no additional feedback is provided.

By: Jonathan Rose (jrose) 2012-02-23 15:49:22.722-0600

If this issue can be replicated in more recent version of Asterisk, feel free to open a new one.