Search results

  1. P

    SharedObject support

    Thank you, will take a look.
  2. P

    SharedObject support

    It's yes and no. The link provided lists only SharedObject.getLocal (cookies), while SharedObject.getRemote allows for temporary (RAM) storage mechanism on the server. Wowza has this feature as well and it allows for convenient data sharing between apps. Is there a way to implement this in WCS?
  3. P

    SharedObject support

    Hello, FMS/Wowza/etc have a built-in SharedObject functionality to exchange data. Does WCS have a similar model?
  4. P

    FPWCSApi2RoomManager vs FPWCSApi2Session & VoD

    Thanks for reply. My bad, I missed that FPWCSApi2RoomManager class contains a reference to FPWCSApi2Session that has an option of playing a VoD file along with live streams from participants.
  5. P

    FPWCSApi2RoomManager vs FPWCSApi2Session & VoD

    Hello, at the moment I have seen two basic ways of establishing a connection to the server using either FPWCSApi2RoomManager or FPWCSApi2Session. Each method offers different functionality on how to play a live stream. How about VoD? Can FPWCSApi2RoomManager play a VoD file? If not, can I...
  6. P

    VOD HLS

    It worked, thanks.
  7. P

    VOD HLS

    Hello, there are examples on how to play VOD content through iOS/Android/Web platforms. Is VOD HLS supported?
  8. P

    Mute playback stream

    Thanks, will check those options.
  9. P

    Mute playback stream

    Thanks for reply. I was sorry to have not mentioned this is for iOS/Android. Docs found here https://flashphoner.com/docs/api/WCS5/client/ios-sdk/latest/interface_f_p_w_c_s_api2_stream.html don't mention that. What are the options?
  10. P

    Mute playback stream

    Hello, when playing back a stream we may mute video by merely hiding it. How do we mute audio on a playback stream?
  11. P

    RTMP connect failure

    Hello, I face a strange problem of connecting a third-party library to WCS. Below are connection log samples of iOS, OBS, and Android. The latter doesn't connect although there is no info on what the problem is. Wondering if here I'm able to find an answer. OBS 02:50:53,322 INFO ServerHandler...
  12. P

    iOS memory leak

    Hello Max, thanks for a reply. I have prepared an Xcode project for this. How could I PM you to share it?
  13. P

    iOS memory leak

    I face a weird memory problem when starting/stopping publishing. Every time when i flip the camera, I reinit constraints with appropriate "setDeviceID" value. When not publishing, this reinit works as expected, but as soon as "RTCEAGLVideoView" is used in a "FPWCSApi2Stream", the...
Top