Recent content by James Smith

  1. J

    NoSuchObjectException

    after connecting: sent: {"message":"connection","data":[{"appKey":"our-app-key","mediaProviders":["WebRTC","MSE","WSPlayer"],"clientVersion":"0.5.23","clientOSVersion":"5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113...
  2. J

    Check WCS Status URL

    What url can we use to periodically check the status of our WCS? Thanks.
  3. J

    Open Broadcast Software as stream source

    Hello again Max, Can record be enabled for these stream types?
  4. J

    Open Broadcast Software as stream source

    Hello Max, I am using the above advice for streaming from a third party client. The issue I am running into now is that when publishStream is sent to the server and the server returns a 403 but the WCS allows the stream to be created and continues as if a 200 was returned. Here is the part of...
  5. J

    Open Broadcast Software as stream source

    Thanks for that Max. We need to customize which app is used when streaming via rtmp. Currently it's always going through flashStreamingApp, how can we customize this? We need to be able to specify the app in the client's URL used in OBS, ie: rtmp://host:1935/app1 and rtmp://host:1936/app2 so...
  6. J

    Open Broadcast Software as stream source

    The issue was resolved by restoring default configuration and then not modifying the flashStreamingApp
  7. J

    Open Broadcast Software as stream source

    Our WCS has been customized, we deleted almost all of the default apps and I have since readded flashStreamingApp per the conversation above. Is there another app we need to add or a special way to configure it?
  8. J

    Open Broadcast Software as stream source

    I tested with Windows 10 through OBS
  9. J

    Open Broadcast Software as stream source

    Last time we updated was yesterday.
  10. J

    Open Broadcast Software as stream source

    14:34:28,607 INFO G - RTMP-BOSS-pool-2-thread-1 opened channel: [id: 0x18b86b35, /myip:62418 => /hostip:1935] OPEN 14:34:28,744 INFO A - RTMP-pool-3-thread-8 handshake done, rtmpe: false 14:34:28,744 INFO A - RTMP-pool-3-thread-8 old...
  11. J

    Open Broadcast Software as stream source

    When connecting via rtmp://host:1935/live?token=test and streamName 12345, I see this in flashphoner_manager.log: 12:37:13,069 INFO agerRemoteRmiService - RMI TCP Connection(438)-host SEND REST OBJECT ==> URL:http://localhost:9091/EchoApp/connect OBJECT: { "nodeId" ...
  12. J

    Open Broadcast Software as stream source

    Hi Max, thanks for the response. I've followed the instructions but we are receiving "Could not access the specified channel or stream key, please double-check your stream key. If it is correct, there may be a problem connecting to the server." from OBS. It appears that we need to enable RTMP...
  13. J

    Open Broadcast Software as stream source

    Hello, we would like to use OBS as the video source to publish to a stream. How can we do this? Thank you!
  14. J

    Rest API Methods

    Server Version: 5.0.2227 Request: POST /rest-api/stream/find_all HTTP/1.1 Host: ourhost.com:9091 Content-Type: application/json Cache-Control: no-cache Postman-Token: 8e64c415-814c-9e01-48ab-f893905697c6 {} Response: {"timestamp":1495028300573,"status":500,"error":"Internal Server...
  15. J

    Rest API Methods

    I am attempting to use the methods described here: https://flashphoner.com/docs/wcs5/wcs_docs/html/en/wcs-rest-api/ to find and terminate streams. However, the only responses I can get are a 302 to login.xhtml, or when a cookie with a JSESSIONID is present: 404 and 405s. Do rest-api methods...
Top