Scripts to start and stop multiple SIP recordings at the same time using Vbrick Rev.
Project description
Start and Stop multiple SIP Recordings with Rev
Configuration: account_hostname - your Rev tenant hostname api_user - your user's API key and secret key (user must have appropriate permissions in Rev)
sip_address - your SIP address
recording_title - recordings will start with this with the recording_counter value appended to the end
recording_counter - appended to the end of recording_title and incremented by 1 after each SIP call is started
iterations - number of recordings to start in this run
Example:
recording_title = 'Recording '
recording_counter = 1
iterations = 10
This will start 10 recordings, titled "Recording 1", "Recording 2" ... "Recording 10"
After starting each recording, the video titles and videoIds will be output to a file called "current_all_recording_details.py" which will contain the details, like this:
all_recording_details = [{'title': 'Recording 1', 'videoId': 'f57fe5eb-9d84-4fc4-8f7f-623b0101ede6'}, {'title': 'Recording 2', 'videoId': 'da9e8079-1478-419d-b252-cf5c569528d3'}, {'title': 'Recording 3', 'videoId': 'a6eb020d-8323-42d6-ae98-378e4e6d7fd0'}, {'title': 'Recording 4', 'videoId': '0c1c0721-05df-4170-929f-695ce107ed2b'}]
These details are needed by "Stop_SIP_recordings.py" to call the Stop VC Recording API.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file SIP_Recordings-0.0.1.tar.gz.
File metadata
- Download URL: SIP_Recordings-0.0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2893478fc79dfa6c5c9b00528f43f120f8bc480096284c6e582c28491dc366a5
|
|
| MD5 |
d657db8b5cf75c02b6ead183c79e2dfc
|
|
| BLAKE2b-256 |
256c41e7a4d413eb2db842ddec66043ac07e1465681e99095f627463dc36439f
|
File details
Details for the file SIP_Recordings-0.0.1-py3-none-any.whl.
File metadata
- Download URL: SIP_Recordings-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
667885e7f9ff4ac0a781576aa91baa9b5e8bd7a70bc2f1eafd19d4348c745b46
|
|
| MD5 |
9a321347820b1dab9db22ce8934e3131
|
|
| BLAKE2b-256 |
c9e789572aa01d1ab2d7bdaeb4de95b4f2bac2cf6677e74af03d8ebc229de1da
|