Is it possible to play a stream non-fullscreen in android?
Posted: 20 Sep 2014 07:36
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 code. It contain a channel list on the right side and a video preview on the left. If user click on the channel list, the video should start playing in a preview box. And if player click on the same channel again the video will play in fullscreen mode.
So far I have successfully play streams in full screen by using intent. However, I was unable to play stream in non-fullscreen preview box.
So, is it possible to play a stream non-fullscreen in android using VLC code? I have read about starting app as dialog/widget but not success yet.
Thank you.
Zart
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 code. It contain a channel list on the right side and a video preview on the left. If user click on the channel list, the video should start playing in a preview box. And if player click on the same channel again the video will play in fullscreen mode.
So far I have successfully play streams in full screen by using intent. However, I was unable to play stream in non-fullscreen preview box.
So, is it possible to play a stream non-fullscreen in android using VLC code? I have read about starting app as dialog/widget but not success yet.
Thank you.
Zart