Recent content by Eric Lapouyade

  1. E

    How to convert rtsp to webrtc

    Now I can connect to ws://127.0.0.1:8080, but the the rtsp stream still cannot be read (timeout in the logs). May we can force TCP to avoid to loose some time trying UDP ... I just sent you logs and conf dirs to your email.
  2. E

    How to convert rtsp to webrtc

    You said that local port 127.0.0.1:8443 is failed by timeout, but when I press connect button, I see "ESTABLISHED", so the timeout should be more to read the rtsp stream, on VLC it takes 13s to get started. When I use https://127.0.0.1:8888, it still does not work with your tips. your demo site...
  3. E

    How to convert rtsp to webrtc

    Unfortunately, the rtsp stream is in a LAN, You cannot reach our network. I tried rtsp_interleaved_mode=false and restart but it did not help : # tail -f /usr/local/FlashphonerWebCallServer/logs/flashphoner_manager.log 09:39:25,675 INFO agerRemoteRmiService - RMI TCP Connection(4)-127.0.0.1...
  4. E

    How to convert rtsp to webrtc

    I put wss://localhost:8443 in "WCS URL" field, the connection is "established", I put 1111 in "Publish" field, then I put rtsp://x.x.x.x:55480/axis-media/media.amp?videocodec=h264 in "Play" field but it does not work : I get a "FAILED" If I use the same URL with vlc, it is running fine (full HD...
  5. E

    How to convert rtsp to webrtc

    Hi all, I would like to convert and serve (one to many) a stream from rtsp://IP1:port1/URL1 to webRTC : how do I configure that onto flashphoner ?
Top