{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "Mike McCandless, mikemccand at gmail.com\n\nThis contains a small Python wrapper around the Live555 Streaming\nMedia APIs, so that you can load video frames. It only wraps a tiny,\ntiny subset of all of Live555's APIs, specifically the APIs necessary\nto pull frames via RTSP/RTP from an IP camera.\n\nI've only tested on Linux with Python 3, with the surprisingly\nexcellent Lorex LNB2151/LNB2153 cameras, with H264 video. Please\nreport back if you succeed with other cameras.\n\nINSTRUCTIONS:\n\n * First, download and compile/install the Live555 library from\n http://www.live555.com/liveMedia/public, and unzip/tar it and run:\n\n * ./genMakefiles linux\n * export CPPFLAGS=-fPIC CFLAGS=-fPIC\n * make\n * [optional: make install]\n\n * If you unzip/tar'd Live555 in this directory (the pylive555\n checkout), to the sub-directory \"live\", then you can skip this\n step; otherwise, edit INSTALL_DIR in setup.py to point the live\n headers and libraries.\n\n * Build the python bindings: python3 setup.py build; make sure\n there are no errors.\n\n * Copy the resulting .so (from build/lib/*.so) to somewhere onto\n your PYTHONPATH.\n\n * Run the example\n\n python3 example.py 10.17.4.118 1 10 out.264\n \n That will record 10 seconds of H264 video from the camera at\n 10.17.4.118, channel 1, saving it to the file out.264.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "live555", "package_url": "https://pypi.org/project/live555/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/live555/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/live555/1.0/", "requires_dist": null, "requires_python": null, "summary": "Basic wrapper around live555 to load RTSP video streams", "version": "1.0" }, "last_serial": 1329517, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "108487de125f5aa4a459f9f6050f0c20", "sha256": "aa9b23d34701fcc18387a3e18f5214329cdb968891239a52744b0390971f900d" }, "downloads": -1, "filename": "live555-1.0.tar.gz", "has_sig": false, "md5_digest": "108487de125f5aa4a459f9f6050f0c20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8392, "upload_time": "2014-12-03T11:46:08", "url": "https://files.pythonhosted.org/packages/f3/1a/fbbf082cac0b7e8e7cad6581bd853b65db95c171671b3c4e42903c0e8dff/live555-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "108487de125f5aa4a459f9f6050f0c20", "sha256": "aa9b23d34701fcc18387a3e18f5214329cdb968891239a52744b0390971f900d" }, "downloads": -1, "filename": "live555-1.0.tar.gz", "has_sig": false, "md5_digest": "108487de125f5aa4a459f9f6050f0c20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8392, "upload_time": "2014-12-03T11:46:08", "url": "https://files.pythonhosted.org/packages/f3/1a/fbbf082cac0b7e8e7cad6581bd853b65db95c171671b3c4e42903c0e8dff/live555-1.0.tar.gz" } ] }