File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/examples-communication/rtsp/communication-player_mp3-rtsp Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ const char* wifi = "SSID";
12
12
const char * password = " password" ;
13
13
14
14
// rtsp
15
- RTSPFormatMP3 mp3format; // RTSP mp3
16
15
MP3ParserEncoder enc; // mp3 packaging
16
+ RTSPFormatMP3 mp3format (enc); // RTSP mp3
17
17
MetaDataFilterEncoder filter (enc);
18
18
RTSPOutput<RTSPPlatformWiFi> rtsp_out (mp3format, filter);
19
19
AudioSourceSDMMC source (" /" , " .mp3" );
Original file line number Diff line number Diff line change 7
7
int port = 8554 ;
8
8
9
9
// rtsp
10
- RTSPFormatMP3 mp3format; // RTSP mp3
11
10
MP3ParserEncoder enc; // mp3 packaging
11
+ RTSPFormatMP3 mp3format (enc); // RTSP mp3
12
12
MetaDataFilterEncoder filter (enc);
13
13
RTSPOutput<RTSPPlatformWiFi> rtsp_out (mp3format, filter);
14
14
AudioSourceSTD source (" /home/pschatzmann/Music/Elvis Costello/Best Of/" , " .mp3" );
You can’t perform that action at this time.
0 commit comments