- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2020 01:08 AM
Dear,
I have CMS 3.1 and a Callbridge VM and Streamer VM.
is there any scenario based configuration for streamer in CMS 3.1? (Please refer to it)
is there any way that i can see the streamer url in cospace to use it in VLC for seeing the stream session?
how can i get the stream url, where should i get that? (is using Vbrick or wowza mandatory) is there any opensource rtmp server that i can use to create url?
how the streamer works? i call cospace with stream button and from outbound rule i send that uri to streamer server and then what happend? what is the job of streamer server if i should use third party app like wowza or Vbrick.
I just want to see the stream session from VLC, is that possible without any third-party server?
Thanks
Solved! Go to Solution.
- Labels:
-
Conferencing
-
Video Conferencing
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2020 06:00 AM - edited 12-19-2020 06:02 AM
You need a Wowza or Vbrik for streaming the content to youtube, Fb or other platforms.
To see the streaming Url use below command on postman.
GET : https://CMSIP:8443/api/v1/coSpaces/spaceID
To watch streaming on VLC use the streaming link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2020 06:00 AM - edited 12-19-2020 06:02 AM
You need a Wowza or Vbrik for streaming the content to youtube, Fb or other platforms.
To see the streaming Url use below command on postman.
GET : https://CMSIP:8443/api/v1/coSpaces/spaceID
To watch streaming on VLC use the streaming link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2020 11:43 AM
hi
could you please confim , if i can just use
GET : https://CMSIP:8443/api/v1/coSpaces/spaceID link form CMS and put the link in VLC to watch the stream. with no need for Vbrik at all
thanks in advance
Cdt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2020 06:19 AM
How use the Cisco CMS streamer configuration is this Cisco-Meeting-Server-3-0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2020 06:21 AM
Received this information, Streamer component supports the RTMP standard in order to work with third party
streaming servers that also support the RTMP standard. Vbrick is the officially supported
external streaming server, however, other servers have also been tested.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2020 06:22 AM
enable additional SIP tracing using the Logs > Detailed tracing page in the Web Admin
Interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2020 11:44 AM
Hi Team
could you please confim , if i can just use
GET : https://CMSIP:8443/api/v1/coSpaces/spaceID link form CMS and put the link in VLC to watch the stream. with no need for Vbrik at all
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2020 06:02 PM
You need Vbrik or Wowza for streaming.
To watch on VLC you need to use below.
Media > Open Network Stream > rtmp://WOWZAStreamer server IP:1935/live/CMSSTREAM
GET : https://CMSIP:8443/api/v1/coSpaces/spaceID will provide configured URL details on streaming space as mentioned below.
GET : https://1CMSIP0:8443/api/v1/coSpaces/cqfaed65-fecc-4655-a79f-210d3964f8f1
<?xml version=”1.0″?>
<coSpace id=”cqfaed65-fecc-4655-a79f-210d3964f8f1″>
<name>Stream Space</name>
<autoGenerated>false</autoGenerated>
<uri>stream.space</uri>
<secondaryUri>81005</secondaryUri>
<streamUrl>rtmp://cms:username@XX.XX.XX.XX/live/CMSSTREAM</streamUrl>
</coSpace>
