NodeMedia/NodeMediaClient-iOS

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

Adnan46 opened this issue ยท 22 comments

[!] 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

@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.

same here

Same issue

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

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.

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

@nowcastv same here you found any solution ?

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.

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.

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

@juanchoperezj you found any solution?

same issue!

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

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.

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

@Adnan46 it shows framework not found NodeMediaClient

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

@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

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

@vincemavill checkout this library

this is great @juanchoperezj thanks, God bless you.

Released, please use the new version.