06-14-2022 11:22 PM
can we do Multiple livestreaming in CMS. If so, what mightnbe the requirements? TIA.
Solved! Go to Solution.
06-15-2022 12:33 AM
AFAIK this should work. I don't see any restriction in the deployment guide.
So, multiple platforms just need to listen on the same RTMP URL, which was configured in the space.
06-16-2022 04:10 PM - edited 06-16-2022 04:12 PM
@plp_pnlr To send different streams to different platforms like youtube and facebook you can use NGINX with the following script:
rtmp {
server {
listen 1935;
chunk_size 4096;
application live {
record off;
live on;
push rtmp://@ stream url of youtube
push rtmp://@ stream url of facebook.
On your CMS you point your stream url to the NGINX VM and the NGINX will push the stream to youtube and facebook with the script above.
06-14-2022 11:55 PM - edited 06-14-2022 11:56 PM
Hi,
What you mean exactly with "multiple live streaming"?
That one conference is streamed to multiple endpoints?
Or that multiple conferences can use the streaming feature?
If you maybe describe your planned scenario a bit more, then it would be easier to help you.
06-15-2022 12:17 AM
multicast in multiple platform. say, youtube and facebook at the same time.
06-15-2022 12:33 AM
AFAIK this should work. I don't see any restriction in the deployment guide.
So, multiple platforms just need to listen on the same RTMP URL, which was configured in the space.
06-16-2022 01:52 AM
Also can we use CMS without CUCM?
06-16-2022 04:07 PM - edited 06-16-2022 04:16 PM
@plp_pnlr If the users use the web browser (webrtc) to access the conferences. Yes you dont need a call control. When using the webrtc the users connect to webbridge then to callbridge
06-16-2022 09:14 PM
what if users have video endpoints but doesn't have cucm?
06-16-2022 04:10 PM - edited 06-16-2022 04:12 PM
@plp_pnlr To send different streams to different platforms like youtube and facebook you can use NGINX with the following script:
rtmp {
server {
listen 1935;
chunk_size 4096;
application live {
record off;
live on;
push rtmp://@ stream url of youtube
push rtmp://@ stream url of facebook.
On your CMS you point your stream url to the NGINX VM and the NGINX will push the stream to youtube and facebook with the script above.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide