Search results

  1. A

    Add delay to player

    That is what we are doing currently.. publishing delayed using OBS where there is an option to add a delay. Ideal would have been to have this working with single stream as upload speeds are limited and streaming twice affects the general performance of both streams. Or have an option to auto...
  2. A

    Add delay to player

    Thanks will wait. Would you be able to choose from client side to add delay to the stream based on user subscription?..That would be ideal.
  3. A

    Add delay to player

    thanks Max, any timeline for the WCS-2816?
  4. A

    Can you please link ticket WCS-2753 to my account

    Thanks, Setup is all done and working nicely. We have tested this with live environment by changing the auto-scale CPU to 15% which caused new instances to start and started taking the new connections.
  5. A

    Can you please link ticket WCS-2753 to my account

    Hi Max, Would you not just install the SSL on the load balancer as the domain will be linked with LB IP ?
  6. A

    Can you please link ticket WCS-2753 to my account

    Hi Max, I followed the document and deployed the setup. I am not sure how to set up SSL on the edge as domain is linked with the external IP of the load balancer. I have normally used the cert-auto tool and certified the domain using letsencrypt, download the pem files, and upload them using...
  7. A

    Can you please link ticket WCS-2753 to my account

    thanks Max, will try that.
  8. A

    Add delay to player

    Hi Max, I checked the flashphoner.properties and its setup as rtmp_transponder_stream_name_prefix =rtmp_ rtmp_transponder_full_url=true Testing demo.flashphoner.com Using the WebRTc as RTMp example, streamed with the streamName xyz Tried to play the stream as rtmp_xyz using the player...
  9. A

    Add delay to player

    How can I find the name of rtmp stream? So that we can play via webrtc
  10. A

    Add delay to player

    session.createStream({ name: streamId, display: document.getElementById('media-publisher'), record: false, constraints: constraints, rtmpUrl: YTRTMPURL }).... How do you force to play rtmp stream? In the above code, we just pass the streamName and if...
  11. A

    Add delay to player

    Hi Max, We tried switching to TCP and it didn't make much difference. Latency was still sub-second. Could something like this work: - We stream over WebRTC and also to WCS rtmp URL (same server) - then can we force the player to play using webrtc but using the source stream from RTMP. - Would...
  12. A

    Playing Adverts into the stream

    Hi Max, This solution has been working fine and connections get added and removed nicely. I noticed today we had few connections from same Ip but different ports. /193.117.128.46:52072/xxxxxx:8443-be12046c-4673-4fc6-9a6f-6f4164ef4336...
  13. A

    Can you please link ticket WCS-2753 to my account

    that's a great news Max, thanks for your help.
  14. A

    Can you please link ticket WCS-2753 to my account

    Hi Max, Thanks for that, Any idea on time estimate on that so we can plan it, anything you can do to make it faster would be highly appreciated.. thanks Azhar
  15. A

    Can you please link ticket WCS-2753 to my account

    Hi Max, Can you please link WCS-2753 to my account so I can see if there is any update on it. Regards Azhar
  16. A

    Add delay to player

    Hi Max, Would there any proper solution to allow a delay setting for some users? Its quite an important requirement for us and if this can be added in the roadmap that would be great. Your suggested recording solution seems, it might work for some but just doesn't seem robust enough to rely...
  17. A

    Audio Only stream not working on Firefox

    thanks Max, it works.
  18. A

    Audio Only stream not working on Firefox

    Hi Max, We have found an issue and tested that on demo.flashphoner.com. We streaming our service using chrome using the following constraints. {audio:true, video:false} We have been contacted by some users who use Firefox to listen to our feed. They have complained that they can't hear any...
  19. A

    Playing Adverts into the stream

    Hello Max, Thank you for the help in recent posts. I can confirm we have successfully moved away from the roomAPi. We also used the rest-api to send the data events to start / stop / advert. Couple of questions though 1 - Whats the best way to protect the rest-api? e.g someone can easily...
  20. A

    Playing Adverts into the stream

    Thanks max.. I will look into this now. Can you confirm we wouldn't have issue sending messages from large user base from server and it wouldn't create a bottlenecks?
Top