Recent content by kip9696

  1. kip9696

    WebRTC is not visible in provider

    I want just playback, Not published Is it still?
  2. kip9696

    WebRTC is not visible in provider

    I only want to play, but do I need https? Or can I modify the flashphoner.js to get rid of the condition?
  3. kip9696

    WebRTC is not visible in provider

    Hi! I am currently making an WebRTC player, If I create a player on the local server, WebRTC looks good But WebRTC is not visible when I upload the source to the server Please refer to picture below [local] [server] The source and connection environment of both are the same Answer please...
  4. kip9696

    About the ports that need to be opened behind the firewall

    I kept changing /usr/local/FlashphonerWebCallServer/conf I refer to the guide and put it in /conf/ and it works fine. Thank you
  5. kip9696

    About the ports that need to be opened behind the firewall

    But Already I used build 5.2.798... official docker image Is the problem with the conf folder being mounted outside?
  6. kip9696

    About the ports that need to be opened behind the firewall

    Thank you for reply I have one more question See attached photo When i raise the server through docker, the cpu is occupied Only the conf folder is mounted and used And..When I command /service webcallserver restart / ,I show this message.. Of course, ths cpu load is not reduced Why is this?
  7. kip9696

    About the ports that need to be opened behind the firewall

    I am configuring a server behind a firewall udp range changed to 20000-25000 and service ports(ex 8080, 8888 more....) opened Mainly used module is rtsp to Webrtc But I cant receive webrtc video When all ports are open, I can receive Video But When closed except that port, I just receive...
  8. kip9696

    Cant Login page admin account

    I used docker-compose Below is the form And I have attached the log folder Works fine except for admin login Thx
  9. kip9696

    Cant Login page admin account

    OK, I Used Ver 5.2.798 But I still get the problem below Login was done with admin/admin
  10. kip9696

    Cant Login page admin account

    Yes I used ver 5.2.802 This version is works fine What I'm curious about is why I can't log in I log in to this page(https://ip:8888/ as admin/admin but it does not work I only see the Forbidden message I will refer to UDP guide. Thank you Then.. Can I put it in docker environment?
  11. kip9696

    Cant Login page admin account

    Hi I cant login page with admin account (https://~:8888/) I tried login admin/admin but I see forbidden I created server with docker And How Can I change UDP Port range? reply pleeasee thx
  12. kip9696

    Interruption occurs when playing many RTSP

    Even 100kb streams per one will cause an error from the 10th So I am using 2 sessions And what exactly does a channel mean?
  13. kip9696

    Interruption occurs when playing many RTSP

    okay thx The bandwidth simulation result is down speed 1.59Gbps, up speed is 450Mbps In the case of TCP execution, it was useless And, I cant use mixer because later we bring hundreds of streams to one server Also, now it's 4, but i can bring up to 16 In this case, is it possible to solve it...
  14. kip9696

    Interruption occurs when playing many RTSP

    hi, I playing rtsp stream as rtc I play 5 or more streams At this time, each stream will be cut off or stopped Also the initial loading speed is slow or does not turn on I using c5large, ec2 There seems to be no problem on the cpu, Is it a network problem? traffic per video is 2Mpbs Attach the...
Top