Search results

  1. R

    Multiparty conference rtmp publishing

    That's really awesome @Max Thanks for implementing this so quick!!
  2. R

    Switching rtmp published video elements during ongoing video call

    Is it possible to change the video element that has been published to rtmp while an ongoing video conference(many users) call(without user being asked for camera/mic permissions again?) Also can we publish multiple video elements (something like split screen mode) to rtmp during a conference?
  3. R

    Multiparty conference rtmp publishing

    That will be a very useful feature to use custom stream names. For youtube live publishing(something which is in high demand now) if we are not able to use custom names, then it won't work.
  4. R

    Multiparty conference rtmp publishing

    Thanks for the response @Max I tried to follow Alex's answer in which he showed me how conference.js uses https://github.com/flashphoner/flashphoner_client/blob/wcs_api-2.0/examples/demo/streaming/conference/conference.js#L221 to publish the stream. But the challenge that I am facing is that I...
  5. R

    Multiparty conference rtmp publishing

    So does that mean I need to override the room.publish etc.. methods?(because modifying the original flashphoner.js method looks like a bad idea)
  6. R

    Multiparty conference rtmp publishing

    Is it possible to publish multiparty conference to rtmp using wcs? Currently I am simply following the docs here https://flashphoner.com/docs/wcs5/wcs_docs/html/en/wcs-developer-guide-2/ (video conference/web sdk) The video conference works as expected. But if I try to use the rtmp publishing...
  7. R

    WCS developer guide outdated?

    I am following https://flashphoner.com/docs/wcs5/wcs_docs/html/en/wcs-developer-guide-2/ It seems that this is outdated(please correct me if I'm wrong). This link talks about "To analyze the code, let's take the version of file streamer.js with hash cf0daabc6b86e21d5a2f9e4605366c8b7f0d27eb...
  8. R

    Web Call Server Playback not working

    Thanks Max! Its working. Was this documented somewhere? If not then it would be great if it can be documented. PS: I did not receive email notification for your response. Hence responding late after checking this thread on forum.
  9. R

    Web Call Server Playback not working

    It gets established and published. But just the play does not work. I even tried these settings (which includes rules as suggested here https://flashphoner.com/what-firewall-and-nat-rules-should-be-used-with-wcs ): http://i.imgur.com/RypdD20.png Still same result. One thing I noted that after...
  10. R

    Web Call Server Playback not working

    I have setup all traffic and all protocols to allow all ports. Check this screenshot: http://i.imgur.com/Qu0amHC.png I did port routing check. I executed `tcpdump udp port 8443` on the aws instance And on my linux pc I executed `echo -n “hello” | nc -4u -w1 ip_of_instance 8443` And I could...
  11. R

    Web Call Server Playback not working

    The link to check ports gives 404 error
  12. R

    Web Call Server Playback not working

    I am running demos after deploying wcs on ec2 on https://host:8888/dashboard.xhtml In all demos, streaming one for example, when I click the start button, I can see my video in the local window. But in the Preview window, it shows blank. In the flashphoner demo link...
  13. R

    Unable To Connect To Web Call Server https://host:8888

    I found out the issue. It was issue with the Security Group settings on my aws ec2 instance. Had to modify the inbound and outbound traffic rules.
  14. R

    Unable To Connect To Web Call Server https://host:8888

    I followed steps here https://flashphoner.com/docs/wcs5/wcs_docs/html/en/wcs-developer-guide-2/ and setup the web call server on aws instance(free tier). But can not connect to the server from my pc's browser for license activation. I am able to connect it using wget (via putty), but if I try to...
Top