Hi,
First, special thanks for providing this package. My problem is that whenever I'm switching the streaming url the following exception raised:
W/System ( 8676): A resource failed to call release.
E/System ( 8676): Uncaught exception thrown by finalizer
E/System ( 8676): java.lang.AssertionError: VLCObject (org.videolan.libvlc.Media) finalized but not natively released (7 refs)
E/System ( 8676): at org.videolan.libvlc.VLCObject.finalize(VLCObject.java:109)
E/System ( 8676): at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:289)
E/System ( 8676): at java.lang.Daemons$FinalizerDaemon.runInternal(Daemons.java:276)
E/System ( 8676): at java.lang.Daemons$Daemon.run(Daemons.java:137)
E/System ( 8676): at java.lang.Thread.run(Thread.java:919)
W/System ( 8676): A resource failed to call release.
From this, you can see that the previous instance of VLC Object still exists "finalized but not natively released (7 refs)".
I have also a problem when i try to change the player fullscreen mode while playing the video. It cause the video goes blank while the audio is running.
If you have any idea about this issue, please share it.
Thanks.
Hi,
First, special thanks for providing this package. My problem is that whenever I'm switching the streaming url the following exception raised:
From this, you can see that the previous instance of VLC Object still exists "finalized but not natively released (7 refs)".
I have also a problem when i try to change the player fullscreen mode while playing the video. It cause the video goes blank while the audio is running.
If you have any idea about this issue, please share it.
Thanks.