Fix a pb if realPeriodId is "".
Created by: jeremco
Using 4K stream (https://dash.akamaized.net/akamai/streamroot/050714/Spring_4Ktest.mpd) In the manifest, period id value is "". Then the method DashAdapter::getAdaptationForMediaInfo returns null, because of the test (!mediaInfo.streamInfo.id).
This PR fixes the pb by checking length of id