Search results

  1. M

    WebRTC Streaming issues

    Great. Thank you Max. I will update my application.
  2. M

    WebRTC Streaming issues

    But the actual issue is webrtc preview screen goes black after sometime, approximate 8 minutes I want to know whether this issue related to browser constraints settings ({audio:false, video:true} or rtp_activity configs Please check my initial post
  3. M

    WebRTC Streaming issues

    WebRTC streaming and HLS for viewing the stream. Is that required to add those constraints for muted and non-muted videos?
  4. M

    WebRTC Streaming issues

    In Ipad on safari browser, the issue can be reproduced. When audio is muted, the video goes black approximately at 8 minutes. I have configured the below settings in my origin server: rtp_activity_timeout=180 rtp_activity_video=false rtp_activity_audio=false Is there any other settings...
  5. M

    Malformed response headers

    Thanks for the update Max. I will check
  6. M

    WebRTC Streaming issues

    This issue gets reproduced only in ios (safari and chrome) and the ios version is 12.4. FYI, this issue happens randomly. Okay. Thank you. Will update and check.
  7. M

    HLS first user issue

    Hi Rafael, Thank you for the response. Can you share the API you used to trigger the HLS play?
  8. M

    HLS first user issue

    Hi, I m publishing the streams to origin servers and playing using HLS by edge servers. When a first user tries to view the stream, the stream can't be played in player and buffer gets stalled out. If it is played again, then streams gets played. Based on this link...
  9. M

    Error with WebRTC stream

    More errors
  10. M

    WebRTC Streaming issues

    Hi, I have two issues with webRTC Streaming, 1) After sometime when a stream is published, the video goes black at streaming side but at viewer side, the stream can still be viewed. Please check attached image below 2) Streaming gets disconnected automatically after 1-2 hours. I found below...
  11. M

    Error with WebRTC stream

    Hi, I am recieving following error in origin server logs ERROR BitstreamNormalizer - STUN-UDP-pool-46-thread-253 Failed to normalize SPS...
  12. M

    Malformed response headers

    Hi, My Origin and edge servers are behind AWS Load balancers respectively. Whenever there is a 200 response from WCS server, the Load balancer returns response witn 200 HTTP code. But when the WCS server returns 404 or 401, then the Load balancer returns 502 or 503 respectively which means LB...
  13. M

    AWS Marketplace AMI for CDN and autoscaling

    Max, the marketplace AMI used Amazon Linux AMI 1 which is going to reach end of support. Also many packages are not available to install like coturn (which is available in Amazon linux 2 but not in Amazon Linux 1) https://aws.amazon.com/amazon-linux-ami/ Can you please update the Flashphoner...
  14. M

    AWS Marketplace AMI for CDN and autoscaling

    Thank you Max. I will check.
  15. M

    AWS Marketplace AMI for CDN and autoscaling

    Hi Max, With AWS Market place AMI, is that possible to change, delete and add REST API users and its password during launching instance. I mean in launch template userdata. https://docs.flashphoner.com/display/WCS52EN/AWS+load+balancer+with+auto+scale+quick+setup
  16. M

    HLS edge server not playing

    Yes Max.
  17. M

    I would like to get HSL url

    Hi Pitchaya, You can play the stream using HLS URL by following below format http://{SERVER_IP OR DOMAIN_NAME}}:8082/{streamname}/{streamName}.m3u8 SERVER_IP or DOMAIN_NAME is the server where the stream got published. Also check 8082 is allowed.
  18. M

    HLS edge server not playing

    But the edge server will show the active CDN routes once the stream is published in origin server. I mean when this REST call "rest-api/cdn/show_routes" is executed and the stream is published in origin server, even if no one tries to play the stream on edge that API call will show the stream...
  19. M

    HLS edge server not playing

    okay. Thank you Max. I have one more question, when a stream is published in origin server and what is the maximum time needed for edge server to retrieve that stream from origin? Will the edge server pull the stream immediately from origin server?
  20. M

    HLS edge server not playing

    okay. I am checking on that. Also is it possible to add multiple domains to whitelist in the flashphoner properties file. If it is not, can you add that feature because streaming will be played from various web apps, so adding new server for each web app will not be a good approach. Requesting...
Top