Search results

  1. P

    Multi-platform text chat and video publishing/playback

    This is good news. 1. Will the same stream be available for iOS/Android SDK? 2. Can Flash playback streams from other platforms? 3. Can all platforms be connected to roomApp and exchange messages as well as streaming media?
  2. P

    Multi-platform text chat and video publishing/playback

    Thanks for reply. We are still using Flash in some old projects but are interested in whether we can use Flash, iOS, Android, and Javascript streaming to share media content among these 4 platforms?
  3. P

    Multi-platform text chat and video publishing/playback

    Hello, recent update to WCS doesn't feature Flash anymore. Our project is to stream video/audio as publish/playback and create a text chat on Flash, Android, iOS, and JavaScript. I'm curious if this is possible to mix these four platforms in one app Thanks, P
  4. P

    JS muteVideo on Safari

    Will do. As a side note, just tested on Safari 15.0 & 15.1 - indeed that crash is inherent only to 15.1, 15.0 works correctly. Waiting for 15.2 for macOS & iOS. To recap: a crash occurs only when publishing and muting. If not muting during publishing - all works fine.
  5. P

    JS muteVideo on Safari

    Thanks for explaining. Yes, the demo crashes on iOS 15.1 for Safari 15.1, Chrome 95, Opera 15, and FF 38 when starting to publish. Whats funny, is that Edge 46.3 crashes at page load. Awating the fix.
  6. P

    JS muteVideo on Safari

    Thanks for a reply. When not muting a stream at all but publishing - its works fine. There is a crash when you mute a stream during publishing regardless of COD and CVO settings. https://www.dropbox.com/s/sfd1xsh28soso2j/Screen%20Recording%202021-11-01%20at%2008.38.03.mov?dl=0
  7. P

    JS muteVideo on Safari

    Hello, 1. on Monterey Safari 15.1 MacBook Pro the muteVideo command crashes the browser. This happens only when there is a single built-in FaceTime camera. If we add a second camera (USB) - no crash occurs. Other browsers don't crash with single/multiple cameras (Chrome, Opera, FF, Edge). 2. On...
  8. P

    REST Hooks - defaultApp etc.

    1. Сборка последняя 5.2.1031 2. Кейс простой - при попытке RTMP соединения на defaultApp - получаю ошибку NetConnection.Connect.Failed в то время как на flashStreamingApp - соединение работает 3. Да с коробки - во Flash просто укажите appKey - defaultApp
  9. P

    REST Hooks - defaultApp etc.

    А как тогда быть с кастомным модулем, где я возвращаю ПОСТ запросы? Например в ПОСТ запросе connect - я просто возвращаю то, что пришло. Так работает со всеми платформами (iOS/Android/etc.) но не с Флешом. То есть, сервер показывает статус, пост запрос, пост возврат, без ошибок, но все равно...
  10. P

    Поддержка RTMPS

    Спасибо.
  11. P

    Поддержка RTMPS

    Здравствуйте, с точки зрения клиентского соединения, есть ли поддержка RTMPS? Все примеры на Flash/Flex используют только RTMP.
  12. P

    SurfaceViewRenderer on Android

    Hello, I have an issue playing back a video stream on Android. Apart from the roomApi functionality, the only successful way of playing back video content was by providing a surface renderer to a Session object. This works fine. However, this limits us to playing back only one video stream per...
  13. P

    loudSpeakerStatus on Android

    Hello, on iOS there is a "Stream" method called "loudSpeakerStatus" that allows you to direct playback output to either speakers or phone. Is there such a method for Android?
  14. P

    SessionOptions for Android

    Thanks, it worked.
  15. P

    SessionOptions for Android

    Hello, 1. on iOS, "FPWCSApi2SessionOptions" class offers "urlServer", "appKey", and "custom" parameters. 2. on Android, only "urlServer" and "renderers" are available. How about "appKey" and "custom"? 3. on Web, there is an "appKey" & "custom" fields available. "custom" field is important for...
  16. P

    /data/send room not found

    Thanks, it worked.
  17. P

    /data/send room not found

    That's the point - we are not using any custom backend, but native "roomApp". This should work since if I use iOS/Android/Web code, messages do get through. The only piece that's not working is through POST request.
  18. P

    /data/send room not found

    Still no luck, same notification in console.
  19. P

    /data/send room not found

    Hello, when using a built-in roomApp (http://localhost:8081/apps/RoomApp) sending messages using the provided FPWCSApi2RoomManager class works just fine (onMessageCallback is invoked on the appropriate client/participant). However, when making a rest call using the following...
Top