[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=260445#comment-260445 ]
Asterisk Team commented on ASTERISK-30261:
------------------------------------------
We appreciate the difficulties you are facing, however information request type issues would be better served in a different forum.
The Asterisk community provides support over IRC, mailing lists, and forums as described at http://asterisk.org/community. The Asterisk issue tracker is used specifically to track issues concerning bugs and documentation errors.
If this issue is actually a bug please use the Bug issue type instead.
Please see the Asterisk Issue Guidelines [1] for instruction on the intended use of the Asterisk issue tracker.
Thanks!
[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines
> 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