{ "info": { "author": "Tomasz Jakub Rup", "author_email": "tomasz.rup@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Multimedia :: Video" ], "description": "=======\nems-cli\n=======\n\n.. image:: https://codeclimate.com/github/tomi77/ems-cli/badges/gpa.svg\n :target: https://codeclimate.com/github/tomi77/ems-cli\n :alt: Code Climate\n\nCLI for EVO Media Server\n\nInstallation\n============\n\n.. sourcecode:: sh\n\n pip install ems-cli\n\nCommands\n========\n\nems-add-group-name-alias\n------------------------\n\nCreates secondary name(s) for group name.\n\n.. sourcecode:: sh\n\n ems-add-group-name-alias --connection-uri=\"http://127.0.0.1:7777\" MyGroup TestGroupAlias\n\nems-add-stream-alias\n--------------------\n\nCreate secondary name(s) for internal streams.\n\n.. sourcecode:: sh\n\n ems-add-stream-alias --connection-uri=\"http://127.0.0.1:7777\" --expire-period=-300 bunny video1\n\nems-create-dash-stream\n----------------------\n\nCreate Dynamic Adaptive Streaming over HTTP (DASH) out of an existing H.264/AAC stream.\n\n.. sourcecode:: sh\n\n ems-create-dash-stream --connection-uri=\"http://127.0.0.1:7777\" --group-name=dash testpullStream \"../evo-webroot\"\n\nems-create-hds-stream\n---------------------\n\nCreate an HDS (HTTP Dynamic Streaming) stream out of an existing H.264/AAC stream.\n\n.. sourcecode:: sh\n\n ems-create-hds-stream --connection-uri=\"http://127.0.0.1:7777\" --group-name=hds --playlist-type=rolling testpullStream \"../evo-webroot\"\n\nems-create-hls-stream\n---------------------\n\nCreate an HTTP Live Stream (HLS) out of an existing H.264/AAC stream.\n\n.. sourcecode:: sh\n\n ems-create-hls-stream --connection-uri=\"http://127.0.0.1:7777\" --bandwidths=128 --group-name=hls --playlist-type=rolling --playlist-length=10 --chunk-length=5 hlstest \"/MyWebRoot/\"\n\nems-create-ingest-point\n-----------------------\n\nCreates an RTMP ingest point.\n\n.. sourcecode:: sh\n\n ems-create-ingest-point --connection-uri=\"http://127.0.0.1:7777\" theIngestPoint useMeToViewStream\n\nems-create-mss-stream\n---------------------\n\nCreate a Microsoft Smooth Stream (MSS) out of an existing H.264/AAC stream.\n\n.. sourcecode:: sh\n\n ems-create-mss-stream --connection-uri=\"http://127.0.0.1:7777\" --group-name=mss testpullStream \"../evo-webroot\"\n\nems-flush-group-name-aliases\n----------------------------\n\nInvalidates all group name aliases.\n\n.. sourcecode:: sh\n\n ems-flush-group-name-aliases --connection-uri=\"http://127.0.0.1:7777\"\n\nems-flush-stream-aliases\n------------------------\n\nInvalidates all stream aliases.\n\n.. sourcecode:: sh\n\n ems-flush-stream-aliases --connection-uri=\"http://127.0.0.1:7777\"\n\nems-get-config-info\n-------------------\n\nInformation of the stream by the configId.\n\n.. sourcecode:: sh\n\n ems-get-config-info --connection-uri=\"http://127.0.0.1:7777\" 1\n\nems-get-group-name-by-alias\n---------------------------\n\nReturns the group name given the alias name.\n\n.. sourcecode:: sh\n\n ems-get-group-name-by-alias --connection-uri=\"http://127.0.0.1:7777\" TestGroupAlias\n\nems-get-stream-info-by-id\n-------------------------\n\nDetailed set of information about a stream.\n\n.. sourcecode:: sh\n\n ems-get-stream-info-by-id --connection-uri=\"http://127.0.0.1:7777\" 1\n\nems-get-stream-info-by-name\n---------------------------\n\nDetailed set of information about a stream.\n\n.. sourcecode:: sh\n\n ems-get-stream-info-by-name --connection-uri=\"http://127.0.0.1:7777\" testpullStream\n\nems-get-streams-count\n---------------------\n\nNumber of active streams.\n\n.. sourcecode:: sh\n\n ems-get-streams-count --connection-uri=\"http://127.0.0.1:7777\"\n\nems-is-stream-running-by-id\n---------------------------\n\nChecks a specific stream if it is running or not.\n\n.. sourcecode:: sh\n\n ems-is-stream-running-by-id --connection-uri=\"http://127.0.0.1:7777\" 1\n\nems-is-stream-running-by-name\n-----------------------------\n\nChecks a specific stream if it is running or not.\n\n.. sourcecode:: sh\n\n ems-is-stream-running-by-name --connection-uri=\"http://127.0.0.1:7777\" testStream\n\nems-list-config\n---------------\n\nList with all push/pull configurations.\n\n.. sourcecode:: sh\n\n ems-list-config --connection-uri=\"http://127.0.0.1:7777\"\n\nems-list-group-name-aliases\n---------------------------\n\nA complete list of group name aliases.\n\n.. sourcecode:: sh\n\n ems-list-group-name-aliases --connection-uri=\"http://127.0.0.1:7777\"\n\nems-list-http-streaming-sessions\n--------------------------------\n\nAll currently active HTTP streaming sessions.\n\n.. sourcecode:: sh\n\n ems-list-http-streaming-sessions --connection-uri=\"http://127.0.0.1:7777\"\n\nems-list-ingest-points\n----------------------\n\nThe currently available Ingest Points.\n\n.. sourcecode:: sh\n\n ems-list-ingest-points --connection-uri=\"http://127.0.0.1:7777\"\n\nems-list-stream-aliases\n-----------------------\n\nA complete list of aliases.\n\n.. sourcecode:: sh\n\n ems-list-stream-aliases --connection-uri=\"http://127.0.0.1:7777\"\n\nems-list-streams\n----------------\n\n.. sourcecode:: sh\n\n ems-list-streams --connection-uri=\"http://127.0.0.1:7777\"\n\nems-list-streams-ids\n--------------------\n\nA list of IDs for every active stream.\n\n.. sourcecode:: sh\n\n ems-list-streams-ids --connection-uri=\"http://127.0.0.1:7777\"\n\nems-pull-stream\n---------------\n\nPull in a stream from an external source.\n\n.. sourcecode:: sh\n\n ems-pull-stream --connection-uri=\"http://127.0.0.1:7777\" --local-stream-name=testpullStream \"rtmp://s2pchzxmtymn2k.cloudfront.net/cfx/st/mp4:sintel.mp4\"\n\nems-push-stream\n---------------\n\nPush a local stream to an external destination.\n\n.. sourcecode:: sh\n\n ems-push-stream --connection-uri=\"http://127.0.0.1:7777\" --local-stream-name=testpullstream --target-stream-name=testpushStream \"rtmp://DestinationAddress/live\"\n\nems-record\n----------\n\nRecords any inbound stream.\n\n.. sourcecode:: sh\n\n ems-record --connection-uri=\"http://127.0.0.1:7777\" --type=mp4 --overwrite=1 testpullstream \"../media/testRecord\"\n\nems-remove-config-by-id\n-----------------------\n\nStop the stream and remove the corresponding configuration entry.\n\n.. sourcecode:: sh\n\n ems-remove-config-by-id --connection-uri=\"http://127.0.0.1:7777\" 55\n\nems-remove-config-by-group-name\n-------------------------------\n\nStop the stream and remove the corresponding configuration entry.\n\n.. sourcecode:: sh\n\n ems-remove-config-by-group-name --connection-uri=\"http://127.0.0.1:7777\" hls\n\nems-remove-group-name-alias\n---------------------------\n\nRemove an alias of a group.\n\n.. sourcecode:: sh\n\n ems-remove-group-name-alias --connection-uri=\"http://127.0.0.1:7777\" TestGroupAlias\n\nems-remove-ingest-point\n-----------------------\n\nRemove an RTMP ingest point.\n\n.. sourcecode:: sh\n\n ems-remove-ingest-point --connection-uri=\"http://127.0.0.1:7777\" theIngestPoint\n\nems-remove-stream-alias\n-----------------------\n\nRemove an alias of a stream.\n\n.. sourcecode:: sh\n\n ems-remove-stream-alias --connection-uri=\"http://127.0.0.1:7777\" video1\n\nems-shutdown-stream-by-id\n-------------------------\n\nTerminate a stream.\n\n.. sourcecode:: sh\n\n ems-shutdown-stream-by-id --connection-uri=\"http://127.0.0.1:7777\" 55\n\nems-shutdown-stream-by-name\n---------------------------\n\nTerminate a stream.\n\n.. sourcecode:: sh\n\n ems-shutdown-stream-by-name --connection-uri=\"http://127.0.0.1:7777\" testpullstream\n\nems-transcode\n-------------\n\nChange the compression characteristics of an audio/video stream.\n\n.. sourcecode:: sh\n\n ems-transcode --connection-uri=\"http://127.0.0.1:7777\" --group_name=group --video-bitrates=200k \"rtmp://s2pchzxmtymn2k.cloudfront.net/cfx/st/mp4:sintel.mp4\" stream1\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tomi77/ems-cli", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ems-cli", "package_url": "https://pypi.org/project/ems-cli/", "platform": "", "project_url": "https://pypi.org/project/ems-cli/", "project_urls": { "Homepage": "https://github.com/tomi77/ems-cli" }, "release_url": "https://pypi.org/project/ems-cli/0.1.0b1/", "requires_dist": null, "requires_python": "", "summary": "CLI for EVO Media Server", "version": "0.1.0b1" }, "last_serial": 2460510, "releases": { "0.1.0b1": [ { "comment_text": "", "digests": { "md5": "00d7fe37397e8bdbfb94fa798b700f1e", "sha256": "11099bcf8d8eae95472925b63ecccdf8d2aacf60fb70131e1d4722feb742cc3e" }, "downloads": -1, "filename": "ems_cli-0.1.0b1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "00d7fe37397e8bdbfb94fa798b700f1e", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 26002, "upload_time": "2016-11-11T17:05:02", "url": "https://files.pythonhosted.org/packages/31/7a/02d9234b0fe4971a7580a066d2809d8420ea4bd470c81a18c2da0e70f483/ems_cli-0.1.0b1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "00d7fe37397e8bdbfb94fa798b700f1e", "sha256": "11099bcf8d8eae95472925b63ecccdf8d2aacf60fb70131e1d4722feb742cc3e" }, "downloads": -1, "filename": "ems_cli-0.1.0b1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "00d7fe37397e8bdbfb94fa798b700f1e", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 26002, "upload_time": "2016-11-11T17:05:02", "url": "https://files.pythonhosted.org/packages/31/7a/02d9234b0fe4971a7580a066d2809d8420ea4bd470c81a18c2da0e70f483/ems_cli-0.1.0b1-py2.py3-none-any.whl" } ] }