File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/examples-communication/hls Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ void setup(void) {
35
35
// https://streams.radiomast.io/ref-128k-aaclc-stereo/hls.m3u8
36
36
// https://streams.radiomast.io/ref-64k-heaacv1-stereo/hls.m3u8
37
37
if (!hls_stream.begin (" https://streams.radiomast.io/ref-128k-mp3-stereo/hls.m3u8" ))
38
- stop ()
38
+ stop ();
39
39
40
40
multi.addDecoder (mp3, " audio/mpeg" );
41
41
multi.addDecoder (aac, " audio/aac" );
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ void setup(void) {
25
25
// https://streams.radiomast.io/ref-128k-aaclc-stereo/hls.m3u8
26
26
// https://streams.radiomast.io/ref-64k-heaacv1-stereo/hls.m3u8
27
27
if (!hls_stream.begin (" https://streams.radiomast.io/ref-128k-mp3-stereo/hls.m3u8" ))
28
- stop ()
28
+ stop ();
29
29
30
30
multi.addDecoder (mp3, " audio/mpeg" );
31
31
multi.addDecoder (aac, " audio/aac" );
You can’t perform that action at this time.
0 commit comments