Search results

  1. Max

    Setup two new servers, wss connection is failed

    HTTP port: http.port=8081 HTTPS port: https.port=8444 Both ports are used for REST API, web admin interface, statistics page Thre are also hardcoded ports setup for old versions (5.0, 5.1) compatibility: 9091/http, 8888/https
  2. Max

    android sdk Missing libraries

    Please look at the search results.
  3. Max

    Данные, получаемые через websocket

    Добрый день. Если звонок через WCS уже установлен, Вы можете получить данные звонка по REST API: /call/find_all - для всех звонков на сервере /call/find - для конкретного звонка по его callId, caller, callee, IP адресу клиента в sessionId или статусу Это работает для звонков, созданных по...
  4. Max

    android sdk Missing libraries

    Please read the official Google documentation about push notifications: Create a Notification, Start an Activity form a Notification
  5. Max

    UNSUPPORTED streaming codec VSIP

    Hello 1. VSIP-H264 codec is not supported. This is what the cam shows in the SDP: o=- 1204612375 1204612375 IP IP4 10.4.21.115 s=2066-JSQ-Bus Lane C S Looking N a=control:rtsp://10.4.21.115:554/a01e2f1d-691d-43bd-b2a6-b8c66b04ecb2 t=0 0 a=range:npt=now- a=length:npt=0...
  6. Max

    HLS stream playback not working

    Just a note. "keyFrameInterval": 2 The key frame interval should be passed in frames, not in seconds. "keyFrameInterval": 60 Means key frame is each 60-th. Therefore if stream is 30 FPS, then key frame interval is 2 seconds.
  7. Max

    HLS stream playback not working

    Hello Please provide step by step instruction how to reproduce the issue. Example: 1. Publish stream1 as WebRTC 2. Push WebRTC as RTMP stream to the localhost using /push/startup as rtmp://localhost:1935/live/stream2 3. Play stream1 via HLS JS sample. 4. No video playback. Can you reporduce...
  8. Max

    Setup two new servers, wss connection is failed

    Hello As you can see, Intsagram says that best aspect ratio is 4:5 Therefore if you stream from Canvas you have to ensure source resolution in this aspect ratio. This means the resolution of published stream must be 1080 x 1350 or other 4:5 content. You can't just stream 1280x720 and then...
  9. Max

    Setup two new servers, wss connection is failed

    And if width and height are not set? On the second WCS server, does the stream pulled from the first server play with video?
  10. Max

    Setup two new servers, wss connection is failed

    Also, please note that by default aspect ratio is not changed, so width specified in /push/startup is not applied, only height is applied; for height 1280, 1280x720 will be transcoded to 2276x1280. For changing aspect ratio, video_transcoder_preserve_aspect_ratio=false has to be added to...
  11. 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).
  12. 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...
  13. Max

    Setup two new servers, wss connection is failed

    By the way. What if you do not set width and height. Does it work?
  14. 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.
  15. 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.
  16. 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
  17. 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...
  18. 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...
  19. 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...
  20. 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
Top