Martin Woolley
Martin Woolley
Hi @niqdev , I'm not familiar with bintray so I just changed the version number in the build.gradle dependencies entry to 1.7.0 without changing the repositories specified. Hope that still...
Ah OK :-) I think the stream is valid since a) I have another Android app that can handle it no problem (there are other issues unrelated with video streaming...
Will do. Fingers crossed!
I tested with the sample app and got the same result. Not sure this advances the understanding of the problem exactly but it's worth noting. ``` 021-04-13 18:54:50.997 7558-7594/com.github.niqdev.ipcam E/MjpegViewDefault:...
I'm new to this stuff but.... there's a -1 value returned by various methods when expected or required values have not been found. It's the -1 that ultimately causes the...
Works for me when called from onComplete(). Thanks! ``` @Override public void onComplete() { vlcVideoLibrary.mute(); Log.d(TAG, "Muting audio"); Toast.makeText(this, "Playing", Toast.LENGTH_SHORT).show(); } ```
Same issue here. I read that libvlc 3 performs better (see https://stackoverflow.com/questions/55900065/libvlc-picture-is-too-late-to-be-displayed-error-on-android). Is this true and is there a plan to update to use VLC 3? Thanks Update: I no...
It's about distance along a track segment. I added q screenshot showing two points on a KML route I am currently following. It's very much not straight and wanting to...
Hi, sorry the screenshot doesn't help. And I'm not aware of another app that has this feature. Organic Maps and Google Maps are all I use. The concept is simple...
Maybe, yes. Although I don't want navigation. I'm doing that manually by occasionally visually inspecting my position relative to the active track as this way uses as little battery as...