Skip to content

Commit

Permalink
Update the web player to fix undefined error in failing over
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya committed Feb 1, 2025
1 parent 112d474 commit 4c54276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion embedded-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@antmedia/web_player": "3.0.0-SNAPSHOT-2024-Dec-23-03-22"
"@antmedia/web_player": "^2.11.11"
},

"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions redeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ AMS_DIR=~/softwares/ant-media-server


#Latest sdk is to be deployed to src/main/webapp
rm -rf dist
npm run compile
OUT=$?
if [ $OUT -ne 0 ]; then
Expand All @@ -13,6 +14,7 @@ fi

#Deploy latest embedded player to the src/main/webapp
cd embedded-player
rm -rf dist
npm run compile
OUT=$?
if [ $OUT -ne 0 ]; then
Expand Down

0 comments on commit 4c54276

Please sign in to comment.