Search results

  1. Jai Saravanan

    Hello! there are any way to integrate WCS with a React native app ?

    demo.flashphoner.com is not working react native webrtc (with both UDP and TCP), I am getting below error `Failed by DTLS error`. When I have checked below forum for this issue no answer to overcome the issue. https://forum.flashphoner.com/threads/failed-by-dtls-error.12916/ Thank in advance
  2. Jai Saravanan

    Hello! there are any way to integrate WCS with a React native app ?

    When I checked with the TCP connection, it is not working in both the mobile browser and the desktop browser. I am getting the below error: And I have also added the config-flashphoner.properties file, could guide us anything we are misssing. We also checked by opening all ports in ec-2...
  3. Jai Saravanan

    Failed by DTLS error

    Any update on this issue @Max. Thanks in advance for your support.
  4. Jai Saravanan

    Hello! there are any way to integrate WCS with a React native app ?

    I have checked error log in the ec2 instance, I am getting above error.
  5. Jai Saravanan

    Hello! there are any way to integrate WCS with a React native app ?

    It was working when I tried in my mobile browser with two-way streaming.
  6. Jai Saravanan

    Hello! there are any way to integrate WCS with a React native app ?

    We have made available UDP media ports (31001-32000) on the server from the client. But I am still facing the same issue when trying to publish the stream.
  7. Jai Saravanan

    Hello! there are any way to integrate WCS with a React native app ?

    I am actually using your demo server for streaming `wss://demo.flashphoner.com:8443` for initial testing. But I am facing the same issue. Do you have any restrictions from your side?
  8. Jai Saravanan

    Hello! there are any way to integrate WCS with a React native app ?

    Exact error message while I am trying to publish the stream. Already this issue has been reported in another forum. https://forum.flashphoner.com/threads/failed-by-dtls-error.12916/ As you say, do I need to check all our app users' devices' "outgoing connections to UDP ports 31001-32000"...
  9. Jai Saravanan

    Hello! there are any way to integrate WCS with a React native app ?

    Similarly in "publishStream", getting failed state in the "onconnectionstatechange" callback function of RTCPeerConnection. Added the screenshot below. Added the stream code below: const App = () => { const uuid = uuid_v1(); const [stream, setStream] = React.useState<MediaStream>()...
  10. Jai Saravanan

    Hello! there are any way to integrate WCS with a React native app ?

    As per documentation, "Playstream" message has been sent to WCS and I got the response of "notifyAudioCodec", "setRemoteSDP", and "notifyStreamStatusEvent". But I didn't get the response of "notifyVideoFormat" and the stream is not playing is just an empty page. It didn't trigger the...
  11. Jai Saravanan

    Hello! there are any way to integrate WCS with a React native app ?

    Is there any working version for WCS raw Websocket API + WebRTC implementation? Any github example or any workaround to implement the WCS raw Websocket API + WebRTC implementation. https://docs.flashphoner.com/display/WCS52EN/Raw+WebSocket+API#RawWebSocketAPI-publish Where do we get the...
Top