testtest123


Nametesttest123 JSON
Version 0.0.13 PyPI version JSON
download
home_pageNone
SummaryStreaming video data via networks
upload_time2024-07-04 05:08:49
maintainerNone
docs_urlNone
authorNeuralNine (Florian Dedov)
requires_pythonNone
licenseNone
keywords python video stream video stream camera stream sockets
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# vidstream



Under construction! Not ready for use yet! Currently experimenting and planning!



Developed by Florian Dedov from NeuralNine (c) 2020



## Examples of How To Use (Buggy Alpha Version)



Creating A Server



```python

from vidstream import StreamingServer



server = StreamingServer('127.0.0.1', 9999)

server.start_server()



# Other Code



# When You Are Done

server.stop_server()

```



Creating A Client

```python

from vidstream import CameraClient

from vidstream import VideoClient

from vidstream import ScreenShareClient



# Choose One

client1 = CameraClient('127.0.0.1', 9999)

client2 = VideoClient('127.0.0.1', 9999, 'video.mp4')

client3 = ScreenShareClient('127.0.0.1', 9999)



client1.start_stream()

client2.start_stream()

client3.start_stream()

```



Check out: https://www.youtube.com/c/NeuralNine

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "testtest123",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, video, stream, video stream, camera stream, sockets",
    "author": "NeuralNine (Florian Dedov)",
    "author_email": "fiobhfigbhfigbhfgui@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0b/0c/0f58bdd2ee3feaf1ea3b2b998df076468d73975cd5728f9277e83c56bbb6/testtest123-0.0.13.tar.gz",
    "platform": null,
    "description": "\r\n# vidstream\r\n\r\n\r\n\r\nUnder construction! Not ready for use yet! Currently experimenting and planning!\r\n\r\n\r\n\r\nDeveloped by Florian Dedov from NeuralNine (c) 2020\r\n\r\n\r\n\r\n## Examples of How To Use (Buggy Alpha Version)\r\n\r\n\r\n\r\nCreating A Server\r\n\r\n\r\n\r\n```python\r\n\r\nfrom vidstream import StreamingServer\r\n\r\n\r\n\r\nserver = StreamingServer('127.0.0.1', 9999)\r\n\r\nserver.start_server()\r\n\r\n\r\n\r\n# Other Code\r\n\r\n\r\n\r\n# When You Are Done\r\n\r\nserver.stop_server()\r\n\r\n```\r\n\r\n\r\n\r\nCreating A Client\r\n\r\n```python\r\n\r\nfrom vidstream import CameraClient\r\n\r\nfrom vidstream import VideoClient\r\n\r\nfrom vidstream import ScreenShareClient\r\n\r\n\r\n\r\n# Choose One\r\n\r\nclient1 = CameraClient('127.0.0.1', 9999)\r\n\r\nclient2 = VideoClient('127.0.0.1', 9999, 'video.mp4')\r\n\r\nclient3 = ScreenShareClient('127.0.0.1', 9999)\r\n\r\n\r\n\r\nclient1.start_stream()\r\n\r\nclient2.start_stream()\r\n\r\nclient3.start_stream()\r\n\r\n```\r\n\r\n\r\n\r\nCheck out: https://www.youtube.com/c/NeuralNine\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Streaming video data via networks",
    "version": "0.0.13",
    "project_urls": null,
    "split_keywords": [
        "python",
        " video",
        " stream",
        " video stream",
        " camera stream",
        " sockets"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d715917b3f285c4ede6612e8b908ddd64c5b8ea18e2a6064f3c9e35ca7c227c7",
                "md5": "85da2ec6528cf1111c01d1808e87814f",
                "sha256": "55dffb98106ef336ad37e36ba5c56be7969d40720d2c9a8575c896415316bc8a"
            },
            "downloads": -1,
            "filename": "testtest123-0.0.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "85da2ec6528cf1111c01d1808e87814f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2182,
            "upload_time": "2024-07-04T05:08:47",
            "upload_time_iso_8601": "2024-07-04T05:08:47.354191Z",
            "url": "https://files.pythonhosted.org/packages/d7/15/917b3f285c4ede6612e8b908ddd64c5b8ea18e2a6064f3c9e35ca7c227c7/testtest123-0.0.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b0c0f58bdd2ee3feaf1ea3b2b998df076468d73975cd5728f9277e83c56bbb6",
                "md5": "935df28d6fdea0bfe4e97083bdbf06c8",
                "sha256": "9454ae6db5a35362e42d39e069c36bbde225956f5f4e5958f69cf2489bf2e096"
            },
            "downloads": -1,
            "filename": "testtest123-0.0.13.tar.gz",
            "has_sig": false,
            "md5_digest": "935df28d6fdea0bfe4e97083bdbf06c8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2186,
            "upload_time": "2024-07-04T05:08:49",
            "upload_time_iso_8601": "2024-07-04T05:08:49.240619Z",
            "url": "https://files.pythonhosted.org/packages/0b/0c/0f58bdd2ee3feaf1ea3b2b998df076468d73975cd5728f9277e83c56bbb6/testtest123-0.0.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-04 05:08:49",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "testtest123"
}
        
Elapsed time: 0.32273s