Search results

  1. N

    Video Chat Recording

    Ok -- can you give us any idea on how long that may take? Just so we can plan accordingly our launch timeline. Thanks
  2. N

    Video Chat Recording

    Hi Any update ?
  3. N

    Video Chat Recording

    Hi To get recording of any stream, we need to provide options.record = true through instance of FPWCSApi2StreamOptions. But at the time of video chat publish stream object is getting created through below method publishStream = [room publish:_localDisplay]; I had checked...
  4. N

    Video Chat Recording

    Hi! Thanks for your response!! Do we need to pass any record:true param in the SDKs or does it happen by default? If we need to pass anything, then can you please let me know what to pass in case of video chatting via iOS SDK? Secondly, in your example you mentioned 2 streams being recorded...
  5. N

    Video Chat Recording

    Hi, Are we able to save recordings for video chats done via iOS, Andriod and Web SDKs? Thanks!
  6. N

    When I record from andriod its got a lot of background noise. I'm in quite place (ANDROID)

    I am testing Android 6 and 7 i checked the all above constraints but still facing issue
  7. N

    Getting green Line when we are Video broadcasting iOS to Android

    Hi, It is depend on publish user device width and height, but Always we set width is match_parent(Android terms) when we video Broadcasting iOS to iOS , it is working fine AND Android to Android, it is working fine issue in iOS to Android. Please suggest how will we hide the green line?
  8. N

    When I record from andriod its got a lot of background noise. I'm in quite place (ANDROID)

    Hi, i checked many device( like Nokia 6, Moto E, Moto G4, Asus, Moto 3) but still facing in all device so that is not device issue StreamOptions streamOptions = new StreamOptions(streamName); AudioConstraints audioConstraints = streamOptions.getConstraints().getAudioConstraints()...
  9. N

    Getting green Line when we are Video broadcasting iOS to Android

    Hi, when we are doing video broadcast Android to Android , it is working properly. but when we video broadcast iOS to Android (means iOS user publish the video broadcast and Android user viewing the Broadcast) that case i am getting right side Green line and i am attach the Screenshot Please check
  10. N

    When I record from andriod its got a lot of background noise. I'm in quite place (ANDROID)

    Hi, I tried above code but still i am facing same issue. Please check
  11. N

    Poor Audio Quality

    The audio quality while broadcasting via iOS SDK appears to be robotic/shrill at times and also suffers interim breakages, even though the user is on a fast internet network. How can we improve the sound quality and give the same audio quality as user gets on FaceTime calls?
  12. N

    When I record from andriod its got a lot of background noise. I'm in quite place (ANDROID)

    Hi, when we view the Broadcast The videos I record or stream from android are very noisy. I’m in a quiet Place without any noise. When I record from android its got a lot of background noise. i am using SDK version 1.0.1.35 videos are being created on .webm format. Please suggest
  13. N

    NullPointerException:org.webrtc.MediaStream org.webrtc.PeerConnectionFactory.createLocalMediaStream

    Before start Broadcast it will open Camera it is working but same case getting issue when user first time open and giving Marshmallow permission that time no issue (working fine) but when we start again, it is giving me error for that Line Flashphoner.getLocalMediaAccess(getConstraints()...
  14. N

    is it possible to play .webm as VOD ?

    Hi Support Referring to https://forum.flashphoner.com/threads/not-able-to-play-recorded-mp4-file-in-ios-10.11019/page-2#post-13904 is it possible to play webm as VOD through iOS SDK ?
  15. N

    I am mot able to see Recorded Video (Android)

    Hi Alex, Any update for us? We just need to focus now on getting the below video-output issue resolved. Please advise. Thanks for all the help!
  16. N

    I am mot able to see Recorded Video (Android)

    Hi Alex, The issue was that the videos done via Andriod SDK were getting saved as .webm when we need them to be .mp4 to play them on our web and iOS implementation. We updated the WCS server to the latest. And removed the "VP8" from codec settings on the Andriod SDK from stream options. Now the...
  17. N

    I am mot able to see Recorded Video (Android)

    Yes thats the issue. We are sending recording as true in at the time of publishing the stream. but still Mp4 is not getting saved.
  18. N

    I am mot able to see Recorded Video (Android)

    when i publish the video and i set the below publishing time we are making the path"1519_buckworm-stream_1516607100851.mp4" streamOptions.setRecord(true); but when i want to see recorded Video i am using below URL...
  19. N

    Low volume of broadcast

    Hi Max How can we achieve the same with Android SDK? I had checked the Stream Class, but there is no method to turn on the loud speaker as iOS SDK has
  20. N

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

    Is it possible to open the camera view with out the publishing the stream? or in other terms can we have Open instance of SurfaceViewRenderer with out publishing the video.
Top