augmenter

Results 6 comments of augmenter

Just add this line: compile 'de.mrmaffen:vlc-android-sdk:1.9.8' to your build.gradle dependencies section.

@Eido95 I can confirm same as you. Did you make it work in the end?

Oh I see. You can also use VLClib to play rtsp directly, so you wont need the proxy anymore. However this does not suit me because im looking for a...

I have not tried it with sound… Do you have an online stream example that matches yours? Maybe I can try playing that...

I can confirm, 1.10.16 shows 14ms, while 1.0.0.14 shows 142ms. 1.0.0.14 above image, 1.10.16 below ![cachegrind](https://cloud.githubusercontent.com/assets/4120344/11680510/09007e26-9e59-11e5-89e4-f08e18b5d086.JPG)

@PhilippHandle you need to update your index.php to disable external urls from being used during the initialization phase. `echo Request::factory(TRUE, [], FALSE) ->execute() ->send_headers(TRUE) ->body();` See the third parameter in...