Search results

  1. Max

    generic questions

    1. You can publish a stream from ffmpeg using RTMP and then play back in WebRTC browser. 2. You can grab (pull) RTSP stream from Wowza. Example: rtsp://wowzahost:1935/live/stream1 and play in WebRTC browser. You can't 1. Publish to WCS using rtp/rtsp from ffmpeg 2. Pull rtmp stream and play in...
  2. Max

    generic questions

    You can test default sample: https://host:8888/demo2/video-chat As ou can see from logs/flashphoner-manager.log All request are sent to: http://localhost:9091/RoomApp/connect http://localhost:9091/RoomApp/ConnectionStatusEvent http://localhost:9091/RoomApp/publishStream etc So you can create...
  3. Max

    ssl certificates conf

    If you have any issues, please attach logs/flashphoner_manager.log If you have Open JDK java -version Try to install latest JDK from here: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html Here you can find installation instruction...
  4. Max

    ssl certificates conf

    Here what we have with letsencrypt #ls /etc/letsencrypt/live/wcs5-eu.flashphoner.com cert.pem chain.pem fullchain.pem fullchain_privkey.pem privkey.pem README So we can either 1. Import cert.pem chain.pem privkey.pem or 2. Import fullchain.pem privkey.pem Please see attached...
  5. Max

    ssl certificates conf

    Self signed (self generated) certificates will not work. WCS already has self-signed certificates. So you don't need to generate your own. You have to get 'normal' certificates signed by authorized certificate authority (CA). You can get free certificates from letsencrypt.org or on AWS (amazon...
  6. Max

    generic questions

    If no video transcoding used, WCS should handle similar number of connections. You can launch load test from another server: https://flashphoner.com/docs/wcs5/wcs_docs/html/en/wcs-admin-guide/index.html?setup_and_testing-load_testing-load_from_different_server.htm WCS uses REST Methods (Hooks)...
  7. Max

    Видео не запускается на iphone в примере с player, как исправить?

    В нашем примере тоже не работает? https://wcs5-eu.flashphoner.com/demo2/player Код примера меняли?
  8. Max

    problem with sound

    Local time means GMT+4 ?
  9. Max

    problem with sound

    No it does not. We have received all needed information on this moment. Thanks.
  10. Max

    SIP examples not working

    Please send full logfile to logs@flashphoner.com We will check. Make sure your logfile covers the test. It is hourly rotated.
  11. Max

    SIP examples not working

    Callee parameter is incorrect. Try with prefix "sip:" callee='sip:00xxxxxxx@sip.ovh.fr' or without SIP part at all callee='00xxxxxxx'
  12. Max

    publish local media error

    https://github.com/flashphoner/flashphoner_client/blob/wcs_api-2.0/examples/demo/streaming/conference/conference.js#L184 You have to do stream.stop();
  13. Max

    publish local media error

    Maybe you have old conference.js file. Please download latest Web SDK: https://flashphoner.com/downloads/builds/flashphoner_client/wcs_api-2.0/flashphoner-api-0.5.19.2241-d66b4cdfc21e43c4b6785968a2a1c03c7a57e123.tar.gz Here you can find latest conference.js like this one on github...
  14. Max

    publish local media error

    This code is incorrect. Could you say, where did you see such code? Would you give me a link. https://github.com/flashphoner/flashphoner_client/blob/wcs_api-2.0/examples/demo/streaming/conference/conference.js#L227 room.publish({ display: document.getElementById("localDisplay")...
  15. Max

    publish local media error

    Your code is incorrect: room.publish(document.getElementById("myVideo")); Correct code: room.publish({display:document.getElementById("myVideo")});
  16. Max

    publish local media error

    Hello As you can see from conference.js code, ID of div-element is an important part of API. https://github.com/flashphoner/flashphoner_client/blob/wcs_api-2.0/examples/demo/streaming/conference/conference.js#L159...
  17. Max

    problem with sound

    If you see any issues with sound, please 1. Provide server-time when this happened. 2. RTSP url where you have the issue (if it is private information, you can send this to logs@flashphoner.com) 3. Can you reproduce the same in default player in the dashboard https://host:8888/demo2/player ? 4...
  18. Max

    problem with sound

    On the Simple License and default support plan we don't provide any type of emergency or ASAP support or hot fixes. Please contact sales regarding enterprise-level support to get a quote. If you keep SSH access open, we will able to track your server and gather more information to fix this...
  19. Max

    blank on webRTC player

    Please perform update service webcallserver update And try again.
  20. Max

    blank on webRTC player

    Hello Could you share your ffmpeg command and number of WCS build.
Top