|
List Info
Thread: Helix player for windows
|
|
| Helix player for windows |

|
2006-11-21 01:47:48 |
|
Hello Jagmeet
I am trying to develop the Helix player on windows (and some post processing on video) and I just need the rendering plug-in window handle (IHXVideoSurface) from which I can get the video frame and do some post processing on it.
Is there any sample code for windows to get access to each decoded video frame?
Regards Ashok
On 5/9/06, Jagmeet Singh < jsingh real.com">
jsingh real.com> wrote:
Hi Ashok,
Could you please provide me some more
details as to the settings you are using to get the code from the CVS and
building the client.
I am particularly interested in the
Branch, Target and Profile that you had selected in the build menu.
As a starter I would suggest you use the
following:
Branch:
hxclient_1_5_0_cayenne
Target: splay
Profile: helix-client-all-defines
Please send all your queries to the
mailing lists so that whoever is available can respond to it that would help
you get the assistance sooner.
Regards,
-----Original Message-----
From: Ashok Jaiswal(????
??????) [mailto: ashok.jaiswal gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">ashok.jaiswal gmail.com]
Sent: Wednesday, May 10, 2006
12:07 PM
To: jsingh real.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">jsingh real.com
Subject: Re: [Player-dev] Helix
player for windows
Hello Jagmeet
Thanks for your reply. I had downloaded the code but the documentation of helix
client was too complicated to get me started to develop the decoder on windows.
Is there any small sample application to develop the decoder on windows?
Regards
Ashok
On 5/10/06, Jagmeet Singh < jsingh real.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
jsingh real.com> wrote:
Hi Ashok,
It seems you are having
trouble getting started. Please follow the instructions at the following link
to get started:
https://common.helixcommunity.org/2004/devdocs/quickstart
This page gives the steps
to setup your system to get the source code from CVS repository.
Regards,
--
धनयावाद
.: अशोक जैसवाल :.
-- धनयावाद .: अशोक जैसवाल :.
|
| Helix player for windows |

|
2006-11-21 18:31:01 |
Ashok Jaiswal(अशोक जैसवाल) wrote:
> Hello Jagmeet
>
> I am trying to develop the Helix player on windows (and
some post
> processing
> on video) and I just need the rendering plug-in window
handle
> (IHXVideoSurface) from which I can get the video frame
and do some post
> processing on it.
>
> Is there any sample code for windows to get access to
each decoded video
> frame?
It really depends on what you are doing. However, the 'site'
is a good
place to start: video/sitelib/basesurf.cpp.
In there, Blt() or OptimizedBlt() will be called with the
decoded YUV frame from
the video renderers. The site is also responsible for
converting
from YUV to whatever the output format of the screen is
(RGB32,
YUY2, YV12, etc).
--greg.
>
> Regards
> Ashok
>
>
> On 5/9/06, Jagmeet Singh <jsingh real.com> wrote:
>>
>> Hi Ashok,
>>
>>
>>
>> Could you please provide me some more details as to
the settings you are
>> using to get the code from the CVS and building the
client.
>>
>>
>>
>> I am particularly interested in the Branch, Target
and Profile that you
>> had selected in the build menu.
>>
>>
>>
>> As a starter I would suggest you use the following:
>>
>>
>>
>> Branch: hxclient_1_5_0_cayenne
>>
>> Target: splay
>>
>> Profile: helix-client-all-defines
>>
>>
>>
>> Please send all your queries to the mailing lists
so that whoever is
>> available can respond to it that would help you get
the assistance
>> sooner.
>>
>>
>>
>> Regards,
>>
>> Jagmeet Singh
>> Software Development Engineer
>> Helix Community
>> Real Networks, Inc.
>> *jsingh real.com *
>> http://www.helixcommuni
ty.org
>> http://www.realnetworks.com/products/support/devsupp
ort.html
>>
>> -----Original Message-----
>> *From Ashok
Jaiswal(???? ??????) [mailto:ashok.jaiswal gmail.com]
>> *Sent Wednesday,
May 10, 2006 12:07 PM
>> *To jsingh real.com
>> *Subject Re:
[Player-dev] Helix player for windows
>>
>>
>>
>>
>>
>> Hello Jagmeet
>>
>> Thanks for your reply. I had downloaded the code
but the documentation of
>> helix client was too complicated to get me started
to develop the
>> decoder on
>> windows. Is there any small sample application to
develop the decoder on
>> windows?
>>
>> Regards
>> Ashok
>>
>> On 5/10/06, *Jagmeet Singh* <jsingh real.com> wrote:
>>
>> Hi Ashok,
>>
>>
>>
>> It seems you are having trouble getting started.
Please follow the
>> instructions at the following link to get started:
>>
>>
>>
>> https://common.helixcommunity.org/2004/devdocs/quicksta
rt
>>
>>
>>
>> This page gives the steps to setup your system to
get the source code
>> from
>> CVS repository.
>>
>>
>>
>> Regards,
>>
>> Jagmeet Singh
>> Software Development Engineer
>> Helix Community
>> Real Networks, Inc.
>> *jsingh real.com *
>> http://www.helixcommuni
ty.org
>> http://www.realnetworks.com/products/support/devsupp
ort.html
>>
>> -----Original Message-----
>> *From
player-dev-bounces helixcommunity.org [mailto:
>> player-dev-bounces helixcommunity.org] *On
Behalf Of *Ashok Jaiswal(????
>> ??????)
>> *Sent Wednesday,
May 10, 2006 9:51 AM
>> *To
Player-dev helixcommunity.org
>> *Subject
[Player-dev] Helix player for windows
>>
>>
>>
>>
>> Hi
>>
>> Where can i get the source code for helix player on
windows
>>
>> Thanx&Regards
>> Ashok
>>
>> --
>> धनयावाद
>> .: अशोक जैसवाल :.
>>
>>
>>
>>
>> --
>> धनयावाद
>> .: अशोक जैसवाल :.
>>
>
>
>
>
>
------------------------------------------------------------
------------
>
> _______________________________________________
> Player-dev mailing list
> Player-dev helixcommunity.org
> http://lists.helixcommunity.org/mailman/listinfo/play
er-dev
_______________________________________________
Player-dev mailing list
Player-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/play
er-dev
|
|
| Helix player for windows |

|
2006-11-21 18:31:01 |
Ashok Jaiswal(अशोक जैसवाल) wrote:
> Hello Jagmeet
>
> I am trying to develop the Helix player on windows (and
some post
> processing
> on video) and I just need the rendering plug-in window
handle
> (IHXVideoSurface) from which I can get the video frame
and do some post
> processing on it.
>
> Is there any sample code for windows to get access to
each decoded video
> frame?
It really depends on what you are doing. However, the 'site'
is a good
place to start: video/sitelib/basesurf.cpp.
In there, Blt() or OptimizedBlt() will be called with the
decoded YUV frame from
the video renderers. The site is also responsible for
converting
from YUV to whatever the output format of the screen is
(RGB32,
YUY2, YV12, etc).
--greg.
>
> Regards
> Ashok
>
>
> On 5/9/06, Jagmeet Singh <jsingh real.com> wrote:
>>
>> Hi Ashok,
>>
>>
>>
>> Could you please provide me some more details as to
the settings you are
>> using to get the code from the CVS and building the
client.
>>
>>
>>
>> I am particularly interested in the Branch, Target
and Profile that you
>> had selected in the build menu.
>>
>>
>>
>> As a starter I would suggest you use the following:
>>
>>
>>
>> Branch: hxclient_1_5_0_cayenne
>>
>> Target: splay
>>
>> Profile: helix-client-all-defines
>>
>>
>>
>> Please send all your queries to the mailing lists
so that whoever is
>> available can respond to it that would help you get
the assistance
>> sooner.
>>
>>
>>
>> Regards,
>>
>> Jagmeet Singh
>> Software Development Engineer
>> Helix Community
>> Real Networks, Inc.
>> *jsingh real.com *
>> http://www.helixcommuni
ty.org
>> http://www.realnetworks.com/products/support/devsupp
ort.html
>>
>> -----Original Message-----
>> *From Ashok
Jaiswal(???? ??????) [mailto:ashok.jaiswal gmail.com]
>> *Sent Wednesday,
May 10, 2006 12:07 PM
>> *To jsingh real.com
>> *Subject Re:
[Player-dev] Helix player for windows
>>
>>
>>
>>
>>
>> Hello Jagmeet
>>
>> Thanks for your reply. I had downloaded the code
but the documentation of
>> helix client was too complicated to get me started
to develop the
>> decoder on
>> windows. Is there any small sample application to
develop the decoder on
>> windows?
>>
>> Regards
>> Ashok
>>
>> On 5/10/06, *Jagmeet Singh* <jsingh real.com> wrote:
>>
>> Hi Ashok,
>>
>>
>>
>> It seems you are having trouble getting started.
Please follow the
>> instructions at the following link to get started:
>>
>>
>>
>> https://common.helixcommunity.org/2004/devdocs/quicksta
rt
>>
>>
>>
>> This page gives the steps to setup your system to
get the source code
>> from
>> CVS repository.
>>
>>
>>
>> Regards,
>>
>> Jagmeet Singh
>> Software Development Engineer
>> Helix Community
>> Real Networks, Inc.
>> *jsingh real.com *
>> http://www.helixcommuni
ty.org
>> http://www.realnetworks.com/products/support/devsupp
ort.html
>>
>> -----Original Message-----
>> *From
player-dev-bounces helixcommunity.org [mailto:
>> player-dev-bounces helixcommunity.org] *On
Behalf Of *Ashok Jaiswal(????
>> ??????)
>> *Sent Wednesday,
May 10, 2006 9:51 AM
>> *To
Player-dev helixcommunity.org
>> *Subject
[Player-dev] Helix player for windows
>>
>>
>>
>>
>> Hi
>>
>> Where can i get the source code for helix player on
windows
>>
>> Thanx&Regards
>> Ashok
>>
>> --
>> धनयावाद
>> .: अशोक जैसवाल :.
>>
>>
>>
>>
>> --
>> धनयावाद
>> .: अशोक जैसवाल :.
>>
>
>
>
>
>
------------------------------------------------------------
------------
>
> _______________________________________________
> Player-dev mailing list
> Player-dev helixcommunity.org
> http://lists.helixcommunity.org/mailman/listinfo/play
er-dev
_______________________________________________
Player-dev mailing list
Player-dev helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/play
er-dev
|
|
| Helix player for windows |

|
2006-11-22 02:14:44 |
|
Thanx greg, I have used the producer SDK. There is a sample that is easy to compile and change complete however I am totally lost when trying to write the decoders. I did go through the documentation but still could not get anything going.
Could you please give me pointer to some player sample code on windows or pointer to instructions for building a player on windows.
On 11/21/06, Greg Wright
< gwright real.com">gwright real.com> wrote:Ashok Jaiswal(अशोक जैसवाल) wrote:
> Hello Jagmeet > > I am trying to develop the Helix player on windows (and some post > processing > on video) and I just need the rendering plug-in window handle > (IHXVideoSurface) from which I can get the video frame and do some post
> processing on it. > > Is there any sample code for windows to get access to each decoded video > frame?
It really depends on what you are doing. However, the 'site' is a good place to start: video/sitelib/basesurf.cpp.
In there, Blt() or OptimizedBlt() will be called with the decoded YUV frame from the video renderers. The site is also responsible for converting from YUV to whatever the output format of the screen is (RGB32,
YUY2, YV12, etc).
--greg.
> > Regards > Ashok > > > On 5/9/06, Jagmeet Singh < jsingh real.com">jsingh real.com> wrote: >> >> Hi Ashok,
>> >> >> >> Could you please provide me some more details as to the settings you are >> using to get the code from the CVS and building the client. >> >>
>> >> I am particularly interested in the Branch, Target and Profile that you >> had selected in the build menu. >> >> >> >> As a starter I would suggest you use the following:
>> >> >> >> Branch: hxclient_1_5_0_cayenne >> >> Target: splay >> >> Profile: helix-client-all-defines >> >> >> >> Please send all your queries to the mailing lists so that whoever is
>> available can respond to it that would help you get the assistance >> sooner. >> >> >> >> Regards, >> >> Jagmeet Singh >> Software Development Engineer
>> Helix Community >> Real Networks, Inc. >> * jsingh real.com">jsingh real.com * >> http://www.helixcommunity.org >>
http://www.realnetworks.com/products/support/devsupport.html >> >> -----Original Message----- >> *From Ashok Jaiswal(???? ??????) [mailto:
ashok.jaiswal gmail.com">ashok.jaiswal gmail.com] >> *Sent Wednesday, May 10, 2006 12:07 PM >> *To jsingh real.com">jsingh real.com >> *Subject Re: [Player-dev] Helix player for windows
>> >> >> >> >> >> Hello Jagmeet >> >> Thanks for your reply. I had downloaded the code but the documentation of >> helix client was too complicated to get me started to develop the
>> decoder on >> windows. Is there any small sample application to develop the decoder on >> windows? >> >> Regards >> Ashok >> >> On 5/10/06, *Jagmeet Singh* <
jsingh real.com">jsingh real.com> wrote: >> >> Hi Ashok, >> >> >> >> It seems you are having trouble getting started. Please follow the >> instructions at the following link to get started:
>> >> >> >> https://common.helixcommunity.org/2004/devdocs/quickstart >> >> >> >> This page gives the steps to setup your system to get the source code
>> from >> CVS repository. >> >> >> >> Regards, >> >> Jagmeet Singh >> Software Development Engineer >> Helix Community >> Real Networks, Inc.
>> * jsingh real.com">jsingh real.com * >> http://www.helixcommunity.org >>
http://www.realnetworks.com/products/support/devsupport.html >> >> -----Original Message----- >> *From player-dev-bounces helixcommunity.org">player-dev-bounces helixcommunity.org
[mailto: >> player-dev-bounces helixcommunity.org">player-dev-bounces helixcommunity.org] *On Behalf Of *Ashok Jaiswal(???? >> ??????) >> *Sent Wednesday, May 10, 2006 9:51 AM
>> *To Player-dev helixcommunity.org">Player-dev helixcommunity.org >> *Subject [Player-dev] Helix player for windows >> >> >> >> >> Hi
>> >> Where can i get the source code for helix player on windows >> >> Thanx&Regards >> Ashok >> >> -- >> धनयावाद >> .: अशोक जैसवाल :.
>> >> >> >> >> -- >> धनयावाद >> .: अशोक जैसवाल :. >> > > > > > ------------------------------------------------------------------------
> > _______________________________________________ > Player-dev mailing list > Player-dev helixcommunity.org">Player-dev helixcommunity.org >
http://lists.helixcommunity.org/mailman/listinfo/player-dev
-- धनयावाद .: अशोक जैसवाल :.
|
| Helix player for windows |

|
2006-11-22 06:45:42 |
|
OK I followed every step in the following 2 URLs to build the helix client on windows
https://common.helixcommunity.org/2004/devdocs/quickstart
https://helix-client.helixcommunity.org/2004/devdocs/quickstart
My .buildrc file is as following
AddMultiCVS("helix",":
ext:aeropriest cvs.helixcommunity.org:/cvsroot/") AddBIFPath("common", "[helix]/common/build/BIF") AddBIFPath("client", "[helix]/client/build/BIF")
First one went exactly how it is in the document however second one got stuck at the following
------------------------------------------------------ using Cygwin -------------------------------------------------------
$ python.exe ../build/bin/build.py Traceback (most recent call last):
File "../build/bin/build.py", line 65, in <module> import launcher File "C:sourcebuildbinlauncher.py", line 77, in <module> import log ImportError: No module named log
------------------------------------------------------- using DOS -------------------------------------------------------
[#-00000001][2006-11-22 14:28:58][2388][INFO ] : Ribosome v2.4.4 [#-00000002][2006-11-22 14:28:58][2388][INFO ] : Using Python
v2.5 [#-00000003][2006-11-22 14:28:58][2388][INFO ] : Log dir: C:sourcehelixriboso me_logs [#-00000005][2006-11-22 14:28:58][2388][INFO ] : Running tool: build [#-00000018][2006-11-22 14:28:58][2388][INFO ] : Using options: [('-m', 'helix')
] [#-00000020][2006-11-22 14:28:58][2388][INFO ] : Running BuildApp::main() in C: sourcehelix [#-00000027][2006-11-22 14:28:58][2388][INFO ] : Setting up dependency data. [#-00000039][2006-11-22 14:28:58][2388][INFO ] : Submitting all jobs to chaingan
g. [#-00000040][2006-11-22 14:28:58][2388][INFO ] : Enabling threading, 3 threads r equested. [#-00000042][2006-11-22 14:28:58][2388][INFO ] : Starting thread scheduler to pr ocess jobs. Updating [common] BIF files...
CVS command failed with error code 1, trying again in a few seconds. CVS command failed with error code 1, trying again in a few seconds. CVS command failed with error code 1, trying again in a few seconds. CVS command failed with error code 1, trying again in a few seconds.
CVS command failed with error code 1, trying again in a few seconds. CVS command failed with error code 1, trying again in a few seconds. CVS command failed with error code 1, trying again in a few seconds. CVS command failed with error code 1, trying again in a few seconds.
CVS command failed with error code 1, trying again in a few seconds. CVS command failed with error code 1, trying again in a few seconds. Updating [client] BIF files... CVS command failed with error code 1, trying again in a few seconds.
CVS command failed with error code 1, trying again in a few seconds. CVS command failed with error code 1, trying again in a few seconds. CVS command failed with error code 1, trying again in a few seconds. CVS command failed with error code 1, trying again in a few seconds.
CVS command failed with error code 1, trying again in a few seconds. CVS command failed with error code 1, trying again in a few seconds. CVS command failed with error code 1, trying again in a few seconds. CVS command failed with error code 1, trying again in a few seconds.
CVS command failed with error code 1, trying again in a few seconds. [#-00000110][2006-11-22 14:36:49][2388][INFO ] : Thread scheduler run completed.
[#-00000112][2006-11-22 14:36:49][2388][INFO ] : Time used for updates:
470.4370 00 [#-00000113][2006-11-22 14:36:49][2388][INFO ] : Building filename lists. C:sourcebuildlibbuildapp.py:473: DeprecationWarning: raising a string except ion is deprecated raise err.error, e
[#-00000118][2006-11-22 14:36:49][2388][ERROR] : --- Build System Error -------- ---------------------------- You have found a Ribosome bug. ----------------------------------------------------------- --- Python Traceback --------------------------------------
------------------------------------ Traceback (most recent call last): File "C:sourcebuildbinlauncher.py", line 117, in __runTool tool.run() File "C:sourcebuildlibbuild_exe.py", line 893, in run
command_line_args() File "C:sourcebuildlibbuild_exe.py", line 156, in command_line_args invoke_buildsystem(arg_list) File "C:sourcebuildlibbuild_exe.py", line 111, in invoke_buildsystem
app = buildapp.RunBuild(arg_list) File "C:sourcebuildlibbuildapp.py", line 102, in RunBuild app.main() File "C:sourcebuildlibbuildapp.py", line 196, in main self.run
() File "C:sourcebuildlibbuildapp.py", line 375, in run self.setup_depends() File "C:sourcebuildlibbuildapp.py", line 473, in setup_depends raise err.error, e Build System Error: Cannot find bif file for the branch="helix".
-----------------------------------------------------------
C:sourcebuildBINlauncher.py:131: DeprecationWarning: raising a string except ion is deprecated raise Traceback (most recent call last):
File "C:sourcebuildBINbuild.py", line 67, in <module> tool.run() File "C:sourcebuildbinlauncher.p | |