Jonathan Trowbridge

Results 24 comments of Jonathan Trowbridge

Seeing this as well...

Did you try this? https://stackoverflow.com/questions/68344424/unrecognized-attribute-name-module-class-com-sun-tools-javac-util-sharednametab

I'm also experiencing this issue. Are there plans to fix these bindings?

[MediaPlayerActivity.MediaUri](https://github.com/masterwok/simple-vlc-player/blob/master/simplevlcplayer/src/main/java/com/masterwok/simplevlcplayer/activities/MediaPlayerActivity.kt#L22) is a public static field on the MediaPlayerActivity class. You you should reference it while building the Intent to start the MediaPlayerActivity just like in the sample, [here](https://github.com/masterwok/simple-vlc-player/blob/52e752b0b23f824b7ce1c6338cc26f4949ee2120/sample/src/main/java/com/masterwok/demosimplevlcplayer/activities/MainActivity.kt#L128). Does...

Hitting this issue too.

Hi @mirceaciu, Thanks for reporting this. I don't think this behavior should be expected. According to the documentation, [https://libtorrent.org/manual.html](https://libtorrent.org/manual.html) the **torrent_finished_alert** should only be emitted once, on download completion: >...

It seems that this issue occurs for downloads started with both a torrent and a magnet. Without the call call to the resume method both fail to start. I feel...

@sidsaxena0 What you're seeing doesn't seem related to this issue. Are you using a magnet or torrent file to start and resume the download? Do you have your torrent session...

The documentation for [MediaMetadataRetriever.getFrameAtTime(..)](https://developer.android.com/reference/android/media/MediaMetadataRetriever.html#getFrameAtTime(long)) states the following: > If timeUs is negative, time position and option will ignored, and any frame that the implementation considers as representative may be returned....