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 /
||_____-----_____-----_____\
||
||.
Release files for rtsp-curl 0.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rtsp_curl-0.8.tar.gz | 3.3 kB | Details |
Release files / rtsp_curl-0.8.tar.gz
| Download URL | rtsp_curl-0.8.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
76c575257ce924f3f5a9c95be3b97509fd912b1b7b3a835183aae54b7c839dfa
|
|
BLAKE2b-256 checksum How to use checksums |
dbfa656ec46842e225f7939adde45648dd5047f6178b3b10d9d56caf3787512d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|