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

Added support for setting video settings, moved to pnpm, fixed 2nd stream reconnection #39

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
3abe6cb
Bump HaishinKit to 1.4.3
Andriiklymiuk Apr 7, 2023
e300f2c
Fix publishing on ios on 2nd try
Andriiklymiuk Apr 7, 2023
a2c412e
Remove removeFromSuperview as it is just log func
Andriiklymiuk Apr 7, 2023
5278476
Fix is muted
Andriiklymiuk Apr 7, 2023
5306d5e
Added removeFromSuperview back
Andriiklymiuk Apr 11, 2023
165cfa0
Add setVideoSettings to set custom video quality
Andriiklymiuk Apr 11, 2023
9049ee7
Use common videoSettings variable
Andriiklymiuk Apr 11, 2023
235022e
Added videoSettings variable
Andriiklymiuk Apr 12, 2023
9317089
Revert HaishinKit to 1.2.7
Andriiklymiuk Apr 13, 2023
2f04f15
Fix front camera mirror state
Andriiklymiuk Apr 13, 2023
11037d1
Updated setting settings for video
Andriiklymiuk Apr 13, 2023
90dd8ba
Remove unsupported multicamera detach
Andriiklymiuk Apr 13, 2023
72c28ac
Added missing import
Andriiklymiuk Apr 13, 2023
d5883c1
Fix styling
Andriiklymiuk Apr 13, 2023
f8b6915
Add videoSettings and setVideoSettings to docs
Andriiklymiuk Apr 13, 2023
58fbb70
Fixed example
Andriiklymiuk Apr 13, 2023
fb66823
Fix wrong videoSettings name
Andriiklymiuk Apr 13, 2023
ca5003f
Added missing stream status
Andriiklymiuk Apr 14, 2023
a7f0197
Added rtmpError handler
Andriiklymiuk Apr 14, 2023
e99b3ee
Remove publish
Andriiklymiuk Apr 14, 2023
0191111
Remove unnecessary type declaration
Andriiklymiuk Apr 14, 2023
684397c
Remove test from lib built library
Andriiklymiuk Apr 14, 2023
2bf462e
Remove test folders from lib
Andriiklymiuk Apr 14, 2023
ec2a521
Build script
Andriiklymiuk Apr 14, 2023
dab4244
Update tsconfig to remove old config
Andriiklymiuk Apr 14, 2023
dfda445
Add generated files to ignore
Andriiklymiuk Apr 14, 2023
415b40e
Ignore test folder in build
Andriiklymiuk Apr 14, 2023
40360b5
Add pack scripts
Andriiklymiuk Apr 14, 2023
683a961
Update deletePackage
Andriiklymiuk Apr 14, 2023
a477760
Added pnpm
Andriiklymiuk Apr 14, 2023
af69c45
Added shortcut with make
Andriiklymiuk Apr 14, 2023
becb9a3
Remove unnecessary prepare
Andriiklymiuk Apr 14, 2023
2cf4570
Fix dev build
Andriiklymiuk Apr 14, 2023
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
Prev Previous commit
Next Next commit
Remove unnecessary prepare
  • Loading branch information
Andriiklymiuk committed Apr 14, 2023
commit becb9a361647bf34be18c16326ca164141b81b23
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
"release": "dotenv release-it --",
"pods": "cd example && pod-install --quiet",
"bootstrap": "pnpm install example && npx pod-install example/ios ",
"build": "pnpm prepare && pnpm pack",
"build": "pnpm pack",
"unpack": "for file in react-native-rtmp-publisher*.tgz; do tar -xzf \"$file\"; done",
"deletePackage": "rm -r package && rm -r react-native-rtmp-publisher*.tgz"
},