List Info

Thread: call ClientPlayerPause() and ClientPlayerSetPosition() immediate after ClientPlayerPlay




call ClientPlayerPause() and ClientPlayerSetPosition() immediate after ClientPlayerPlay
user name
2007-11-06 02:03:36

I tried to create thumb nail of video stream by helix engine.

And I want to implement it by the following steps:

> Create another player for the media service (render to a gdk window)

> open a uri, paye, pause, seek position to a specified position

> create an image from the video in gdk window.

 

However, when I call ClientPlayerPause() and ClientPlayerSetPosition() immediate after ClientPlayerPlay(), it takes no effect.

Only seconds after calling ClientPlayerPlay(), then the ClientPlayerPause() and ClientPlayerSetPosition() can be successfully done.

 

I want to make it done in one function, (and create a new thread for it is not suggested by helix community).

Can anyone give me some help on it?

 

Thanks.

 

 

 

 

ZHAO, Halley (Aihua)

Email: halley.zhao aihua.zhaointel.com" title="mailto:hui.xueintel.com">intel.com

Tel: +86(21)61166476

iNet: 8821-6476

SSG/OTC/UMD

 

Re: call ClientPlayerPause() and ClientPlayerSetPosition() immediate after ClientPlayer
country flaguser name
United States
2007-11-06 11:44:10
Zhao, Halley wrote:
> I tried to create thumb nail of video stream by helix
engine. 

There is a Helix tool called dtdrive that we use to create
thumbnails. See datatype/tools/dtdrive for more info, also
check out the web page for it.

--greg.


> 
> And I want to implement it by the following steps:
> 
>> Create another player for the media service (render
to a gdk window)
> 
>> open a uri, paye, pause, seek position to a
specified position
> 
>> create an image from the video in gdk window.
> 
>  
> 
> However, when I call ClientPlayerPause() and
ClientPlayerSetPosition()
> immediate after ClientPlayerPlay(), it takes no
effect.
> 
> Only seconds after calling ClientPlayerPlay(), then
the
> ClientPlayerPause() and ClientPlayerSetPosition() can
be successfully
> done.
> 
>  
> 
> I want to make it done in one function, (and create a
new thread for it
> is not suggested by helix community).
> 
> Can anyone give me some help on it?
> 
>  
> 
> Thanks.
> 
>  
> 
>  
> 
>  
> 
>  
> 
> ZHAO, Halley (Aihua)
> 
> Email: halley.zhaointel.com <mailto:aihua.zhaointel.com> 
> 
> Tel: +86(21)61166476
> 
> iNet: 8821-6476
> 
> SSG/OTC/UMD
> 
>  
> 
> 
> 
> 
>
------------------------------------------------------------
------------
> 
> _______________________________________________
> Player-dev mailing list
> Player-devhelixcommunity.org
> http://lists.helixcommunity.org/mailman/listinfo/play
er-dev


_______________________________________________
Player-dev mailing list
Player-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/play
er-dev

Re: call ClientPlayerPause() and ClientPlayerSetPosition() immediate after ClientPlayer
country flaguser name
United States
2007-11-06 11:44:10
Zhao, Halley wrote:
> I tried to create thumb nail of video stream by helix
engine. 

There is a Helix tool called dtdrive that we use to create
thumbnails. See datatype/tools/dtdrive for more info, also
check out the web page for it.

--greg.


> 
> And I want to implement it by the following steps:
> 
>> Create another player for the media service (render
to a gdk window)
> 
>> open a uri, paye, pause, seek position to a
specified position
> 
>> create an image from the video in gdk window.
> 
>  
> 
> However, when I call ClientPlayerPause() and
ClientPlayerSetPosition()
> immediate after ClientPlayerPlay(), it takes no
effect.
> 
> Only seconds after calling ClientPlayerPlay(), then
the
> ClientPlayerPause() and ClientPlayerSetPosition() can
be successfully
> done.
> 
>  
> 
> I want to make it done in one function, (and create a
new thread for it
> is not suggested by helix community).
> 
> Can anyone give me some help on it?
> 
>  
> 
> Thanks.
> 
>  
> 
>  
> 
>  
> 
>  
> 
> ZHAO, Halley (Aihua)
> 
> Email: halley.zhaointel.com <mailto:aihua.zhaointel.com> 
> 
> Tel: +86(21)61166476
> 
> iNet: 8821-6476
> 
> SSG/OTC/UMD
> 
>  
> 
> 
> 
> 
>
------------------------------------------------------------
------------
> 
> _______________________________________________
> Player-dev mailing list
> Player-devhelixcommunity.org
> http://lists.helixcommunity.org/mailman/listinfo/play
er-dev


_______________________________________________
Player-dev mailing list
Player-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/play
er-dev

RE: call ClientPlayerPause() and ClientPlayerSetPosition() immediate after ClientPlayer
user name
2007-11-09 01:57:49
  Hi Greg:
  We have tried the dtdriver, but haven¨t found thumbnail
in it.
  Could you give me more detail on it?
  Thanks.
  
  
  >-----Original Message-----
  >From: Greg Wright [mailto:gwrightreal.com]
  >Sent: 2007定11埖7晩 1:44
  >To: Zhao, Halley
  >Cc: player-devhelixcommunity.org; Shen, Cathy
  >Subject: Re: [Player-dev] call ClientPlayerPause()
and
  >ClientPlayerSetPosition() immediate after
ClientPlayerPlay() takes no
  >effect
  >
  >Zhao, Halley wrote:
  >> I tried to create thumb nail of video stream by
helix engine.
  >
  >There is a Helix tool called dtdrive that we use to
create
  >thumbnails. See datatype/tools/dtdrive for more
info, also
  >check out the web page for it.
  >
  >--greg.
  >
  >
  >>
  >> And I want to implement it by the following
steps:
  >>
  >>> Create another player for the media service
(render to a gdk window)
  >>
  >>> open a uri, paye, pause, seek position to a
specified position
  >>
  >>> create an image from the video in gdk
window.
  >>
  >>
  >>
  >> However, when I call ClientPlayerPause() and
ClientPlayerSetPosition()
  >> immediate after ClientPlayerPlay(), it takes no
effect.
  >>
  >> Only seconds after calling ClientPlayerPlay(),
then the
  >> ClientPlayerPause() and
ClientPlayerSetPosition() can be successfully
  >> done.
  >>
  >>
  >>
  >> I want to make it done in one function, (and
create a new thread for it
  >> is not suggested by helix community).
  >>
  >> Can anyone give me some help on it?
  >>
  >>
  >>
  >> Thanks.
  >>
  >>
  >>
  >>
  >>
  >>
  >>
  >>
  >>
  >> ZHAO, Halley (Aihua)
  >>
  >> Email: halley.zhaointel.com
<mailto:aihua.zhaointel.com>
  >>
  >> Tel: +86(21)61166476
  >>
  >> iNet: 8821-6476
  >>
  >> SSG/OTC/UMD
  >>
  >>
  >>
  >>
  >>
  >>
  >>
  >----------------------------------------------------
-------------------
  >-
  >>
  >>
_______________________________________________
  >> Player-dev mailing list
  >> Player-devhelixcommunity.org
  >> http://lists.helixcommunity.org/mailman/listinfo/play
er-dev

_______________________________________________
Player-dev mailing list
Player-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/play
er-dev

Re: call ClientPlayerPause() and ClientPlayerSetPosition() immediate after ClientPlayer
country flaguser name
United States
2007-11-09 11:31:18
Zhao, Halley wrote:
>   Hi Greg:
>   We have tried the dtdriver, but haven¨t found
thumbnail in it.
>   Could you give me more detail on it?

Thumbnail support is really new. Could you please post
the question (using dtdrive for thumbnails) to the
datatype-dev list? The people who wrote that code are
on that list. Be sure to change the subject line so that
the email catches their attention.

--greg.


>   Thanks.
>   
>   
>   >-----Original Message-----
>   >From: Greg Wright [mailto:gwrightreal.com]
>   >Sent: 2007定11埖7晩 1:44
>   >To: Zhao, Halley
>   >Cc: player-devhelixcommunity.org; Shen,
Cathy
>   >Subject: Re: [Player-dev] call
ClientPlayerPause() and
>   >ClientPlayerSetPosition() immediate after
ClientPlayerPlay() takes no
>   >effect
>   >
>   >Zhao, Halley wrote:
>   >> I tried to create thumb nail of video
stream by helix engine.
>   >
>   >There is a Helix tool called dtdrive that we
use to create
>   >thumbnails. See datatype/tools/dtdrive for more
info, also
>   >check out the web page for it.
>   >
>   >--greg.
>   >
>   >
>   >>
>   >> And I want to implement it by the
following steps:
>   >>
>   >>> Create another player for the media
service (render to a gdk window)
>   >>
>   >>> open a uri, paye, pause, seek position
to a specified position
>   >>
>   >>> create an image from the video in gdk
window.
>   >>
>   >>
>   >>
>   >> However, when I call ClientPlayerPause()
and ClientPlayerSetPosition()
>   >> immediate after ClientPlayerPlay(), it
takes no effect.
>   >>
>   >> Only seconds after calling
ClientPlayerPlay(), then the
>   >> ClientPlayerPause() and
ClientPlayerSetPosition() can be successfully
>   >> done.
>   >>
>   >>
>   >>
>   >> I want to make it done in one function,
(and create a new thread for it
>   >> is not suggested by helix community).
>   >>
>   >> Can anyone give me some help on it?
>   >>
>   >>
>   >>
>   >> Thanks.
>   >>
>   >>
>   >>
>   >>
>   >>
>   >>
>   >>
>   >>
>   >>
>   >> ZHAO, Halley (Aihua)
>   >>
>   >> Email: halley.zhaointel.com
<mailto:aihua.zhaointel.com>
>   >>
>   >> Tel: +86(21)61166476
>   >>
>   >> iNet: 8821-6476
>   >>
>   >> SSG/OTC/UMD
>   >>
>   >>
>   >>
>   >>
>   >>
>   >>
>   >>
>
  >----------------------------------------------------
-------------------
>   >-
>   >>
>   >>
_______________________________________________
>   >> Player-dev mailing list
>   >> Player-devhelixcommunity.org
>   >> http://lists.helixcommunity.org/mailman/listinfo/play
er-dev


_______________________________________________
Player-dev mailing list
Player-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/play
er-dev

[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )