Search results

  1. D

    MCU Client Publish

    Does anyone have any experience getting the publish side of this to work using a POST after starting the stream?
  2. D

    MCU Client RTMP : INTERNAL SERVER ERROR

    I'm running the MCU client example: https://demo.flashphoner.com:8888/client2/examples/demo/streaming/mcu_client/mcu_client.html Seems to work nicely, but where / how can I see the output mosaic published through RTMP? I do not see any docs explaining where to find this on Flashphone's site...
  3. D

    rtmpUrl

    I am running the simple screen sharing demo described here: https://flashphoner.com/how-to-embed-webrtc-screen-sharing-into-a-web-page-2/ In screen-sharing-min.js I pass an rtmpUrl to the session.CreateStream() function: function startStreaming() { var constraints = { video: {}...
  4. D

    Problem Running Screen Sharing Example

    I am trying to run the screen-sharing demo locally on a Mac. For some reason, when I click the "connect" button, it doesn't do anything. But when running your demo, from your site, it does work. In the browser debugger, I see this: Which is here in screen-sharing.js: Why might this be...
Top