Search found 5 matches

Go to advanced search

by ZartPARZ
08 Dec 2014 07:45
Forum: VLC for Android and Chrome OS
Topic: stop() causes ANR
Replies: 3
Views: 351

Re: stop() causes ANR

I have found a work around to my problem here >> https://mailman.videolan.org/pipermail/vlc-devel/2014-May/098020.html. It is specific to UDP stream on android. As the authur and Rémi Denis-Courmont suggest later that this is not a solution to the root of the problem, however, it does solve my probl...
by ZartPARZ
03 Dec 2014 07:09
Forum: VLC for Android and Chrome OS
Topic: stop() causes ANR
Replies: 3
Views: 351

Re: stop() causes ANR

Thank for your reply.

It's a pain to hear that. I tried to change channel (udp stream) by calling stop then play the new channel. It causes a lot of ANR. Anyone know a way to change the stream without triggering this problem?

Thank you.
by ZartPARZ
26 Nov 2014 09:34
Forum: VLC for Android and Chrome OS
Topic: stop() causes ANR
Replies: 3
Views: 351

stop() causes ANR

Hi, I am coding a video player using android as backbone to play udp multicast streams. The stream can be played without any problem. However, when I try to stop the stream by calling LibVLC.stop() or AudioServiceController.getInstance().stop() the system freeze and ANR dialog pop-up. This is not al...
by ZartPARZ
22 Sep 2014 20:16
Forum: Development around libVLC
Topic: Is it possible to play a stream non-fullscreen in android?
Replies: 3
Views: 648

Re: Is it possible to play a stream non-fullscreen in androi

Thank you. I will have a look and report back later.

Zart
by ZartPARZ
20 Sep 2014 07:36
Forum: Development around libVLC
Topic: Is it possible to play a stream non-fullscreen in android?
Replies: 3
Views: 648

Is it possible to play a stream non-fullscreen in android?

Hi, I have a question regarding android app development with VLC. I have a task to develop an app to play a stream from an encoder. The encoder output stream as udp multicast streams which not support by build-in library so I try to use VLC as the video player. My app was built on top of the VLC cod...

Go to advanced search