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

Need 2.9.10 or 2.9.8 version of nodemedia client, i am getting on error while installing pod #1

Closed
Adnan46 opened this issue Feb 9, 2024 · 22 comments

Comments

@Adnan46
Copy link

Adnan46 commented Feb 9, 2024

[!] Error installing NodeMediaClient
[!] /usr/bin/git clone https://github.com/NodeMedia/NodeMediaClient-iOS.git /var/folders/cx/j0yh2dkx0rs562b00hr4q3v00000gq/T/d20240209-48533-1ahsf8r --template= --single-branch --depth 1 --branch 2.9.10

Cloning into '/var/folders/cx/j0yh2dkx0rs562b00hr4q3v00000gq/T/d20240209-48533-1ahsf8r'...
warning: Could not find remote branch 2.9.10 to clone.
fatal: Remote branch 2.9.10 not found in upstream origin

@Adnan46
Copy link
Author

Adnan46 commented Feb 9, 2024

@illuspas I am using react-native-nodemediaclient version 0.2.20 which depends upon 2.9.10 version of [NodeMediaClient-iOS] and i cant download it due to the above issue mentioned.

@fweffort
Copy link

fweffort commented Feb 9, 2024

same here

@amitsonit
Copy link

Same issue

@Adnan46 Adnan46 changed the title Need 2.9.10 version of nodemedia client, i am getting on error while installing pod Need 2.9.10 or 2.8.0 version of nodemedia client, i am getting on error while installing pod Feb 13, 2024
@HalomostGull3
Copy link

HalomostGull3 commented Feb 13, 2024

Same issue, but for 2.9.11

[!] Error installing NodeMediaClient
[!] /usr/bin/git clone https://github.com/NodeMedia/NodeMediaClient-iOS.git /var/folders/4d/55b53jk51dq308mj_j_r_wmc0000gp/T/d20240213-13431-y97yvn --template= --single-branch --depth 1 --branch 2.9.11

Cloning into '/var/folders/4d/55b53jk51dq308mj_j_r_wmc0000gp/T/d20240213-13431-y97yvn'...
warning: Could not find remote branch 2.9.11 to clone.
fatal: Remote branch 2.9.11 not found in upstream origin

Using pod v1.15.2 with ruby v3.3.0 via Homebrew

@Adnan46 Adnan46 changed the title Need 2.9.10 or 2.8.0 version of nodemedia client, i am getting on error while installing pod Need 2.9.10 or 2.9.8 version of nodemedia client, i am getting on error while installing pod Feb 14, 2024
@Adnan46
Copy link
Author

Adnan46 commented Feb 14, 2024

Guys, I found a temporary solution. I can provide version 2.9.8 pods of NodeMediaClient. Then, you have to download version 0.2.17 of react-native-nodemediaclient.

@nowcastv
Copy link

I am using "react-native-nodemediaclient": "^0.2.21", "react-native": "^0.73.0", and getting this error when I try to run pod install

[!] Error installing NodeMediaClient
[!] /usr/bin/git clone https://github.com/NodeMedia/NodeMediaClient-iOS.git /var/folders/gt/qqbtch3s6fxczdcdxlh1z2_m0000gn/T/d20240220-83026-bfw5id --template= --single-branch --depth 1 --branch 2.9.11

Cloning into '/var/folders/gt/qqbtch3s6fxczdcdxlh1z2_m0000gn/T/d20240220-83026-bfw5id'...
warning: Could not find remote branch 2.9.11 to clone.
fatal: Remote branch 2.9.11 not found in upstream origin

@vincemavill
Copy link

@nowcastv same here you found any solution ?

@Adnan46
Copy link
Author

Adnan46 commented Feb 20, 2024

SOLUTION (Temporary):

  1. Download Pods from: ==> https://github.com/Adnan46/asc-react-natve-rte-sample/tree/master/ios/Pods/NodeMediaClient
  2. Place the pods' files somewhere in the project and add the path in the PodFile.
  3. Install react-native-nodemediaclient@0.2.17.
  4. Install pods.

Now everything will work. The latest Node Media Client may not run the project due to the latest pods is not available in the git repo.

@juanchoperezj
Copy link

Hi @Adnan46 can you elaborate a bit more on the steps to make the pod work with your repo?
I tried but is not clear to me what I need to do.

@vincemavill
Copy link

@Adnan46 hello sir, can you show a detailed procedure sir.

@vincemavill
Copy link

@juanchoperezj you found any solution?

@p29hieu
Copy link

p29hieu commented Feb 22, 2024

same issue!

@vincemavill
Copy link

pls share if you have the podfile, for the temporary sollution

@vincemavill
Copy link

SOLUTION (Temporary):

  1. Download Pods from: ==> https://github.com/Adnan46/asc-react-natve-rte-sample/tree/master/ios/Pods/NodeMediaClient
  2. Place the pods' files somewhere in the project and add the path in the PodFile.
  3. Install react-native-nodemediaclient@0.2.17.
  4. Install pods.

Now everything will work. The latest Node Media Client may not run the project due to the latest pods is not available in the git repo.

can you show a detailed procedure sir.

@Adnan46
Copy link
Author

Adnan46 commented Feb 22, 2024

SOLUTION (Temporary):

  1. Download Pods File from: ==> https://www.mediafire.com/file/lysy2vwcb3neh62/NodeMediaClient.zip/file

  2. Extract the zip file and place NodeMediaClient pods folder in your project ios folder.

  3. Add this Line in PodFile pod 'NodeMediaClient', :path => "./NodeMediaClient"
    image

  4. Install react-native-nodemediaclient@0.2.17.

  5. Install pods.

Follow These steps and your project will work fine, Hit Like and remember me in your prayers

@vincemavill
Copy link

@Adnan46 it shows framework not found NodeMediaClient

@juanchoperezj
Copy link

juanchoperezj commented Feb 22, 2024

Guys, what these people did with this library is just wrong.

My advice is to move on to an alternative, I was able to use this library https://github.com/ezranbayantemur/react-native-rtmp-publisher, without changing too much the code.

cc @vincemavill

@vincemavill
Copy link

@juanchoperezj sir do you have a sample github repo, that i can follow. i tried that but there was a bug in background.
also the streamkey is required, i only use streamURL

@illuspas
Copy link
Member

sdk v2 is no longer maintained and a new v3 compatible #react-native-nodemediaclent is under development

@juanchoperezj
Copy link

@vincemavill checkout this library

@vincemavill
Copy link

this is great @juanchoperezj thanks, God bless you.

@illuspas
Copy link
Member

illuspas commented Mar 2, 2024

Released, please use the new version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants