NodeMedia / NodeMediaClient-iOS

5 stars 2 forks source link

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

Closed Adnan46 closed 6 months ago

Adnan46 commented 7 months ago

[!] 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 commented 7 months ago

@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 commented 7 months ago

same here

amitsonit commented 6 months ago

Same issue

HalomostGull3 commented 6 months ago

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 commented 6 months ago

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 commented 6 months ago

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 commented 6 months ago

@nowcastv same here you found any solution ?

Adnan46 commented 6 months ago

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 commented 6 months ago

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 commented 6 months ago

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

vincemavill commented 6 months ago

@juanchoperezj you found any solution?

p29hieu commented 6 months ago

same issue!

vincemavill commented 6 months ago

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

vincemavill commented 6 months ago

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 commented 6 months ago

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 commented 6 months ago

@Adnan46 it shows framework not found NodeMediaClient

juanchoperezj commented 6 months ago

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 commented 6 months ago

@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 commented 6 months ago

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

juanchoperezj commented 6 months ago

@vincemavill checkout this library

vincemavill commented 6 months ago

this is great @juanchoperezj thanks, God bless you.

illuspas commented 6 months ago

Released, please use the new version.