-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README, TODO, and added AIRPNPRC
- Loading branch information
Showing
3 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[airpnp] | ||
# 1 = standard, 2 = operation debug, 3 = network debug | ||
loglevel=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
* More robust error handling | ||
- Handle 718/Invalid instance ID at Stop by retrying, then ignoring | ||
- Disconnect iDevice rather than unpublishing and re-publishing the service | ||
- Detect and react on TransportState ERROR_OCCURRED | ||
* Implement support for AirTunes, RAOP. | ||
* Detect and make use of MediaRenderer capabilities. | ||
* Lock out other iDevices when one iDevice is using the service | ||
* Supply media info using SetAVTransportURI/CurrentURIMetaData | ||
* When user stops playback and starts playing something else, disconnect iDevice | ||
* Get iDevice identity for nicer logging and playback info |