Reply to thread

That was my thought exactly. The API description clearly states that StartStream could take up to 30 sec to complete which must mean this is where the transcoding should be started.


Deeper investigation though shows that the first RetrieveStream only requests 1 byte and then the following request has no such limitation (wants all bytes). So it must be some sort of detection of whether the stream is ready or not. Now I just need to find some way of supporting this.


Top Bottom