Search results

  1. I

    SSL issue

    Hello, my SSL certificates recently expired (autossl generated using hostgator cpanel), so I imported the new ones using the flashphoner web admin, following the same steps I did the first time I installed wcs. I didn't get any errors on the import, but now nothing is working. I am getting the...
  2. I

    Recording OBS stream

    Hello - I was able to successfully stream to wcs from OBS by adding the server and streamkey info into the OBS settings. I was also able to play it back live. Is there a way to record the stream from OBS through flashphoner? The "records" folder was empty so I'm not sure if I'm missing a...
  3. I

    Audio only stream not working HLS

    Hello, I am trying to create a webrtc to HLS audio-only live stream. I'm streaming via browser webrtc and playing it back as HLS using a videojs player. When I set video: false in the constraints, the m3u8 file doesn't seem to get created, causing playback to fail with a file not found error...
  4. I

    Webrtc stream won't stop publishing

    Hello, I have a webrtc setup where the user can start/stop a live stream with buttons. The first time they click the start button, .publish() is called and the STREAM_STATUS.PUBLISHING section of code works great. Then if they click the stop button, .stop() is called and the...
  5. I

    Webrtc streaming keep camera ON when not publishing

    Hello, is there a way to keep the camera on in the localvideo viewport when the stream stops publishing? Right now it seems the camera only goes on when .publish() is executed, and turns off when .stop() is executed. I want the camera to stay on even when the stream has stopped, in case the user...
  6. I

    Ask for camera access only once per web session?

    Hello, I am new to Flashphoner, just using it a few days and getting used to it. I have a webrtc setup (a website application) where you can click a button to test your camera without publishing a stream, and then another button to actually publish. When I click the button to test the camera, it...
Top