Search results

  1. N

    Andriod SDK - User Device Access Permissions

    Hi! Hope y'all doing fine this Monday! On Andriod SDK 1.0.1.37, it seems that the user must share the permissions to access their Calendar, Camera, Contacts, Location, Mic, Call, SMS and Storage. On our app, we ask users permissions when they tap on something that requires it. So if user has...
  2. N

    How can we use user’s email as identifier while using their name to display in chatroom with iOS SDK

    Hi How to use user’s email as the Identifier while using their name to display in chat room with iOS SDK.
  3. N

    Video Chat Recording

    Hi, Are we able to save recordings for video chats done via iOS, Andriod and Web SDKs? Thanks!
  4. 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
  5. 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?
  6. 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
  7. 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()...
  8. 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 ?
  9. 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...
  10. 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.
  11. 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-...
  12. 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...
  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

    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?
  15. N

    Low volume of broadcast

    When we are viewing someone’s broadcast then even on full volume the sound is very low. It feels like the sound is coming out of the earphone speaker rather than the handsfree speaker. I had tried setLoudspeakerStatus function to make loud speaker enable but it does not have any effect on...
  16. N

    Two way streaming is not working

    Hi There, we have setup flashphoner server for web and it was working properly but from 2-3 days, we are not able to publish any video even from the dashboad provided by flashphoner, we are getting below log on console when using two way streaming. flashphoner.js:34384 17:42:31 : INFO...
  17. N

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

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

    in android Studio WebView, Camera is not open

    Hi, I am using Android Platform, when i open the WebView then Camera is not open. so please resolve it
  19. N

    Not able to play recorded mp4 file in iOS 10

    Hi I am able to publish and play the stream. At the time of publishing the video, we are also recording them. I am able to successfully record the audio as well. But the issue is with to play the recorded video. I had tried to user MPMoviePlayer and AVPlayerViewController, but both are not...
  20. N

    How to detect whether the broadcast is over?

    I needed to know how can I detect whether the broadcast is over from the subscriber screen? And how can we play the recorded stream? I have installed a server on the url below and workflow requires the above. http://buckwormvideos.com:9091/login.xhtml Please advise! Thanks!!
Top