Search results

  1. S

    Can't monitor server via Jconsole nor Visual VM

    We succeeded by setting -Dcom.sun.management.jmxremote.rmi.port=50999 Maybe it will help someone. Thanks, Srdjan I.
  2. S

    Can't monitor server via Jconsole nor Visual VM

    Hello support, We were not able to successfully connect via Jconsole nor Visual VM to localhost:50999 whatever option we set and try. Only error message is that connection could not be established although tunnel was working well and we disabled all firewall rules. We didn't buy the licence yet...
  3. S

    Flashphoner with ReactJS

    Hi, Here is the minimal sample code. If you need real source code/files let me know. class Player extends React.Component { componentDidMount() { Flashphoner.init(); ... // create session // create stream ... stream.play(); } render () { <div...
  4. S

    Flashphoner with ReactJS

    Hi all, I am trying to integrate flashphoner player example with ReactJS. The way I tried is by loading flashphoner.js script in <head/> and then in Player Component HTML is being rendered. In componentDidMount method, Flashphoner.init() and start() functions are being called. However an error...
  5. S

    Multiple streams - how to

    Hello all, We didn't find the way to play multiple streams from one wss server. We have 10 encoders with different streams and we need to stream each of them. Is there a way to play multiple streams ? Does every stream requires separate wss server ? If not , is there a guide how to setup...
Top