|
Can someone please explain the relationship of streams.json and feeds.json. In particular how do you get the languages and urls for any streams where the feed is null? An example is ABC.us from channels.json. There is one match in streams.json but the feed is "null". There are 4 matches for that channelid in feeds.json that look like they should be related with id's of Central, East, Mountain and West but how do they link back to the stream? I would expect 4 streams with different url's in streams.json to match the 4 feeds from feeds.json? Should we just be ignoring any streams with a null feed? I'm probably not understanding how this should all work so if someone could enlighten me that would be most appreciated. |
Replies: 1 comment
|
If a stream does not specify a But as far as I know, there isn't a single entry in |
If a stream does not specify a
feed, it is indeed impossible to retrieve information about the language, broadcast region, etc.Similarly, if a
channelis not specified, you cannot retrieve information about the channel name, category, or other details fromchannels.json.But as far as I know, there isn't a single entry in
streams.jsonat the moment wherechannelis specified butfeedis not.