Search results

  1. Max

    Setup two new servers, wss connection is failed

    Please try adding this parameter to /push/startup, so that keyframes are sent often enough: "keyFrameInterval": 60 For keyFrameInterval, transcoding is also forced (even if width and height are not specified in /push/startup).
  2. Max

    Capturing VOD from a file

    Hello, Ticket WCS-3564 has been submitted for removing the "grey box", we'll notify in this thread about an update. Meanwhile, this setting can be tried as workaround to conceal the box (to change gray to a different color): mixer_text_background_colour. The setting is for text background, but...
  3. Max

    Setup two new servers, wss connection is failed

    By the way. What if you do not set width and height. Does it work?
  4. Max

    Setup two new servers, wss connection is failed

    This is major addition. Because if you set width and height you force transcoding to the new resolution. We will check how it works in our env.
  5. Max

    Setup two new servers, wss connection is failed

    Please provide full flashphoner.log file via this form Make sure the logfile contains REST requests. If it does not contain REST requests, please gather log of application which send such requests.
  6. Max

    Setup two new servers, wss connection is failed

    Hello Are you trying to change stream resolution from 1280 x 720 to 720 x 1280 ? Resolution input width: 1280 height: 720 Resolution output width: 720 height: 1280
  7. Max

    Android/IOS SDK manage bitrate for the stream

    Hello Please check out this doc https://docs.flashphoner.com/display/WCS52EN/Bitrate+management+when+capturing+WebRTC+stream+in+browser Server Global server-side settings should work either for Android, iOS, and Web SDK webrtc_sdp_min_bitrate_bps=3000000 webrtc_sdp_max_bitrate_bps=7000000...
  8. Max

    Setup two new servers, wss connection is failed

    Hello 1. /pull/pull works between WCS and WCS only. If you do /pull/pull and set any other endpoint such as instagram or youtube, this won't be working. 2. If you do /push/startup it should be working either via localhost or via remote server. /push/startup works via RTMP only. So if remote...
  9. Max

    Server issue

    Hello We would need a report to proceed with investigation https://docs.flashphoner.com/display/WCS52EN/Preparing+an+error+report#Preparinganerrorreport-Gettinglogswithreport.shscript This report should show the cause of CPU load per CPU thread. Before making report make sure jstack tool is...
  10. Max

    Capturing VOD from a file

    Thanks. We were able to locate the gray background on your video. We would need a bit more time to reproduce such effect on our env. 0:04 second 0:22 second 0:25 second
  11. Max

    Video record issue

    Hello Error resistance during recording has been improved in 5.2.1236 version Releases https://docs.flashphoner.com/display/WCS52EN/Release+notes Recording docs https://docs.flashphoner.com/display/WCS52EN/Stream+recording#Streamrecording-Recordingstoppingonerrors Before this improvement...
  12. Max

    Periodic sync issue when transcoding

    WebRTC over UDP is faster than TCP, but UDP is less packet loss proof than TCP. So on good stable internet connections UDP is recommended to use, but on unstable one TCP is preferable. You can switch transport on client side in Android and iOS SDKs. You cannot synchronize two different stream...
  13. Max

    Высокая нагрузка на 1 ядро

    Здравствуйте. Похожая проблема была исправлена, начиная со сборки 5.2.1252 https://docs.flashphoner.com/display/WCS52EN/Release+notes Соответственно, нужно обновиться до этой версии или выше.
  14. Max

    Periodic sync issue when transcoding

    Hello 1. Try to update. The build 5.2.1054 is October 2021. Looking quite old. Try to update to the latest available release https://docs.flashphoner.com/display/WCS52EN/Release+notes Make sure you have backup before update and you know how to rollback all changes quickly. 2. Switch to TCP...
  15. Max

    Setup two new servers, wss connection is failed

    Yes. /pull/pull https://docs.flashphoner.com/display/WCS52EN/From+another+WCS+server+via+WebRTC /pull/push https://docs.flashphoner.com/display/WCS52EN/To+another+WCS+server+via+WebRTC
  16. Max

    Setup two new servers, wss connection is failed

    We cannot reproduce a problem on both servers: websocket connection is establishing successfully (with Chrome browsers warning because we connected by IP), stream publishing and playback are working: 1st: 2nd: Unfortunately we do not know these servers domain names to check the connection. The...
  17. Max

    Setup two new servers, wss connection is failed

    Good day. Please provide SSH access to the server using this form. Transcoding will work in any WCS build unless it is disabled in flashphoner.properties or server capacity is not enough to encode incoming streams.
  18. Max

    Mute Remote Participant in Conference Room

    Good day. Please look at Conference example (code on GitHub). You can locally mute the participants stream when playing it. Just set stream option unmutePlayOnStart: true (sample code). Or, if you want to mute stream on publisher side, you should use stream.muteAudio() method. In this case, you...
  19. Max

    Capturing VOD from a file

    Please clarify your flow: 1. Start the mixer by REST API /mixer/startup 2. Play the mixer stream (should be black box by default) 3. Publish WebRTC stream from camera 4. Add the stream to mixer by REST API /mixer/add Is that right? On what step do you see a gray box? We can't reproduce this in a...
  20. Max

    Can’t stream to YouTube

    Please check if WebRTC can be published in Two Way Streaming example https://wcs:8888/client2/examples/demo/streaming/two_way_streaming/two_way_streaming.html using VPN. If not (returns Failed by ICE timeout, try to switch the client to TCP transport session.createStream({ name: streamName...
Top