Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit090faa7

Browse files
committed
examples
1 parentf3cc15f commit090faa7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

‎examples/control-point-media-renderer/control-point-media-renderer.ino‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
// Example:ControlPointMediaRenderer
1+
// Example:control-point-media-renderer.ino
22
// Discovers MediaRenderer devices and demonstrates setting AVTransport URI,
33
// starting playback, changing volume, and querying transport state.
4+
// We are setting up event notifications which requires:
5+
// - an HTTP server to receive the notifications
6+
// - a local URL that is reachable by the renderer devices
7+
// - calling subscribe() after selecting the device
48

59
#include"WiFi.h"
610
#include"dlna.h"

‎examples/control-point-media-server/control-point-media-server.ino‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Example:ControlPointMediaServer usage
1+
// Example:control-point-media-server
22
// Discovers MediaServer devices and performs a Browse on the root ("0").
33

44
#include"WiFi.h"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp