video - Can play .ts files in Samsung android phones -


i'm trying play .ts files server.it playing without problem in pipo tablet not samsung devices.using following code(using videoview) tried play .ts files

    videoview vidview = (videoview)findviewbyid(r.id.myvideo);     string vidaddress="http://.../test/bf4_mp_launch_trailer_60fps_esrb-145117-10042015.ts";     uri viduri = uri.parse(vidaddress);     vidview.setvideouri(viduri);     vidview.start(); 

i think problem in samsung device.how can fix problem?.is there way attach other player(that can play devices) application or there other class or interface can use app.please need quick help.


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -