Recent content by KaranBhansali91

  1. KaranBhansali91

    Urgent - Wss failed

    Please find the attached log image. The websocket connection is failing
  2. KaranBhansali91

    Flashphoner vod logs

    After executing the ffmpeg command mentioned in the document, still we are not able to publish.
  3. KaranBhansali91

    Flashphoner vod logs

    Hi, I have send a different file , the issue is there even after adding the properties mentioned above.
  4. KaranBhansali91

    Flashphoner vod logs

    Hi, The following properties are already configured.
  5. KaranBhansali91

    Flashphoner vod logs

    Hi, We are trying to publish vod using a file uploaded to s3 bucket, but it is failing to do so. Kindly check the image
  6. KaranBhansali91

    Flashphoner media device release

    Hi, We are using Flashphoner.releaseLocalMedia(localVideo) to release the media device, when the component unmounts in react. The webcam light remains on even though, can you confirm the code is written correctly?
  7. KaranBhansali91

    Live broadcast not visible on instagram

    The reponse we get once the transponder started [ { "mediaSessionId": "ou2qcp97itc913lui2ctcj9gj8", "streamName"...
  8. KaranBhansali91

    Live broadcast not visible on instagram

    After updating server to latest build and flasphoner.properties, the live broadcast not appearing on instagram.
  9. KaranBhansali91

    Live broadcast not visible on instagram

    It is not sometimes. We have tried multiple times, same issue we have faced.
  10. KaranBhansali91

    Live broadcast not visible on instagram

    Hi, We have setup a server to live broadcast to instagram app. The live stream is pushed using REST API /push/startup, it was working fine last week. Suddenly the live stream is not visible on instagram app. Attached below the log file
  11. KaranBhansali91

    Origin edge server setup

    Hi, How to autoscale the origin edge setup using domain and not private IP address? As we cannot autoscale origin server using private IP
  12. KaranBhansali91

    Enforce Video framerate constraint

    Hi, We are streaming the content to youtube by using flashphoner We are using sdk api with configuration streamPublish = flashphonerSession.createStream({ name: streamName, display: localVideo, cacheLocalResources: true, receiveVideo: false...
  13. KaranBhansali91

    Enforce Video framerate constraint

    Hi, We want framerate to be enforced at 60 fps in the screenshare using canvas streaming. The recorded video details shows 14 fps on the flashphoner constraints: { video: { width: 1280, height: 720, frameRate: 60, }, } Regards
  14. KaranBhansali91

    AWS cloudfront with flashphoner

    We have configured Nginx for port proxy pass http://wcs-host:8445 to 443(https) then attached wcs machine with ALB -> ALB attached with CloudFront --> Cloud Distribution domain name attached with Route53 Domain.
  15. KaranBhansali91

    AWS cloudfront with flashphoner

    Hi, After attaching aws cloudfront to flashphoner, we get error message net::ERR_CERT_COMMON_NAME_INVALID. Please also let us know flashphoner will work on AWS cloudfront or not ? We have implemented HLS using pull rest api /rest-api/pull/pull from another flashphoner server. Regards...
Top