Search results

  1. Max

    If the network is disconnected during video transmission

    Please clarify how do you publish a stream. Check the server logs for Failed by video RTP activity message. Is it appear for the stream? Also please clarify how do you test a network issues: closing the media port, breaking the physical connection etc? Then collect a report as described here...
  2. Max

    If the network is disconnected during video transmission

    Good day. Yes, stream publishing may fail if RTP data are not received in 60 seconds by default. In this case, there should be message Failed by video RTP activity in server logs. The timeout is set by the following parameter: rtp_activity_timeout=60 Set this parameter in seconds to reduce the...
  3. Max

    Размещение картинок потоков в микшере при помощи языка разметки - desktop

    Если требуется подгонка под определенный макет, то стандартный шаблон, конечно, не подойдет, т.к. размеры картинок потоков вычисляются, исходя из их количества. Используйте FullScreenDesktopLayout в качестве образца при разработке собственного шаблона.
  4. Max

    Filters (beautify, AR, etc) on live streaming

    switchCamera method should not be called for playStream, it is only working for publishing, not for playback. See also usage example in Two Way Streaming source code.
  5. Max

    Room API not working for production server

    Hello, Please send the MP4 file (or a download link to it if its size more than 30 M) with which the issue occurs using this form. Seems like it has no atoms needed in header. You can also check this file in ffprobe.
  6. Max

    Can't terminate streams using name

    Hello, Ticket WCS-3582 has been submitted for the issue, we'll notify in this thread about an update. Use mediaSessionId as workaround: /rest-api/stream/terminate { mediaSessionId: "stream-mediaSessionId-to-terminate" } You can get mediaSessionId using /stream/find query...
  7. Max

    Filters (beautify, AR, etc) on live streaming

    Please make sure the stream is publishing when you're trying to switch the camera. If yes, please y=try to reproduce the issue in Two Way Streaming Swift example. Then modify example souce code minimally to reproduce the issue and send us the code using this form. We will add this to...
  8. Max

    Размещение картинок потоков в микшере при помощи языка разметки - desktop

    Добрый день, Можно использовать настройку mixer_desktop_align: mixer_desktop_align=LEFT
  9. Max

    Recording space not available on server

    Good day. If you're using REST API /recorder/startup, it will return 500 Internal server error with Not enough disk space to start recording session message if there is not enough disk space. We recommend to set up server system parameters monitoring using Prometheus, Zabbix etc, then check disk...
  10. Max

    Filters (beautify, AR, etc) on live streaming

    GPUImage is used as CocoaPods dependency in GPU Image Swift example. So you can try to set the appropriate version if it is present in CocoaPods.
  11. Max

    Room API not working for production server

    Good day. We can't reproduce the problem in Conference example on the server from logs you've sent: room is created successfully and streaming is working: Please try to reproduce the problem in Conference example on your server. If this is not reproduced, please modify the example code...
  12. Max

    Passing & Parsing URL Parameters when playing with LocalStreamName

    Please read this doc: Authentication. The example is about publishing (/publishStream REST hook), but it may be done the same way for playback (/playStream REST hook) You can use your own frontend, in this case all the examples may be used as a basis. But, if you want to use Embed Player, you...
  13. Max

    Capturing VOD from a file

    Good day. We fixed the issue in build 5.2.1359. Please update WCS and set mixer_show_separate_audio_frame=false then restart WCS. After that, the grey box will not be displayed when stream is added to a mixer.
  14. Max

    Passing & Parsing URL Parameters when playing with LocalStreamName

    Good day. Please clarify your case: do you publishing a stream from third party RTMP encoder and playing as WebRTC? Do you want to authorize stream viewers? If yes, please look at /connect and /playStream REST hooks. There is a step-by-step example to implement /connect REST hook which can be a...
  15. Max

    Filters (beautify, AR, etc) on live streaming

    We support both Objective С and Swift, but GPUImage3 is Swift only framework. So we have to stay with GPUImage1.
  16. Max

    Filters (beautify, AR, etc) on live streaming

    Hello We have customers who do similar things such as face detection, beautification, etc. We have implemented support of GPU Image Library for this case. However we didn't use any filters just very simple custom filters for demonstration purposes. You would need to search more about GPUImage...
  17. Max

    Filters (beautify, AR, etc) on live streaming

    Filters preview is available in example applications, so you have to build them to test. In Web SDK, all filters code seems trivial: GitHub In Android SDK and iOS SDK, GPU Image library is used, so you can refer to its documentation to implement a custom filters. Note that GPU Image has a...
  18. Max

    Origin edge server setup

    Now it seems like the console example is working: Please do not forget to enable CORS in the extension: toggle this picture if it is grayed
  19. Max

    How to disable anonymous viewing of the statistics?

    You can try to disable stats at all using HTTP interfaces access restriction: by default, the setting is http_enable_paths=rest,action,admin,shared,client,client_records,embed_player,empty,health-check Removing action from the list should disable statisctic interface. A minimal set of...
  20. Max

    Origin edge server setup

    Please use this extension to enable/disable CORS in Chrome browser: Allow CORS: Allow-Control-Allow-Origin This page returns empty response: Please check if WCS is running on this address and listens the port 9091. Make sure this is not a load balancer address. If nofing helps, please provide...
Top