Hey there folks!
I am listening to the fcc radio for quite some time now. And today I just got to me that I want to code a similar project
I am wondering which method it uses to stream the audio and sync it with the thumbnails and title and how this all is distributed in general.
can anyone enlighten me?
ILM
July 12, 2021, 12:42pm
2
ty! can’t seem to find where resources come into play, seems they’re accessed through some kind of API? Where are the calls being made? Didn’t expect it to be that complex
ILM
July 12, 2021, 4:34pm
4
the various components are defined in the files in src/components/
, it’s a React based app
well, obviously but still no call in any of these
ILM
July 12, 2021, 5:13pm
6
App.js
line 14, it seems it is using Nchan as a server from where the songs come
system
Closed
January 11, 2022, 5:14am
7
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.