SMTHPlayer Blog
smthplayer is a cross-platform player for the smooth streaming format
Brought to you by:
matteosecli
Some servers has just changed the way audio chunks are requested by adding a track name. Before this change they were requested in this way:
QualityLevels({bitrate},{CustomAttributes})/Fragments(audio={start time})
now they are requested in this way (track name is just an example):
Name="track_1"
Url="QualityLevels({bitrate},{CustomAttributes})/Fragments(track_1={start time})"
I've already fixed this and I will relase soon the next version of smthplayer that also brings adaptive streaming support,
Have fun,
Matteo