Skip to content
Open
Show file tree
Hide file tree
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