scastpy


Namescastpy JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/RicterZ/scastpy
SummaryA simple digital media player written by Python
upload_time2022-12-17 13:22:21
maintainer
docs_urlNone
authorRicter Z <ricterzheng@gmail.com>
requires_python
licenseMIT
keywords dlna screencast ssdp media player
VCS
bugtrack_url
requirements ssdpy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ScastPy
=======
ScastPy is a digital media player written by Python, which can receive and handle screencast requests from mobile phone applications.  

![LICENSE](https://img.shields.io/github/license/ricterz/scastpy.svg)
![PyPI](https://img.shields.io/pypi/v/scastpy)
![](https://github.com/RicterZ/scastpy/raw/main/images/screenshot1.png)

### Usage
```
Usage: scastpy -l [ip] -p [player]

Options:
  -h, --help            show this help message and exit
  -l HOST, --local=HOST
                        the local ip address
  --port=PORT           listening port of HTTP service
  -p PLAYER, --player=PLAYER
                        the player to use
  -c CONFIG, --config=CONFIG
                        config string for player
  --loglevel=LOGLEVEL   set logging level for debugging
```

Example: use ffmpeg as player and set output directory.
```bash
$ scastpy -l 192.168.1.2 -p ffmpeg -c output_directory=/tmp --loglevel DEBUG
```

### Supported Players
Player is a backend can handle DLNA actions, but also can perform download or video codec.

- [vlc](https://www.videolan.org/): Provide a user interface to play videos
- [ffmpeg](https://ffmpeg.org/): Use ffmpeg to download videos
- dummy: For testing and development

### Supported Clients
- [x] Bilibili
- [x] Baidu NetDisk
- [x] iQiyi
- [ ] AirPlay


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/RicterZ/scastpy",
    "name": "scastpy",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "DLNA,ScreenCast,SSDP,Media Player",
    "author": "Ricter Z <ricterzheng@gmail.com>",
    "author_email": "ricterzheng@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5e/e2/8410a44af156c0c94012cdc2078efa0f70a3fb26b4b6cc93157c11e6e72c/scastpy-0.0.3.tar.gz",
    "platform": null,
    "description": "ScastPy\n=======\nScastPy is a digital media player written by Python, which can receive and handle screencast requests from mobile phone applications.  \n\n![LICENSE](https://img.shields.io/github/license/ricterz/scastpy.svg)\n![PyPI](https://img.shields.io/pypi/v/scastpy)\n![](https://github.com/RicterZ/scastpy/raw/main/images/screenshot1.png)\n\n### Usage\n```\nUsage: scastpy -l [ip] -p [player]\n\nOptions:\n  -h, --help            show this help message and exit\n  -l HOST, --local=HOST\n                        the local ip address\n  --port=PORT           listening port of HTTP service\n  -p PLAYER, --player=PLAYER\n                        the player to use\n  -c CONFIG, --config=CONFIG\n                        config string for player\n  --loglevel=LOGLEVEL   set logging level for debugging\n```\n\nExample: use ffmpeg as player and set output directory.\n```bash\n$ scastpy -l 192.168.1.2 -p ffmpeg -c output_directory=/tmp --loglevel DEBUG\n```\n\n### Supported Players\nPlayer is a backend can handle DLNA actions, but also can perform download or video codec.\n\n- [vlc](https://www.videolan.org/): Provide a user interface to play videos\n- [ffmpeg](https://ffmpeg.org/): Use ffmpeg to download videos\n- dummy: For testing and development\n\n### Supported Clients\n- [x] Bilibili\n- [x] Baidu NetDisk\n- [x] iQiyi\n- [ ] AirPlay\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple digital media player written by Python",
    "version": "0.0.3",
    "split_keywords": [
        "dlna",
        "screencast",
        "ssdp",
        "media player"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "455f5e394c82b3d477357733e8628038",
                "sha256": "fb20c5c41869ff7e3211863a5d6cc1330b564d2b9dccc55bffa51b373e321640"
            },
            "downloads": -1,
            "filename": "scastpy-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "455f5e394c82b3d477357733e8628038",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11898,
            "upload_time": "2022-12-17T13:22:21",
            "upload_time_iso_8601": "2022-12-17T13:22:21.171309Z",
            "url": "https://files.pythonhosted.org/packages/5e/e2/8410a44af156c0c94012cdc2078efa0f70a3fb26b4b6cc93157c11e6e72c/scastpy-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-17 13:22:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "RicterZ",
    "github_project": "scastpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "ssdpy",
            "specs": []
        }
    ],
    "lcname": "scastpy"
}
        
Elapsed time: 0.02833s