[asterisk-bugs] [JIRA] (ASTERISK-30261) Video recording cannot play with application Playback. How can i play the recorded video
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Wed Oct 12 00:21:09 CDT 2022
[ https://issues.asterisk.org/jira/browse/ASTERISK-30261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=260444#comment-260444 ]
Asterisk Team commented on ASTERISK-30261:
------------------------------------------
Per the Asterisk versions page [1], the maintenance (bug fix) support for the Asterisk branch you are using has ended. For continued maintenance support please move to a supported branch of Asterisk. After testing with a supported branch, if you find this problem has not been resolved, please open a new issue against the latest version of that Asterisk branch.
Thanks!
[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Versions
> Video recording cannot play with application Playback. How can i play the recorded video
> ----------------------------------------------------------------------------------------
>
> Key: ASTERISK-30261
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-30261
> Project: Asterisk
> Issue Type: Information Request
> Security Level: None
> Components: Applications/app_record
> Affects Versions: 13.18.1
> Environment: Ubuntu 18.04
> Reporter: Prasanth P
> Severity: Major
>
> I have configured asterisk 13.18 for video calling and recording. My record video saved in /etc/record folder and set full access. (drwxr-xrwx 2 asterisk asterisk 4096 Oct 8 10:05 record/)
> Both calling and recording is working fine and video is saved in record folder with h264 format. I have face the below issues
> 1. Need to play the recorded video, tried with playback application but video stream is too slow and take more time to complete. How can i play the recorded vide?
> 2. I want to convert recorded video into mp4/3gp/mkv.
> My sip.conf as follows
> [general]
> allowguest=no
> allowoverlap=no
> bindaddr=0.0.0.0
> srvlookup=no
> disallow=all
> allow=ulaw
> allow=alaw
> allow=h264
> videosupport=yes
> alwaysauthreject=yes
> canreinvite=no
> [7001]
> type=friend
> username=hp
> host=dynamic
> secret=7001
> context=call-test
> [7002]
> type=friend
> username=lenovo
> host=dynamic
> secret=7002
> context=call-test
> My extension.conf is as follows
> [call-test]
> exten => 500,1,Answer()
> same => n,Wait(3)
> same => n,Record("/record/video%d:wav",0,120,qk)
> same => n,Hangup()
> exten => 200,1,Answer()
> same => n,Wait(3)
> same => n,Record("/record/video%d:wav",0,120,qk)
> same => n,Hangup()
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list