sonyxperiadev / MultimediaForAndroidLibrary

88 stars 33 forks source link

Unsupported smooth streaming #2

Closed kienbk1910 closed 9 years ago

kienbk1910 commented 9 years ago

I find smooth streaming option in demo app, But I think library unsupported

ghost commented 9 years ago

Hi and thank you for your comment.

You are correct, the library do not support Smooth Streaming. The wording in the demo application is incorrect.

Regards Jimmy

kienbk1910 commented 9 years ago

Thank for your support, I want to implement smooth streaming . Do you have advice ?

ghost commented 9 years ago

Smooth streaming is similar to DASH. Have a look at the DASH implementation and try and do a Smooth Streaming implementation in the same way.

Upload you changes as a pull request, if you upload in increments we might be able to guide you.