Search results

  1. N

    Receieve video from server my connection is estblished and after getting failed

    i want to switch camera when i publish the video. Any method of this? please suggest
  2. N

    How can we detect if publisher has stoped the stream

    Yes I am using the same but there are several cases when this method is getting called. This method is also getting called if subscriber goes background and come back with . stream.isPublished = NO; So is there any property or method through which we can be sure that streaming is not publishing...
  3. N

    Low volume of broadcast

    Yes, we got this working now.
  4. N

    Receieve video from server my connection is estblished and after getting failed

    Hi i am using Android Plat Form, when i published the video and when i receive from Server video then my connection is established but after it is getting FAILED so i am not able to live video Broadcast publish URL-- ws://buckwormvideos.com:8080/test/ subscribe URL-...
  5. N

    Is it possible to open the camera view with out the publishing the stream ?

    Checking in -- is there any update to resolve this? Thanks!
  6. N

    How can we detect if publisher has stoped the stream

    In our iOS application we have two different controller. one controller is to publish the stream and second controller is to play the stream. Here is the flow User 1 is publishing the video through publishStream. User 2 is playing the stream through playStream. We need to show a pop up that...
  7. N

    Low volume of broadcast

    I have sent an email to logs@flashphoner.com with SSH info. Thanks!
  8. N

    Low volume of broadcast

    I will send you the SSH access on email. The low volume issue while viewing a live broadcast or its recording on iOS SDK is there whether we publish via iOS SDK or Web SDK. I am not sure if the problem is in publisher's microphone. Let's take the case of publishing via iOS SDK. I started a...
  9. N

    Low volume of broadcast

    Ok, we will send you a DIAWI build to install our iOS app. I need UDID of 2 iOS devices. You can use one to publish and another to subscribe. Once I have these UDIDs, I can get them added and generate a new build so you'll be able to install and check. I'll send you 2 videos showing how to...
  10. N

    Low volume of broadcast

    Hi Max, We are able to hear but the volume still remains too low. The sound is only coming out of the speakers positioned at top of the iPhone. There is no sound coming out of the loud speakers positioned at the bottom of the iPhone. (Sidenote: When we play a video on youtube, the sound comes...
  11. N

    Low volume of broadcast

    Hi Max Any update on this ?
  12. N

    Error:Configuration with name 'default' not found.

    Link : https://github.com/flashphoner/wcs-android-sdk-samples
  13. N

    Error:Configuration with name 'default' not found.

    i download the Demo app from Github but when i execute demo app i am getting "Error:Configuration with name 'default' not found." Please Suugest
  14. N

    Low volume of broadcast

    Hi Max I am already using the same method that you had provided in last comment dated Dec 20, the same method in mentioned in original thread message.
  15. N

    is there any method to check the current status of camera view?

    Hi Max in FPWCSApi2Stream class we have a method of switching the camera but their is no method to check the current status of camera. means currently camera is ON front or rear?
  16. N

    Is it possible to open the camera view with out the publishing the stream ?

    Hi Max I had tried the method as you had provided, but its not opening the camera Here is my implementation // Setting media constraint - (FPWCSApi2MediaConstraints *)toMediaConstraints { FPWCSApi2MediaConstraints *ret = [[FPWCSApi2MediaConstraintsalloc] init]...
  17. N

    Not able to play recorded mp4 file in iOS 10

    Hi Max, any update on this ? Is there any way to check if file is exists on server or not ?
  18. N

    Not able to play recorded mp4 file in iOS 10

    HI Max In case, recording has got been deleted from server. is there any way to get detected through stream object, if we are playing the recording through VOD. I had checked the stream object, but I am not seeing any difference is properties in this case ?
  19. N

    Not able to play recorded mp4 file in iOS 10

    HI Max Now we are playing the recorded video as VOD. its good so far. But now we need to show slider so that user can to know how long the recording is for and how far we are currently into watching it. But I am not seeing any property to manage this. Could you please help me with properties...
Top