How do I use Direct Stream with the Mobile SDK?

Hi Eiki,

Depending on the technology you use, you can have a look at our .NET samples or web samples where we provided some simple examples on how to do that.

Hi Nikolay.

thanks for the support.

The requestStream option, streamType

Described in parameteres of stream.js

streamType: 4

What is 4?

Stream type describes what kind of stream you are requesting. Possible values are:

3 = transcoded video stream

4 = direct video stream (fMP4)

Thank you very much.

solved.