Search results

  1. E

    Custom mixer layout cropping

    Good day. When implementing custom layout, when frame is bigger than the provided cell - frame is resized to fil into the cell, which is of course a very reasonable behaviour. However, for some use cases I need to do a crop (starting from center vertical axis of the frame to the left and right...
  2. E

    Mixer feature request

    Good day. Reading over the docs I found you can put stream labels when mixing multiple streams, but current placement is quite restricted. Can it be possible to put label above the video? That is - outside of video boundary rectangle itself. Or even just by providing explicit X,Y coordinates...
  3. E

    Android incoming\outgoing stream audio data access

    I'm using Android SDK to publish and play flashphoner streams. Some of those streams are audio only. I can successfully publish such stream, and, maybe (didn't try) I can play it with usual SurfaceViewRenderer. However, I'd like to play it without SurfaceViewRenderer (since there is no video...
  4. E

    Android screen capture problem

    I'm trying to publish a screen capture stream from android device to flashphoner server, using this example: https://github.com/flashphoner/wcs-android-sdk-samples/blob/1.1/screen-sharing/src/main/java/com/example/screen_sharing/ScreenSharingActivity.java. I'm using Xamarin though, but hopefully...
  5. E

    Flashphoner records directory change

    Hi, I've read documentation but didn't find a way to change directory where flashphoner writes recording files. It's WCS_HOME\records, but I'd like to change that to another directory. I'm aware that there is hook script with which I can _copy_ files to another directory, but I don't want to...
  6. E

    com.flashphoner.server.license.manager.exception.SubscriptionLicenseSuspended

    Two days ago I started to get "License error" message in logs, with com.flashphoner.server.license.manager.exception.SubscriptionLicenseSuspended exception My license is monthly and last payment was at 06 March 2020. There are no failed or pending unpaid payments either. If I restart...
  7. E

    "Please init recorder" warning in logs

    I'm using third party tool (so I'm not sure about details of its inner workings) to publish stream locally (from the same server) via RTMP to flashphoner. I need this stream to be recorded (and have configured flashphoner for doing so, it does record other RTMP streams, for example from OBS or...
  8. E

    Screen sharing from browser and stream unpublished event

    Hi, I'm publishing Flashphoner stream (screen share) from Chrome browser. It works well except one thing: if I revoke access to share my screen (via browser-provided panel in the bottom of the screen, by pressing blue button) - there are no events about stream being unpublished, neither on...
  9. E

    Mixer layout question

    I'm creating a mixer via REST api call, then adding streams to that mixer. Is there a way to select specific layout for this mixer? I mean so that I can use, for example, grid layout for mixer 1, but desktop layout for mixer 2? I'm aware you can control layout by naming streams with a specific...
  10. E

    Проблема с воспроизведением RTMP через WebRTC

    Добрый день, тестирую ваш продукт и возникла проблема с отображением видео, публикуемого с OBS Studio по RTMP в браузере через WebRTC. Публикую из OBS Studio, экран, с настройками по умолчанию (насколько мне известно). Настройки сервера: #codecs codecs...
Top