rtspware


Namertspware JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryTools for working with RTSP stream.
upload_time2023-08-28 10:36:14
maintainer
docs_urlNone
authorryzhovalex
requires_python>=3.11,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # RTSPWare

Some helper tools around RTSP protocol.

## Installation

For all methods, firstly install the project via PIP:
```bash
pip install rtspware
```

### Save a video from stream

You need to install [openRTSP](http://www.live555.com/openRTSP/), for example
for Arch Linux it is available under `live-media` library:
```bash
sudo pacman -S live-media
openRTSP --help
```

## Usage

### Save a video from stream

Basic call to save a video from RTSP stream to current directory with default
configuration:
```bash
rtspware <url> --creds "<username> <password>"
```

This will save incoming RTSP stream into mp4 files, with creating a new file
each hour.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "rtspware",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "ryzhovalex",
    "author_email": "thed4rkof@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/23/4f/93d0e841ed3884aceac218e6b050a84216f2e87e158df08fd85e9e3249a2/rtspware-0.1.1.tar.gz",
    "platform": null,
    "description": "# RTSPWare\n\nSome helper tools around RTSP protocol.\n\n## Installation\n\nFor all methods, firstly install the project via PIP:\n```bash\npip install rtspware\n```\n\n### Save a video from stream\n\nYou need to install [openRTSP](http://www.live555.com/openRTSP/), for example\nfor Arch Linux it is available under `live-media` library:\n```bash\nsudo pacman -S live-media\nopenRTSP --help\n```\n\n## Usage\n\n### Save a video from stream\n\nBasic call to save a video from RTSP stream to current directory with default\nconfiguration:\n```bash\nrtspware <url> --creds \"<username> <password>\"\n```\n\nThis will save incoming RTSP stream into mp4 files, with creating a new file\neach hour.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Tools for working with RTSP stream.",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70212f6e3b7936f9e554605d76a1c83b0f977fe0d726ce399f5eafda2c51f70f",
                "md5": "00c5360e4137d09343e4b24e977d5137",
                "sha256": "7aaf5fac7772e8fd6fef3c155129de0f919117cf169cf84142378413c9c87ce1"
            },
            "downloads": -1,
            "filename": "rtspware-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "00c5360e4137d09343e4b24e977d5137",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 4826,
            "upload_time": "2023-08-28T10:36:12",
            "upload_time_iso_8601": "2023-08-28T10:36:12.389083Z",
            "url": "https://files.pythonhosted.org/packages/70/21/2f6e3b7936f9e554605d76a1c83b0f977fe0d726ce399f5eafda2c51f70f/rtspware-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "234f93d0e841ed3884aceac218e6b050a84216f2e87e158df08fd85e9e3249a2",
                "md5": "da900c50570594d6b9a96028d1c7348f",
                "sha256": "911d129ee761de0cbfda5ca31ba7e9d9ef877e4aa3fcb24c919336c061397381"
            },
            "downloads": -1,
            "filename": "rtspware-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "da900c50570594d6b9a96028d1c7348f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 3587,
            "upload_time": "2023-08-28T10:36:14",
            "upload_time_iso_8601": "2023-08-28T10:36:14.094562Z",
            "url": "https://files.pythonhosted.org/packages/23/4f/93d0e841ed3884aceac218e6b050a84216f2e87e158df08fd85e9e3249a2/rtspware-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-28 10:36:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "rtspware"
}
        
Elapsed time: 0.10521s