talhatsk

Results 43 comments of talhatsk

@Arjit0762 audio stops after few seconds, were you able to fix this?

> > Facing the same issue here > > Weird but works. specify the simulator example > > ```shell > yarn ios --simulator="iPhone 12 Pro" > ``` > > if...

> My react-native is 0.66 and I am using react-native-nodemediaclient 0.2.21. Android works well but on ios pod install not working. Cannot find that branch... > > Cloning into '/var/folders/9p/h0692nt54qndsfzrr5nbjjg00000gn/T/d20240408-30354-72g8aw'......

> Hi, > > I guess you are talking about RTMP Command message. I don't think there is an official `unpublish` message. Which command message do you have in mind?...

> Hi, > > I guess you are talking about RTMP Command message. I don't think there is an official `unpublish` message. Which command message do you have in mind?...

> > > Hi, > > > I guess you are talking about RTMP Command message. I don't think there is an official `unpublish` message. Which command message do you...

> Hi, > > For the implementation, I would rather like that `stopStream` calls `FCUnpublish` automatically instead of adding a specific method. Yes, that would also work

> HaishinKit.swift it checks FCUnpublish to send a call to server to unpublish `if let fcPublishName { connection.call("FCUnpublish", responder: nil, arguments: fcPublishName) }`

> Just to confirm. The argument in the `FCUnpublish` is going to be the provided `StreamKey`. Is it what you expect? yes thats correct