Configuring VideoStream
- Finding Feature Information
- Prerequisites for VideoStream
- Restrictions for Configuring VideoStream
- Information about VideoStream
- How to Configure VideoStream
- Monitoring Media Streams
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest feature information and caveats, see the release notes for your platform and software release.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is not required.
Prerequisites for VideoStream
Make sure that the multicast feature is enabled. We recommend configuring IP multicast on the controller with multicast-multicast mode.
Check for the IP address on the client machine. The machine should have an IP address from the respective VLAN.
Verify that the access points have joined the controllers.
Restrictions for Configuring VideoStream
Information about VideoStream
The IEEE 802.11 wireless multicast delivery mechanism does not provide a reliable way to acknowledge lost or corrupted packets. As a result, if any multicast packet is lost in the air, it is not sent again which may cause an IP multicast stream unviewable.
The VideoStream feature makes the IP multicast stream delivery reliable over the air, by converting the multicast frame to a unicast frame over the air. Each VideoStream client acknowledges receiving a video IP multicast stream.
How to Configure VideoStream
Configuring Multicast-Direct Globally for Media-Stream
1. configure terminal
2. wireless multicast
3. IP igmp snooping
4. IP igmp snooping querier
5. wireless media-stream multicast-direct
6. wireless media-stream message
7. wireless media-stream group<name><startIp><endIp>
8. end
DETAILED STEPS
Configuring Media-Stream for 802.11 bands
1. configure terminal
2. ap dot11 24ghz | 5ghz media-stream multicast-direct
3. ap dot11 24ghz | 5ghz media-stream video-redirect
4. ap dot11 24ghz | 5ghz media-stream multicast-direct admission-besteffort
5. ap dot11 24ghz | 5ghz media-stream multicast-direct client-maximum [<value >]
6. ap dot11 24ghz | 5ghz media-stream multicast-direct radio-maximum 20
7. ap dot11 24ghz | 5ghz cac multimedia max-bandwidth [<bandwidth>]
8. ap dot11 24ghz | 5ghz cac media-stream multicast-direct min_client_rate [<dot11_rate> ]
9. ap dot11 5ghz cac media-stream
10. ap dot11 5ghz cac multimedia
11. ap dot11 5ghz cac video
12. ap dot11 5ghz cac voice
13. end
DETAILED STEPS
Configuring WLAN to Stream Video
1. configure terminal
2. wlan wlan_name
3. shutdown
4. media-stream multicast-direct
5. no shutdown
6. end
DETAILED STEPS
Deleting a Media-Stream
The media-stream should be enabled and configured for it to be deleted.
1. configure terminal
2. no wireless media-stream group media_stream_name
3. end
DETAILED STEPS
Monitoring Media Streams
| Commands | Description |
|---|---|
show wireless media-stream client detail group name |
Displays media stream client details of the particular group. |
show wireless media-stream client summary |
Displays the media stream information of all the clients. |
show wireless media-stream group detail group name |
Displays the media stream configuration details of the particular group. |
show wireless media-stream group summary |
Displays the media stream configuration details of all the groups. |
show wireless media-stream message details |
Displays the session announcement message details. |
show wireless multicast |
Displays the multicast-direct configuration state. |
show ap dot11 24ghz | 5ghz media-stream rrc |
Displays 802.11 media Resource-Reservation-Control configurations. |
Feedback