Search results

  1. P

    IDecodedFrameInterceptor for all streams

    Thanks for a reply. We need to be able to change/write any frames of any stream with or without transcoding. How do we do that?
  2. P

    IDecodedFrameInterceptor for all streams

    Thanks for a reply. Interceptor is now being called for all streams and I can see logs. However, nothing is being drawn on the output stream. When I play the stream there are no pixel changes. What might be the reason?
  3. P

    IDecodedFrameInterceptor for all streams

    Hello, the IDecodedFrameInterceptor works only for transcoded frames. Is there a way to capture frames from all streams regardless if the frame has been transcoded or not? Thanks, P
  4. P

    hevc & nvenc

    Awaiting nvenc like nothing else, esp for mixer. Mixer is very cool but as soon as you add 4K video to it - the CPU becomes unusable.
  5. P

    hevc & nvenc

    I was thinking about hls/ll-hls on the first place as a playback codec. Also, any roadmap on incorporating nvenc natively?
  6. P

    hevc & nvenc

    Hello, in Oct 2022 Chrome browser has enabled hevc natively across all platforms hence this codec is now becoming ubiquitous. It is also supported natively on iOS/Android. Does WCS have any plans on enabling hevc as well as nvenc natively? Thanks, P
  7. P

    5.2.1495

    Got it, thanks.
  8. P

    Feature request

    Howdy, we are using custom *.jar files inside the /lib folder to extend WCS functionality. However, every time we run WCS update, all custom *.jar files get cleared. Can we keep custom *.jar files while updating the server? Thanks, P
  9. P

    5.2.1495

    Hello, where could I find info on the feature of this release: WCS-3632 | Added: WebRTC ABR support. Quite interested to find out how it works. Thanks, P
  10. P

    macOS Safari 16.1 Screen Sharing not working

    It's so cumbersome to collect a report. Could we establish a remote session so that you may tm/anydesk to my Ventrua setup and collect the necessary data?
  11. P

    macOS Safari 16.1 Screen Sharing not working

    Hello, for some reason the demo sample provided with WCS no longer works for screen sharing with macOS Safari 16.1 for Ventura 13.0. All other browsers work fine. Thanks, P
  12. P

    mixerLayoutClass custom elements

    Hello, wondering if we could add custom UI elements to the Java layout class implementing a Box class. What we need to achieve is 1. Ability to append/add text captions and images on top of Box visual elements. 2. Can those elements be interactive, and can we handle mouse/keyboard/other events...
  13. P

    Mixer PiP flickering

    Got it, thanks.
  14. P

    Mixer PiP flickering

    Finally we found the culprit: for some reason "mixer_video_threads" was set to 2. Once we have set it to 8 - flickering was gone like never existed. We thought that the value of this property should have been set to the CPU threads value, and since we have been testing on a low-level machine to...
  15. P

    Mixer PiP flickering

    Thanks for a reply, here are the steps to reproduce this error without custom code as it is with the defaultApp: http://localhost:8081/rest-api/mixer/startup { "localStreamName": "test2", "uri": "mixer://m_abc2" } http://localhost:8081/rest-api/mixer/add { "uri"...
  16. P

    Mixer PiP flickering

    Hello, I have just updated to 1440 and noticed that when a mixer is in PiP mode - there is some weird flickering. It wasn't like this before in previous versions - everything was smooth. The log shows this: 7:29:19,823 INFO D -...
  17. P

    Failed by DTLS error

    Thanks for an update. That was my bad. As I'm using custom handler for all of the events I'm interested in (connect, ConnectionStatusEvent, etc.) I thought that it was enough only to handle "sessionId" and optionally "appKey". This was working fine for mobile clients, but it turned out that...
  18. P

    Failed by DTLS error

    Hello, I'm facing a rather weird situation of random "Failed by DTLS error" error. It happens from time to time and can't be tracked as to what's happening or what's wrong. I'm using WCS on a local network. First attachment is a successful stream publishing, second attachment - failed. The only...
  19. P

    Multiple IPs for multiple NICs

    Many thanks for a reply. This article helped me out https://docs.flashphoner.com/display/WCS5EN/Receiving+and+importing+Let%27s+Encrypt+SSL+certificate. I used the keytool and imported two certificates. Using two domains and two NICs I was able to do web socket and rtmp connections. Works good.
  20. P

    Multiple IPs for multiple NICs

    Thanks for a reply, so, basically, WCS should be used with one NIC/server instance.
Top