video - vlc beta for android intent not working -
hi have created android app uses vlc play live streams having problem
i using vlc beta neon play streams app have problem
i using androids intent to open .m3u playlist play
the codes using intent
package : org.videolan.vlc.betav7neon activity : org.videolan.vlc.betav7neon.gui.video.videoplayeractivity data type : video/* video url : http://uk-iptv.co.uk/istream/rob/69314.m3u
now works , opens vlc perfect problem starts wen loads vlc gets stuck on screen spinning cone saying please wait play button behind , stream never starts play no matter how long leave it
i know playlist ok because if open vlc app self , play stream opens in second problem seems wen open stream threw intent :/
i tried using mx player tho says supports m3u , live streams app says cant play video :/
could have no idea whats going on
action "view" instead of possibly default "main" seems thing you're missing.
'action': 'view', 'package': 'org.videolan.vlc.betav7neon', 'class': 'org.videolan.vlc.betav7neon.gui.video.videoplayeractivity', 'uri': urllib.quote(url),
Comments
Post a Comment