Search results

  1. antu123

    issue with switch camera flashphoner in react

    showStat function is not working react js loadStats = () => { if (publishStream) { publishStream.getStats(function (stats) { if (stats && stats.outboundStream) { if (stats.outboundStream.video) {...
  2. antu123

    issue with switch camera flashphoner in react

    Hello @Max Recording video quality is low how to change same like stream quality Recording video size is 600x450 but stream quality 1280 x 720 pixels
  3. antu123

    issue with switch camera flashphoner in react

    hello @Max we are getting recoding video url in console. but not able to play or download. http://localhost:3000/client/records/ folder is blank no screaming video save in it.
  4. antu123

    issue with switch camera flashphoner in react

    I have provided websocket WCS URL in urlServer calling Flashphoner.createSession() method but getting same error. when i use let url = this.state.serverUrl; instead of var url = document.getElementById("url").value; show like below screen short otherwise showing same error TypeError...
  5. antu123

    issue with switch camera flashphoner in react

    Please check TypeError: options.urlServer must be provided
  6. antu123

    issue with switch camera flashphoner in react

    yes the Stream Recording example work for us
  7. antu123

    issue with switch camera flashphoner in react

    hello @Max @swatisinhamis I already follow this ( Stream Recording example (GitHub) in browser, it uses this method ) doc.
  8. antu123

    issue with switch camera flashphoner in react

    hello @Max @swatisinhamis we are getting error on unpublished button streaming. TypeError: stream.getRecordInfo is not a function
  9. antu123

    issue with switch camera flashphoner in react

    hello @Max @swatisinhamis After Adding Stream recording properties & function in react project. we are getting error on unpublished button streaming. Also Download Link button not working.
  10. antu123

    issue with switch camera flashphoner in react

    Hello Max , I have been trying to create two component one for local or one for remote. When I added remote code in other component play button functionality stopped working. I'm requesting you to please add a remote code in separate component with react function-based for this, please. also...
  11. antu123

    issue with switch camera flashphoner in react

    Hello Max , I want to know how can I record a stream in React Functional component and then upload it to a remote server. Thanks for your help
  12. antu123

    issue with switch camera flashphoner in react

    I have been trying to convert Media Devices Functionality (https://github.com/flashphoner/flashphoner_client/tree/wcs_api-2.0/examples/demo/streaming/media_devices_manager) file to React Functional component. And seems the participant misbehave. When I remove a participant it still shows the...
  13. antu123

    issue with switch camera flashphoner in react

    hello Please check below attachment.
  14. antu123

    issue with switch camera flashphoner in react

    hello when switch camera front to back that time back cam not working in mobile browser.
  15. antu123

    issue with switch camera flashphoner in react

    Hello there Seems like there's an issue with switch camera in media devices on Two Way Streaming React. I have added JavaScript function in my project but not working. How to fix it ? Please check below url https://mindinfodemo.com/testinantu/
Top