{ "info": { "author": "Nate Wilkins, Phil Linden", "author_email": "nate-wilkins@code-null.com, lindenphilipj@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3", "Natural Language :: English", "Programming Language :: Python :: 3.7", "Topic :: Multimedia :: Video", "Topic :: Multimedia :: Video :: Capture", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Visualization" ], "description": "# Video Pipeline\n\n[![version](https://img.shields.io/pypi/v/video-pipeline.svg?style=for-the-badge)](https://pypi.org/project/video-pipeline/) [![Documentation](https://readthedocs.org/projects/video-pipeline/badge/?version=latest&style=for-the-badge)](https://video-pipeline.readthedocs.io/en/latest/?badge=latest) [![license](https://img.shields.io/pypi/l/video-pipeline.svg?style=for-the-badge)](https://github.com/Nate-Wilkins/video-pipeline/blob/master/LICENSE) ![status](https://img.shields.io/travis/Nate-Wilkins/video-pipeline/master.svg?style=for-the-badge) [![issues](https://img.shields.io/github/issues/Nate-Wilkins/video-pipeline.svg?style=for-the-badge)](https://github.com/Nate-Wilkins/video-pipeline/issues)\n\n> Simplify the video streaming pipeline to provide frame by frame image manipulation in near real-time.\n\n## Abstract\n\nVideo streaming and image processing are really interesting!\n\nThis package aims to simplify the video streaming pipeline so users can focus on the more interesting parts of image processing.\nTo learn more about how this is accomplished and the details that make up the pipeline see the [docs](https://video-pipeline.readthedocs.io/en/latest/).\n\n## Getting Started\n\nThe `video-pipeline` comes with a command line interface (CLI) that you can utilize to preview, transport, and/or modify video streams!\n\n1. First you need to install the `video-pipeline` module from PyPI by running:\n\n ```bash\n pip install video-pipeline\n ```\n\n2. Once installed `video-pipeline` should be on your `PATH`.\n\n3. Make sure you have [vlc](https://www.videolan.org/vlc/index.html) installed and on your `PATH`.\n\n4. Run the following command to start streaming video from your webcam:\n\n ```bash\n\n video-pipeline start --source os --transport tcp-server transport-host=0.0.0.0 transport-port=8000\n ```\n\n5. On the same computer (or another computer on your LAN) run the following command replacing `HOSTNAME` with the hostname of the computer running `video-pipeline`.\n\n __Note__: If you're running on a linux machine you can run `hostname` to get your `HOSTNAME`.\n\n ```bash\n vlc \"tcp/mjpeg://@HOSTNAME:8000/\"\n ```\n\n6. You should now see a stream of your webcam!\n\nTo learn more about the `video-pipeline` command line interface run `video-pipeline --help`.\n\nIf you have any issues questions, comments, or concerns please feel free to submit an issue to the [issue tracker](https://github.com/Nate-Wilkins/video-pipeline/issues).\n\n[//]: # (TODO@pl: Combine multiple README here and in docs/)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Nate-Wilkins/video-pipeline", "keywords": "video pipeline filter visualization multiprocessing", "license": "LICENSE", "maintainer": "", "maintainer_email": "", "name": "video-pipeline", "package_url": "https://pypi.org/project/video-pipeline/", "platform": "", "project_url": "https://pypi.org/project/video-pipeline/", "project_urls": { "Changelog": "https://github.com/Nate-Wilkins/video-pipeline/releases", "Documentation": "https://video-pipeline.readthedocs.io/", "Homepage": "https://github.com/Nate-Wilkins/video-pipeline", "Source": "https://github.com/Nate-Wilkins/video-pipeline" }, "release_url": "https://pypi.org/project/video-pipeline/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Simplify the video streaming pipeline to provide frame by frame image manipulation in near real-time.", "version": "0.0.2" }, "last_serial": 5321074, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "6184216fbf5793c9dc59d7a44fddb8f7", "sha256": "ff7a379507eaeb33746e6f7d2ece3806ed086ebd5f20dec858efae8f8b3163f4" }, "downloads": -1, "filename": "video-pipeline-0.0.1.tar.gz", "has_sig": false, "md5_digest": "6184216fbf5793c9dc59d7a44fddb8f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35291, "upload_time": "2019-05-20T10:00:36", "url": "https://files.pythonhosted.org/packages/bd/30/e4efe49470ea318d9ab02bcc3dfb6a806fadfd784d1257c7e649cf79b9e4/video-pipeline-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "b0b52f75cf114b1268d4003664e80580", "sha256": "d9f6ca13d159a34a834573a5528c012207f40235fe91bdb3e9e0b8c6301c1f32" }, "downloads": -1, "filename": "video-pipeline-0.0.2.tar.gz", "has_sig": false, "md5_digest": "b0b52f75cf114b1268d4003664e80580", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37742, "upload_time": "2019-05-27T07:11:52", "url": "https://files.pythonhosted.org/packages/c2/d8/7f0c1a4d7a0109246a9d8787a49654cfd0ca3a9e11eb2184582984256966/video-pipeline-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b0b52f75cf114b1268d4003664e80580", "sha256": "d9f6ca13d159a34a834573a5528c012207f40235fe91bdb3e9e0b8c6301c1f32" }, "downloads": -1, "filename": "video-pipeline-0.0.2.tar.gz", "has_sig": false, "md5_digest": "b0b52f75cf114b1268d4003664e80580", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37742, "upload_time": "2019-05-27T07:11:52", "url": "https://files.pythonhosted.org/packages/c2/d8/7f0c1a4d7a0109246a9d8787a49654cfd0ca3a9e11eb2184582984256966/video-pipeline-0.0.2.tar.gz" } ] }