Open mxk1011 opened 4 years ago
As FS is downloading the HTTP file to temp storage, I tried this file path as well, but with the same result, that the video keeps playing:
freeswitch@75718438e67e> conference 3dd163b0-0199-11eb-86a7-39b0df2e6d68 pause /var/lib/freeswitch/storage/http_file_cache/2c6aa267a46402d1066f236109541a63.mp4
+OK Pause recording file /var/lib/freeswitch/storage/http_file_cache/2c6aa267a46402d1066f236109541a63.mp4
-ERR non-existant recording '/var/lib/freeswitch/storage/http_file_cache/2c6aa267a46402d1066f236109541a63.mp4'
2020-10-04 00:45:12.222985 [INFO] conference_api.c:3841 Pause recording file /var/lib/freeswitch/storage/http_file_cache/2c6aa267a46402d1066f236109541a63.mp4
freeswitch@75718438e67e> conference 3dd163b0-0199-11eb-86a7-39b0df2e6d68 pause_play
+OK Pause
By doing this, the AUDIO of the currently playing file will stop, the video will continue
pause_play pause is for recordings
@anthmFS not as per documentation here https://freeswitch.org/confluence/display/FREESWITCH/mod_conference Pause playback of file to a conference
Is there then another command to pause a playing file? As I see there is only a command to completely stop the playback (stop
)
EDIT You are right, pause is unnecessary to use here as not for playback at all
Describe the bug When using FS in a video conference, you can use command
play
to play a video file in the mux. This works as expected. But it is not possible to pause the recording.To Reproduce Steps to reproduce the behavior:
... but the file keeps playing with audio and video. When doing the command pause_play, you will get following error:
Expected behavior The played video file should stop playing
Package version or git hash FreeSWITCH Version 1.10.5-release-17-25569c1631~64bit (-release-17-25569c1631 64bit)
Trace logs