Search results

  1. P

    Multiple IPs for multiple NICs

    Thanks for a reply, in this respect, can we specify wss.address = 192.168.1.5, 192.168.1.6 so that multiple domains (or subdomains) bound to those IP addresses can all lead to the same server but from different NICs? e.g. domain0.com -> 192.168.1.5 -> wss://domain0.com:8443/ e.g. domain1.com...
  2. P

    Multiple IPs for multiple NICs

    Hello, does WCS support multiple IP addresses from multiple NICs along with multiple domains on a single VPS/VDS? At the moment anytime I upload an SSL certificate for a new domain - it overwrites the previous one. Thanks, P
  3. P

    WCS 1421 mixer terminate not working

    So sorry, my bad(
  4. P

    WCS 1421 mixer terminate not working

    Howdy, for some reason when trying to terminate mixer on 1421, I get this weird error http://domain:8081/rest-api/mixer/startup { "localStreamName": "test2", "uri": "mixer://m_abc2" } http://domain:8081/rest-api/mixer/terminate { "uri": "mixer:///m_abc2" } And this is the...
  5. P

    stream/startRecording event

    Got it, thanks
  6. P

    stream/startRecording event

    Just tested, works good. A question though: is the "stoppedRecording" event raised on server stopped receiving media content or when a *.tmp file has been merged/appended to the *.mp4 file?
  7. P

    не включается функционал Screen share на Safari

    Приветствую, в моём случае проблема была в отсутствии параметра disableConstraintsNormalization в параметрах к стриму а не к констрейнтам. Параметр constraints.video.frameRate = 30 на проблему не влиял.
  8. P

    stream/startRecording event

    Thanks for an update.
  9. P

    Screen share video with mixer

    Thanks for a reply. I did this "periodic_fir_request=true" and also did this here Jitter buffer and frames collection in stream published and it worked for both built-in mixer as well as custom Java one. Thanks.
  10. P

    Screen share video with mixer

    Hello, I'm facing a weird behaviour of mixer: when I'm publishing a WebSDK screen share stream I can view it in the player but when adding it to mixer - nothing shows up. Any clue as to why this is happening? I'm using a built-in mixer setup. Thanks, P
  11. P

    Head tracking

    Looks good, thanks.
  12. P

    Head tracking

    Thanks for a reply. I already checked those out but will have another look.
  13. P

    Head tracking

    Hello, TikTok has got a Head Tracking functionality that allows for different 2d/3d visual affects. Can this be done with WCS SDKs? I know there is an option of displaying multiple videos with mixer as well as watermarks. How about tracking? Thanks, P
  14. P

    stream/startRecording event

    Got it, thanks, however, I was expecting an event for server-side recording start/stop.
  15. P

    stream/startRecording event

    Hello, any time a client SDK publishes a stream (regardless if it's recording to not) WCS raises an event - usually it's StreamStatusEvent. However, when issuing a record command for a stream using rest-api - no event occurs. How do I know when a recording command has been issued on a stream...
  16. P

    Mixer recording Layout

    Nevermind, figured it out through custom PIP using Java. Works great.
  17. P

    Mixer recording Layout

    In terms of picture-in-picture (PIP) layout, is it possible doing that using Java and not following a strict naming scheme? e.g. when I try to overlay stream2 on top of stream1 the final result is that stream2 is not visible behind stream1. In the FullscreenLayout.java sample file you showed how...
  18. P

    Flash NetStream.play connection drop

    Got it, will check it out, thanks.
  19. P

    Flash NetStream.play connection drop

    1. WebSDK is working all good on all browsers regardless what. What I'm referring to is using WebSDK for a desktop app, e.g. Edge WebView2. While this may work fine for Win, it will fail for WebKit on Mac. 2. That's what I'm talking about - what's the point of having an RTMP client on the...
  20. P

    Flash NetStream.play connection drop

    Thanks for an answer. The problem with WebSDK for desktop is that it may run on Win but won't run on Mac due to WebKIT limitations. Also, we are not merely interested in ffmpeg/rtmp streaming - we also need a scripting model to integrate with existing clients, hence we need to receive all sorts...
Top