Skip to content

Commit 0fcd674

Browse files
Updating tv-casting-app docs (#38152)
1 parent 0f4228a commit 0fcd674

File tree

3 files changed

+13
-27
lines changed

3 files changed

+13
-27
lines changed

examples/tv-casting-app/android/README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,6 @@ brew install kotlin
139139
140140
## Running the app
141141
142-
This example Matter TV Casting Android app can be tested with the following
143-
video players:
144-
145-
1. With the
146-
[example Matter tv-app](https://github.com/project-chip/connectedhomeip/tree/master/examples/tv-app)
147-
running on a Raspberry Pi - works out of the box.
148-
2. With a FireTV device - requires your Amazon Customer ID to be allow-listed
149-
first.
142+
This example Matter TV Casting Android app can be tested with the
143+
[example Matter tv-app](https://github.com/project-chip/connectedhomeip/tree/master/examples/tv-app)
144+
running on a Raspberry Pi.

examples/tv-casting-app/darwin/TvCasting/README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,6 @@ build the app without any debugging symbols, use the "TvCasting Release" scheme.
107107

108108
## Running the Application
109109

110-
This example Matter TV Casting iOS application can be tested with the following
111-
video players:
112-
113-
1. With the
114-
[example Matter tv-app](https://github.com/project-chip/connectedhomeip/tree/master/examples/tv-app)
115-
running on a Raspberry Pi - works out of the box.
116-
2. With a FireTV device - requires your Amazon Customer ID to be allow-listed
117-
first.
110+
This example Matter TV Casting Android app can be tested with the
111+
[example Matter tv-app](https://github.com/project-chip/connectedhomeip/tree/master/examples/tv-app)
112+
running on a Raspberry Pi.

examples/tv-casting-app/linux/README.md

+7-11
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,14 @@ to build the Matter “Casting Client” into your consumer-facing mobile app.
6767

6868
### Commissioning the tv-casting-app
6969

70-
This example Matter TV Casting iOS application can be tested with the following
71-
video players:
70+
This example Matter TV Casting Android app can be tested with the
71+
[example Matter tv-app](https://github.com/project-chip/connectedhomeip/tree/master/examples/tv-app)
72+
running on a Raspberry Pi.
7273

73-
1. With the
74-
[example Matter tv-app](https://github.com/project-chip/connectedhomeip/tree/master/examples/tv-app)
75-
running on a Raspberry Pi - works out of the box. The tv-casting-app will
76-
automatically discover video players and print these out upon startup. The
77-
user-directed-commissioning (UDC) process can be initiated using the shell by
78-
specifying the index of the discovered video player in the printed list.
74+
The tv-casting-app will automatically discover video players and print these out
75+
upon startup. The user-directed-commissioning (UDC) process can be initiated
76+
using the shell by specifying the index of the discovered video player in the
77+
printed list.
7978

8079
- Initiate UDC for the discovered video player with index 0
8180

@@ -90,9 +89,6 @@ video players:
9089

9190
tv-casting-app> cast discover
9291

93-
2. With a FireTV device - requires your Amazon Customer ID to be allow-listed
94-
first.
95-
9692
### Re-Running the Example on Linux with Cached Fabrics
9793

9894
After successfully commissioning the tv-casting-app onto a fabric the app can be

0 commit comments

Comments
 (0)