Search results

  1. M

    HLS edge server not playing

    @Max I have another question. We have an android app where HLS stream can be played by the users. If the ACAO has to be set with domain name to whitelist, it will not work with mobile app. right? Is there any way we can do the same for mobile apps?
  2. M

    HLS edge server not playing

    You should add the following parameters to flashphoner.properties on HLS Edge servers behind load balancer hls_access_control_headers=Access-Control-Allow-Origin: http://load-balancer-domain:8081;Access-Control-Allow-Methods: GET, HEAD;Access-Control-Max-Age: 3000;Access-Control-Expose-Headers...
  3. M

    AWS Marketplace AMI for CDN and autoscaling

    Thanks for the update Max. Will check on that.
  4. M

    HLS edge server not playing

    Yeah. I fixed that. I hope that is not the issue with CDN connections. Sorry Max. I can't give SSH access due to privacy concerns. I will check with the steps you shared and come back to you again.
  5. M

    AWS Marketplace AMI for CDN and autoscaling

    Great Max. Thanks for the update. But you said in above thread that Marketplace AMI can't be used with autoscaling since there is some billing issues with that AMI. Is that fixed now?
  6. M

    Multiple Edge servers behind AWS LB not communicating

    Thanks Max. I fixed that.
  7. M

    HLS edge server not playing

    Thanks Max. Please check the config files below Origin server #server ip ip ={PUBLIC_IP} ip_local ={LOCAL_IP} #webrtc ports range media_port_from =31001 media_port_to =32000 #codecs codecs...
  8. M

    HLS edge server not playing

    I fixed the issue by updating to latest build but after update, WCS CDN failed to push streams from origin to edge servers. Any additional configurations is need to be done with the latest build? When I logged in as admin and ran "show cdn-nodes", it doesn't show the edge servers, same as in...
  9. M

    Multiple Edge servers behind AWS LB not communicating

    Thank you. I have already added what you said but still CORS issue happens where there are mutiple edge servers behind load balancer.
  10. M

    HLS edge server not playing

    I have already added like below in all edge servers hls_access_control_headers=Access-Control-Allow-Origin: *;Access-Control-Allow-Methods: GET, HEAD;Access-Control-Max-Age: 3000;Access-Control-Expose-Headers: Accept-Ranges, Content-Range, Content-Encoding, Content-Length Still CORS issue is...
  11. M

    Multiple Edge servers behind AWS LB not communicating

    @Max this issue is happening again. After enabling stickiness in load balancer, it worked for few weeks. But all of a sudden now, it is not working. Is there any configuration change happened?
  12. M

    HLS edge server not playing

    That issue got resolved by restarting the webcall server. But I am continuouslu getting below error 13:07:21,509 ERROR WCSAgent - API-ASYNC-pool-12-thread-3 ed6bef02-4c76-4680-8208-be4500c4324d Stream 32565-1594643557-764140 local failed 13:08:25,355 ERROR MuxDecoder -...
  13. M

    HLS edge server not playing

    Hi, I am recieving error messages like this 12:51:48,000 ERROR WCSAgent - API-ASYNC-pool-12-thread-1 7467ef3a-fe12-45b5-a875-822cd2ae370e Stream 38-1594642976-586182 local failed 12:51:48,039 ERROR Server - HLS-38-1594642976-586182 Uncaught exception...
  14. M

    AWS Marketplace AMI for CDN and autoscaling

    Okay. Thanks Max. We planned to use AWS marketplace AMI as we don't to face the license auto-renew issue like we faced yesterday since more customers are using the service right now. If the license expiration issue will not happen again, I think our current setup is good enough. One question...
  15. M

    AWS Marketplace AMI for CDN and autoscaling

    You mean Marketplace AMI. right? But if we create a custom AMI by installing flashphoner manually and activating the license, autoscaling will work. Am I right?
  16. M

    AWS Marketplace AMI for CDN and autoscaling

    You mean marketplace flashphoner AMI can't be used for autoscaling configuration. is that right? If it so, why?
  17. M

    AWS Marketplace AMI for CDN and autoscaling

    Hi, Based on this link https://forum.flashphoner.com/threads/flashphoner-license-not-renewed.13038/, we faced a same issue yesterday where our license changed to expired state even though auto-renew is enabled last month itself. This broke our production system streaming functionality. So we...
  18. M

    Flashphoner process got killed

    Hi, I am using CDN concept with Origin and edge servers in production where WebRTC is published in Origin servers and streaming is viewed though HLS in edge servers. It was working well, but yesterday edge servers failed to stream and when I checked with the servers, the flashphoner process...
  19. M

    Modify 404 response from REST API

    okay. Thank you Max. Let me check.
  20. M

    Modify 404 response from REST API

    Hi, I used this API (rest-api/cdn/show_routes) to get the streams active in CDN. If the streams are active , it returns 200 response when there are no streams in CDN 404 response is returned. The actual issues come here when I am using AWS Loadbalancer to call this API. When 200 response is...
Top