Search results

  1. A

    Playing Adverts into the stream

    Hi Max, Thanks again To do this, I would need to change the appurl to my custom URL? Would that also work for the RoomAPI? The reason we use the room api is because, our service is not live all the time but users can stay connected to it and when publisher goes live, there are events which...
  2. A

    Urgent Help Please

    Thanks for the help
  3. A

    Urgent Help Please

    Strange its working now..I was getting the error stream.status() as failed and get info was undefined
  4. A

    Urgent Help Please

    I followed this post https://docs.flashphoner.com/display/WCS52EN/Memory+management+in+Java#MemorymanagementinJava-TheZGarbageCollector and installed the version 12. Now i can start the server but stream keeps failing. Any idea? I am trying to use the demo site and use the streamer example...
  5. A

    Urgent Help Please

    Hmm.. it was working fine before I renewed the ssl using cert auto..that must have broken it
  6. A

    Urgent Help Please

    Hi Max, Please help, our SSL expired and I renewed it and now I can't start the server. It keeps saying failed and nothing seems to appear in the logs. I have emailed support with the SSH access. thanks
  7. A

    Playing Adverts into the stream

    We have previously implemented hooks to authenticate the normal webrtc streams but never manage to get that working for the roomAPI. Here is the link of the thread https://forum.flashphoner.com/threads/our-server-is-being-spammed.12098/post-20396 Would you be able to be a little more specific...
  8. A

    Playing Adverts into the stream

    Our server is very powerful and during peak time with over 1K users connected, CPU stays about 3%. stream.getInfo() returns "undefined" Please ignore the advert altogether. My question regarding stream crashing is when sendMessage is called for every participant (when connected clients are...
  9. A

    Playing Adverts into the stream

    Hi Max, thanks for the detailed explanation. Only issue I see here is, we need to play the advert based on the user. That was the reason we were doing this client side e.g Publisher presses the play advert button. A message is sent to all clients to play an advert. User 1 - PlaysAdvert1.mp3...
  10. A

    Playing Adverts into the stream

    You have misread my message, ignore the fact we are playing adverts. Sending a message to all 700 clients Fails the streams. var participants = roomObj.getParticipants(); for (var i = 0; i < participants.length; i++) { participants.sendMessage('Hello')...
  11. A

    Playing Adverts into the stream

    Sorry I should have mentioned. I didnt use the above method you mentioned and tried to play the advert in the same video element. var videoObj = document.getElementById(videoObjID); videoObj.src = 'https://urlformp3'; tmpSourceObject = videoObj.srcObject...
  12. A

    Playing Adverts into the stream

    Hi Max, I am trying to implement the solution. We have roughly 700 clients connected to our stream. I send all of them a message to say play advert. To do that we look through all participants and send a message to them using a loop in javascript. After that loop stream just fails and we get...
  13. A

    Playing Adverts into the stream

    Hi Max, This is exactly how we have done it. Only issue with this method is calling play.. chrome often blocks the play due to auto play policy. Any way to avoid that?
  14. A

    Playing Adverts into the stream

    Also to add to that.. some users have paid subscription so they shouldn't get any adverts.. so triggering the advert from client browser also helps
  15. A

    Playing Adverts into the stream

    Thanks for that..advert is of mp3 format. Ideally we would want to trigger an advert from client browser. In our case, we have provided our stream as white label to other sites. When publisher decides to play an advert we send a message to all connected clients who based on their site play their...
  16. A

    Playing Adverts into the stream

    Hi Max, Thanks for response. Can you please guide to any sample or example on how to achieve that with mixer?
  17. A

    Playing Adverts into the stream

    Hi, I wanted to ask if there is any way to inject the audio only adverts into the stream? We have a voice only service which user subscribe to, we would like to play adverts where admin press a button and the advert is choose based on some business logic and it plays to the users who are...
  18. A

    Republishing it to Youtube

    Hi, I am trying to republish our stream to Youtube. I have done the following but it does not work. I have enabled full url and restarted the server rtmp_transponder_full_url=true Using client SDK, when we create the stream, we are sending the full Youtube URL session.createStream({...
  19. A

    Stream getting stuck for several seconds

    Max, Thanks for the detailed information. I will review it and get back to you.
  20. A

    Stream getting stuck for several seconds

    We stream using obs..is there anything there we can do to make a change..480p would be very low res for us to stream..server is hardly doing anything while it's on.. we can increase the memory or cup there if that would help. I didn't understood your comment about subscriber choosing vp8..how...
Top