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?
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
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
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
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
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?
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
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...
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...
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"...
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 -...
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...
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...
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.