Author Topic: Video On Texture - Playing/Streaming video on ImageTarget  (Read 2548 times)

Offline alper

  • byte
  • *
  • Posts: 9
    • View Profile
Video On Texture - Playing/Streaming video on ImageTarget
« on: December 03, 2014, 10:47:03 am »
Hi,

Is it possible the streaming video on Texture ? I mean i have URL for streaming video, and i want to stream and play it on my marker (ImageTarget) ?


PS :  Like this photo that attached (this is my IOS app, my marker  is iphone picture, and here is video is streaming. However i ddint do that with Anroid)

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
Re: Video On Texture - Playing/Streaming video on ImageTarget
« Reply #1 on: December 03, 2014, 07:43:53 pm »
I played a local (not streamed) video by android's MediaPlayer on an Object3D's texture. MediaPlayer can stream videos so same thing will work. please have a look at:

http://www.jpct.net/forum2/index.php/topic,3794.0.html

Offline alper

  • byte
  • *
  • Posts: 9
    • View Profile
Re: Video On Texture - Playing/Streaming video on ImageTarget
« Reply #2 on: December 11, 2014, 01:58:23 pm »
I know like that with Mediaplayer. However, i need to stream video. is it posible ?

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
Re: Video On Texture - Playing/Streaming video on ImageTarget
« Reply #3 on: December 11, 2014, 02:32:09 pm »
cannot MediaPlayer stream video? the source of video does not matter IMHO

Offline alper

  • byte
  • *
  • Posts: 9
    • View Profile
Re: Video On Texture - Playing/Streaming video on ImageTarget
« Reply #4 on: December 22, 2014, 04:02:09 pm »
I guess i didnt explain very well. I know Mediplayer can stream video but mediaplayer is not play video on the page. When marker is recognized by camera, fullscreen video open. I dont want like that. I want to play like my picture.  Thank you for answers

Offline raft

  • quad
  • ******
  • Posts: 1993
    • View Profile
    • http://www.aptalkarga.com
Re: Video On Texture - Playing/Streaming video on ImageTarget
« Reply #5 on: December 26, 2014, 05:18:11 pm »
yes you can. read the post mentioned above