Convert rtsp.c to rtsp_curl.py
Project description
Convert rtsp.c to rtsp_curl.py
A basic RTSP transfer rtsp.c
Example:
import time
from madyel import Rtsp_Curl
stream_uri = 'rtsp://127.0.0.1:554/video.mp4'
rtsp = Rtsp_Curl()
rtsp.init(stream_uri, 'username:password')
rtsp.auth()
rtsp.rtsp_describe()
control = rtsp.get_media_control_attribute()
rtsp.rtsp_setup(control)
rtsp.rtsp_play(stream_uri)
time.sleep(5)
rtsp.rtsp_teardown()
rtsp.rtsp_curl_close()
Install_requires
pip install scanf
pip install pycurl
for macOS:
PYCURL_SSL_LIBRARY=openssl LDFLAGS="-L/usr/local/opt/openssl/lib" CPPFLAGS="-I/usr/local/opt/openssl/include" pip install --no-cache-dir pycurl
/\
||_____-----_____-----_____
|| O O \
|| O\\ ___ //O /
|| \\ / \// \
|| |_O O_| /
|| ^ | ^ \
|| // UUU \\ /
|| O// \\O \
|| O O /
||_____-----_____-----_____\
||
||.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rtsp_curl-0.8.tar.gz
(3.3 kB
view details)
File details
Details for the file rtsp_curl-0.8.tar.gz
.
File metadata
- Download URL: rtsp_curl-0.8.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
76c575257ce924f3f5a9c95be3b97509fd912b1b7b3a835183aae54b7c839dfa
|
|
MD5 |
a30a384dbcc1ed9b9807e93b8affe207
|
|
BLAKE2b-256 |
dbfa656ec46842e225f7939adde45648dd5047f6178b3b10d9d56caf3787512d
|