Search results

  1. Max

    Split stream like Instagram

    Подписаться на события комнаты RoomApi, не входя в комнату, нельзя - сервер просто не узнает, кому присылать события. Ограничение количества участников задано на уровне исходного кода примеров, для Android SDK Conference: if (room.getParticipants().size() >= 3) {...
  2. Max

    Issue in playing camera stream through RTMP encoder

    Please check if stream is pixelized when playing it in playback section of Two Way Streaming or Media Devices examples. If not, please provide us a minimally customized source code based on TwoWayStreaming to reproduce the problem, we will check.
  3. Max

    Issue in playing camera stream through RTMP encoder

    This is probably browser downscaling issue. Please clarify what browser do you use?
  4. Max

    Calls interrupted in iOS when receiving incoming in-app notifications or when the screen saver is on

    Good day. Please try to enable Background fetch in addition to already enabled Xcode switches We tried to reproduce the issue in PhoneMin example (audio only WebRTC-SIP calls), and conversation is not intrerrupted while application goes to background.
  5. Max

    Микширование видеопотока и аудио

    Вы можете на клиенте проиграть одновременно два потока: отдельно видео и отдельно микшированное аудио. Посмотрите, пожалуйста, пример 2 Players RoomApi - это обертка над REST hook /OnDataEvent для отслеживания статуса пользователя (вошел-вышел) и организации чата между пользователями. Потоки...
  6. Max

    Automatic Record RTMP streams

    Good day. Please set the following parameter in flashphoner.properties file record_flash_published_streams=true Please don't forget to set recording name template as described here.
  7. Max

    Server error: Stream already exists.

    By default, RTP activity detection is enabled for WebRTC published streams, but disabled for RTMP streams. To enable, please set the following parameter in flashphoner.properties file flash_rtp_activity_enabled=true
  8. Max

    Issue in playing camera stream through RTMP encoder

    A stream will always be played with the same resolution as it published. To play the stream with another resolution, this stream should be transcoded by requesting width and height in constraints session.createStream({name:"stream1", constraints:{audio:true...
  9. Max

    Embed video is asking for Java?

    The server report is not needed to check if Embed Player requires Java to be installed on client. Please provide us browser console log. You're trying to download folder. Please download archive report-2020-06-02-11-23-28.tar.gz or use -r parameter for scp, but this will be much slower.
  10. Max

    Split stream like Instagram

    Тогда надо играть два потока https://docs.flashphoner.com/display/WEBSDK2RU/2+Players https://demo.flashphoner.com/client2/examples/demo/streaming/2players/2players.html Первый плеер играет первый поток. Второй плеер играет второй поток. Это будет очень сложно сделать с микшированным стримом...
  11. Max

    Server error: Stream already exists.

    Hello, To avoid server restart, existing stream can be terminated using the REST request, or the CLI command (in case RTP activity detection is disabled, and it does not terminate on no RTP activity).
  12. Max

    Unable to stream video from Pelco VideoXpert VMS

    WCS-2713 RTSP stream playback issue has been fixed in v. 5.2.636. To play the stream, this setting should be added to WCS_HOME/conf/flashphoner.properties h264_check_and_skip_annexb=true
  13. Max

    Issue in playing camera stream through RTMP encoder

    Please review the Embed Player example code for fullscreen switching and icons customizing.
  14. Max

    Embed video is asking for Java?

    Good day. Please check if Embed Player example on our demo server asks for Java. If not, please check Wix page code. If yes, provide us browser console log or screenshot.
  15. Max

    Split stream like Instagram

    Да. Добавить стрим в микшер можно при помощи REST API /mixer/add { "uri": "mixer://mixer1", "remoteStreamName": "stream1" } или непосредственно при публикации потока, указав специальный символ # как разделитель между именем пользователя и именем микшера user1_stream#mixer1 RoomApi можно...
  16. Max

    Multiple Edge servers behind AWS LB not communicating

    The marketplace link? The page does open now. That hourly billing is for the marketplace AMI.
  17. Max

    Split stream like Instagram

    Добрый день, Для совместного стрима можно использовать микширование потоков. Требуемые потоки добавляются в микшер, и зрители подписываются на поток микшера.
  18. Max

    Stream recording template variables for startTime and endTime return 2090 as the year

    Good day. We implemented server time template items in build 5.2.635, both in milliseconds: {startTimeMillis} - recording start time based on server clock {endTimeMillis} - recording end time based on server clock For example...
  19. Max

    Multiple Edge servers behind AWS LB not communicating

    Now, AWS instances are billed by Amazon AWS Marketplace on hourly basis. There is a special license shipped with AMI, which even does not need to be activated. So you don't have to pay for full month if server is online just 15 minutes. AWS Marketplace Images...
  20. Max

    Multiple Edge servers behind AWS LB not communicating

    Please look at this minimal configuration test results and server capability recommendations for common cases.
Top