Search results

  1. E

    How to delete my account?

    I want to delete my account of this forum. I would prefer that my post be deleted, but I don't mind if it remains as I find it difficult. Regards -- As a side note, your email is blocked and I am not receiving it. postfix/smtpd[28222]: warning: hostname flashphoner.com does not resolve to...
  2. E

    The audios through the mixer is out of sync (the gap gets progressively larger).

    I'll explain the situation first. - WCS 5.2.996, iOS SDK 2.6.48, Android SDK 1.1.0.32 - Using RoomApi, mixer without MCU. Everything AUDIO only, VIDEO is off. - PublisherA publish stream which is added to OriginMixer, and play PublisherB using participant.play() - PublisherB publish stream...
  3. E

    RestClient logs too much and too few

    The outputs of RestClient too much. However, when the log level is set to WARN or higher, there are too few logs. Here is my suggestion. - "02:59:37,329 INFO RestClient - API-ASYNC-pool-13-thread-1 content -> ..." should be INFO as-is. - Both "02:59:37,329 INFO RestClient...
  4. E

    How to get playload.streamName using Android SDK?

    Good day. Receiving mixer incoming stream event How to get playload.streamName using Android SDK 1.1.0.31? I can get it using iOS SDK 2.6.48.
  5. E

    iOS SDK 2.6.10 errors when build and AppStore upload

    I have 3 reports and 1 question. Could you please give me your opinion? 1. CFBundlePackageType is FMWK, not iOS, isn't it? https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundlepackagetype I get a build error in NativeScript. This is how I did it in my...
  6. E

    Microphone Feedback in iOS device

    How about for iOS? I'm having trouble with acoustic feedback on iOS. How can I implement echo cancellation or how to reduce acoustic feedback?
  7. E

    How to show_nodes shows global IP

    As per the advice here, I specified the local IP of the origin to cdn_point_of_entry. Then /cdn/show_nodes outputs the local IP of the edge. (If specify the global IP of the origin to cdn_point_of_entry, then the edge IP is a global IP.) We need the global IP because we are calling...
  8. E

    How to download Android SDK without samples?

    I need only wcs-android-sdk-1.1.0.13-release.aar(13MB) However, https://flashphoner.com/downloads/builds/flashphoner_client/wcs-android-sdk/1.0/wcs-android-sdk-1.0.1.70-30acadd1f221211d5867d13ad7ee97baff924d5f.tar.gz (from...
  9. E

    Android SDK 1.0 has problem when audio only streaming

    Hello. I have a problem using Android SDK 1.0. - related post: https://forum.flashphoner.com/threads/roomapi-does-not-make-hasvideo-false.12835/ - WCS: 5.2.629-dd8778ba58690d19a44ed583cd116650fe511539 - Android SDK: wcs-android-sdk-1.0.1.70-30acadd1f221211d5867d13ad7ee97baff924d5f PROBLEM...
  10. E

    FPWCSApi2Stream#play() causes the NSMicrophoneUsageDescription permission dialog to appear

    Hi. I'm using iOS SDK 2.5.2 // It is written in NativeScript(TypeScript), but it doesn't affect the nature of the problem. FPWCSApi2.createSessionError(sessionOptions) .onCallback(kFPWCSSessionStatus.Established, (session): void => { session.createStreamError(streamOptions).play(); })...
  11. E

    RoomApi does not make hasVideo false.

    - WCS: 5.2.591-54b0ff638d81e3e5350a066f8bf93652816868ac - wcs-android-sdk-1.1.0.13-10895ac8ee0a1c231a2c4c5e03dab3b3579b223c I want to publish a stream of only audio in a room. But I can't make hasVideo false. options.setConstraints(new Constraints(true, false)); room.publish(null, options)...
  12. E

    Support Forums

    I got this error when I tried to register this forums account with Register faster using: Google. error 400: redirect_uri_mismatch The redirect URI in the request, https://forum.flashphoner.com/connected_account.php, does not match the ones authorized for the OAuth client. To update the...
  13. E

    recorded mixer stream has wrong creation time in the metadata

    When, - WCS: 5.2.591-54b0ff638d81e3e5350a066f8bf93652816868ac - Add to flashphoner.properties: record_mixer_streams = true - A client publish using Android-SDK-1.1's Room#publish() Then, the recorded .mp4 file has wrong creation time 2002-05-16T04:50:38.000000Z, today is Mon Apr 27...
  14. E

    iOS SDK 2.5.2:FPWCSApi2RoomManager.h has wrong interface

    In WCS-iOS-SDK-2.5.2/Headers/FPWCSApi2RoomManager.h // Wrong - (FPWCSApi2Room *)on:(kFPWCSRoomManagerEvent)event callback:(RoomManagerEventCallback)callback; // It should be - (FPWCSApi2RoomManager *)on:(kFPWCSRoomManagerEvent)event...
Top