Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please enter the commit message for your changes. Lines starting #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions python/rtmp_streaming.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Metadata-Version: 2.1
Name: rtmp_streaming
Version: 0.0.1
Summary: rtmp streaming using double buffer
Author: andrea nobile
Author-email:
Requires-Python: >=3.6
Provides-Extra: test
Requires-Dist: pytest>=6.0; extra == "test"
7 changes: 7 additions & 0 deletions python/rtmp_streaming.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
setup.py
rtmp_streaming.egg-info/PKG-INFO
rtmp_streaming.egg-info/SOURCES.txt
rtmp_streaming.egg-info/dependency_links.txt
rtmp_streaming.egg-info/not-zip-safe
rtmp_streaming.egg-info/requires.txt
rtmp_streaming.egg-info/top_level.txt
1 change: 1 addition & 0 deletions python/rtmp_streaming.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions python/rtmp_streaming.egg-info/not-zip-safe
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

3 changes: 3 additions & 0 deletions python/rtmp_streaming.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

[test]
pytest>=6.0
1 change: 1 addition & 0 deletions python/rtmp_streaming.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rtmp_streaming