Search results

  1. burak guder

    WebRTC as RTMP re-publishing What is the CPU usage rate

    I want to send many users (1000 active user) webcam to rtmp server. What is the system resource required for re-publish ?
  2. burak guder

    canvas element to stream

    Hi Flah Phoner I actively use your system and I am very satisfied. I am developing a product and I want to use flashphoner for it. I want to add screen sharing and camera to canvas element and to send this element as a stream I attached an image
  3. burak guder

    backup Stream ( is it possible incoming 2 stream to broadcast )

    I found a solution like this <?php $backup = 'rtsp://xxxxxxxxx/live2.sdp'; $main = 'rtsp://xxxxxxxxxxx/live2.sdp'; $i = 100; while ($i < 200) { exec("curl --head --connect-timeout 2 -i -X OPTIONS $main >out.log"); $status = 0; foreach(file('out.log') as $line) {...
  4. burak guder

    backup Stream ( is it possible incoming 2 stream to broadcast )

    this is working but stream is taking too long to drop (12 sec) how can i shorten this period?
  5. burak guder

    is it possible Screen sharing to rtmp re-stream ?

    Hi FlashPhoner is it possible to send screen sharing to rtmp server? can you offering sample code ? tnx
  6. burak guder

    backup Stream ( is it possible incoming 2 stream to broadcast )

    Hi Flahphoner When the rtsp stream is wrong I want to use the broadcast from the 2nd rtsp url. Is this possible ? I could not do this on the player. Player gives error code too late This would be great if flashphoner can do this
  7. burak guder

    flashphoner does not work in webview in mobile application

    Hi Maks I get an error for Xcode 11 compilation. I get an error for xcode 11 build. Is there a current code sample for ip camera stream only. I need a quick solution because my customers are very squeezing me.
  8. burak guder

    flashphoner does not work in webview in mobile application

    I'm just going to use the player. Does ios webview support this ? do you have the basic player code for webrtc
  9. burak guder

    flashphoner does not work in webview in mobile application

    thanks for the answer; Is it possible to receive lag-free broadcasts using ios and android sdk? Where can I find simple codes that I will use only for the player ?
  10. burak guder

    flashphoner does not work in webview in mobile application

    we added iframe code into ios and android apps (inapp) but it fails in the app error : none of preferred MediaProviders available. mobile browser and desktop browser don't give an error, i just get errors in the app
  11. burak guder

    I cannot install the ssl certificate

    creating ssl using certbot but I can't add from admin panel because menus are disabled you can see the error in the attachment I'm waiting for your help
  12. burak guder

    720P 1000K webrtc system requirement

    The average response time of your support service is very poor. :(
  13. burak guder

    720P 1000K webrtc system requirement

    thanks for your answer no transcoding in the system Because the absence of delay is important 720P , 800K Bitrate webrtc live stream 500 current for user's use CPU: Intel Xeon E3-1230v6 - 4c/8t - 3.5GHz /3.9GHz RAM: 16GB DDR4 ECC 2400MHz Port: 1 Gbit dedicated port Is it enough ...
  14. burak guder

    720P 1000K webrtc system requirement

    Hi FlashPhoner 720p video For 1000 webrtc users, what should be the server power? CPU: Intel Xeon E5-1650v3 - 6c/12t - 3.5GHz /3.8GHz RAM: 64GB DDR4 ECC 2133 MHz are these features sufficient? Thanks for your help
  15. burak guder

    aac audio Synchronous problem

    hi after a while audio sync deteriorates over time. page refleshing problem solved Pls help me My configuration : #server ip ip =xxxx ip_local =xxxxx #webrtc ports range media_port_from =31001 media_port_to =32000 #codecs codecs...
  16. burak guder

    Change appKey ?

    Hi I want to change the appKey name Flashphoner.createSession({appKey:"newKey", urlServer: urlServer, mediaOptions: mediaOptions}).on(SESSION_STATUS.ESTABLISHED, function (session) { but not working player .
  17. burak guder

    Rest API Start / Stop RTSP push

    I guess no solution :(
  18. burak guder

    Rest API Start / Stop RTSP push

    yes worked but press play button is coming stream. Can I completely block the broadcast ?
  19. burak guder

    Rest API Start / Stop RTSP push

    how to stop stream ?
  20. burak guder

    Rest API Start / Stop RTSP push

    Using Rest Api what should i do to stop the broadcast or start
Top