Search results

  1. G

    Server timeout and java.rmi.UnmarshalException

    Alright, the first issue has been fixed from that configuration change you suggested. However, we are still getting the error even after a clean install with the latest build. Here is the full error: { message: "failed", data: [{ apiMethod:"StreamStatusEvent"...
  2. G

    Server timeout and java.rmi.UnmarshalException

    1) The server.properties has keep_alive.algorithm=NONE because of issues with RTMP: https://forum.flashphoner.com/threads/open-broadcast-software-as-stream-source.10949/ 2) We updated to 5.0.2387, but we are still running into the above mentioned error
  3. G

    Server timeout and java.rmi.UnmarshalException

    We are experiencing 2 different issues with the WCS that are making it very difficult to use. 1) The first issue we ran into was that websocket connections to the WCS are timing out because the WCS is not sending ping commands to the client. We first noticed this in version 5.0.2367, and prior...
  4. G

    3 apps are named 'chatRoomApp'

    Awesome, thank you very much.
  5. G

    3 apps are named 'chatRoomApp'

    I understand how to create my own app, but I would like to remove the other ones for security reasons.
  6. G

    3 apps are named 'chatRoomApp'

    The WCS comes preloaded with several "apps" that point to localhost. Three of these apps have their name configured to be 'chatRoomApp'. This makes updated/removing any of these three apps impossible, because it outputs the error, "exception: result returns more than one elements". The three...
  7. G

    Record Room Stream from Android

    That would be very useful, thank you very much.
  8. G

    Record Room Stream from Android

    I don't see a way to record video through the Android SDK while using the roomAPI. It is easy to do it with the web's JS SDK by sending record=true in the room.publish() call, but that doesn't seem to be possible on Android. Android's Room.publish method only seems to accept a...
Top