by martinr92 | 16.12.2018 | General |
ran.de provides for some sport events a live stream in Germany. This article shows you the API behind it (tested only with the NFL streams). Since it is undocumented it can change anytime. What livestreams are planned? First we need to know, if a stream is currently...
by martinr92 | 3.11.2018 | General |
Ok, time to concentrate on the next error shown from the mediastreamvalidator: Measured peak bitrate compared to master playlist declared value exceeds error tolerance I didn’t find any reference regarding this message within the RFC but in the HLS Authoring...
by martinr92 | 21.10.2018 | General |
This article is a short summary about all public available and machine readable data of the NFL. Scores A good entry for this is the following URL: https://feeds.nfl.com/feeds-rs/scores.json The root node contains metadata about the current week. This information will...
by martinr92 | 13.9.2018 | General |
The next point on our MUSTFIX-list of the mediastreamvalidator is: If EXT-X-INDEPENDENT-SEGMENTS is not in master playlist, then you MUST use the EXT-X-INDEPENDENT-SEGMENTS tag in all video media playlists Independent Segments What does this mean? This is the...
by martinr92 | 12.9.2018 | General |
We have used in the last article the mediastreamvalidator from Apple to create a report of recommendations for our stream. Now we start fixing this by starting with the following message: The server MUST deliver playlists using gzip content-encoding All Variants...