{"id":17363196,"url":"https://github.com/walchko/mjpeg","last_synced_at":"2025-03-30T13:22:30.215Z","repository":{"id":147708849,"uuid":"88466086","full_name":"walchko/mjpeg","owner":"walchko","description":null,"archived":false,"fork":false,"pushed_at":"2019-07-08T00:41:19.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T15:13:39.795Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/walchko.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-17T03:54:53.000Z","updated_at":"2019-07-08T00:41:21.000Z","dependencies_parsed_at":"2023-05-27T05:00:22.708Z","dependency_job_id":null,"html_url":"https://github.com/walchko/mjpeg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walchko%2Fmjpeg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walchko%2Fmjpeg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walchko%2Fmjpeg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/walchko%2Fmjpeg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/walchko","download_url":"https://codeload.github.com/walchko/mjpeg/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246321157,"owners_count":20758585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-15T19:52:20.031Z","updated_at":"2025-03-30T13:22:30.194Z","avatar_url":"https://github.com/walchko.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"pistreamer\n=========================\n\n.. .. image:: https://travis-ci.org/walchko/hostinfo.svg?branch=master\n.. \t:alt: Travis-ci\n..     :target: https://travis-ci.org/walchko/hostinfo\n.. .. image:: https://img.shields.io/pypi/v/hostinfo.svg\n.. \t:alt: Latest Version\n..     :target: https://pypi.python.org/pypi/hostinfo/\n.. .. image:: https://img.shields.io/pypi/l/hostinfo.svg\n.. \t:alt: License\n..     :target: https://pypi.python.org/pypi/hostinfo/\n.. .. image:: https://api.codacy.com/project/badge/Grade/0e28e971366e4abfaf79c668d19d8356\n..    :alt: Codacy Badge\n..    :target: https://www.codacy.com/app/kevin-walchko/hostinfo?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=walchko/hostinfo\u0026utm_campaign=badger\n..\n\nStream motion jpeg (mjpeg) video from your computer using a camera and python 2/3.\n\nInstall\n--------\n\n.. The preferred way is to use ``pip`` with `pypi.org \u003chttps://pypi.python.org/pypi\u003e`_ ::\n..\n.. \tpip install hostinfo\n..\n.. For development you can also do::\n..\n.. \tgit clone https://github.com/walchko/package.git\n.. \tcd package\n.. \tpip install -r requirements.txt\n.. \tpip install -e .\n..\n.. To test/build and publish::\n..\n.. \tpython setup.py make\n.. \tpython setup.py publish\n..\n.. This will do both python 2.7 and python 3.x as both source and wheel packages.\n\nUsage\n------\n\nhttp://stackoverflow.com/questions/1660045/what-is-the-difference-between-basehttpserver-and-simplehttpserver-when-and-whe\n\nBaseHTTPServer is a HTTP server library. It understands the HTTP protocol and let's your code to handle requests. It doesn't have any \"logic\" on it's own. SimpleHTTPServer is built on top of BaseHTTPServer and handles requests in a similar way normal HTTP servers do, i.e. serve files from the file-system. In most cases you will want only BaseHTTPServer, as a base for implementing some development server for a web application.\n\nIf you are interested in working on a web application, not writing a HTTP server, you are probably looking for the WSGI interface. It allows you to write web aplications without depending on a specific server. There are also multiple frameworks that simplify the process.\n\nChanges\n--------\n\n.. =============  ========  ======\n.. Date           Version   Notes\n.. =============  ========  ======\n.. 2017-01-21     0.1.0     init\n.. =============  ========  ======\n\nMIT License\n---------------\n\nCopyright (c) 2017 Kevin J. Walchko\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\nof the Software, and to permit persons to whom the Software is furnished to do\nso, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalchko%2Fmjpeg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwalchko%2Fmjpeg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwalchko%2Fmjpeg/lists"}