}
JSONArray streamsJson = json.optJSONArray("streams");
if (streamsJson != null) {
for (int i = 0; i < streamsJson.length(); i++) {
JSONObject streamsIndexJson = streamsJson.optJSONObject(i);
if (streamsIndexJson != null) {
JSONObject tagsJson = streamsIndexJson.optJSONObject("tags");
if (tagsJson != null) {
Double optionalRotate = tagsJson.optDouble("rotate");
if (!Double.isNaN(optionalRotate)) {