From manuel.arguelles at gmail.com  Thu May 21 07:47:39 2009
From: manuel.arguelles at gmail.com (Manuel =?iso-8859-1?q?Arg=FCelles?=)
Date: Thu May 21 15:24:12 2009
Subject: [Helix-server-dev] Helix Server Stream .3gp file over rtsp
Message-ID: <200905210947.39704.manuel.arguelles@gmail.com>

Hello, I need to stream a .3gp video file over rtsp, I downloaded the helix dna 
server, but I haven't found the way to make it work.

Also I can't any user guide about helix dna server use.

Could you please show me the way?

Regards


-- 
Paco





From alanli at ivstream.com  Sun May 31 16:47:36 2009
From: alanli at ivstream.com (Alan Li)
Date: Sun May 31 21:21:37 2009
Subject: [Helix-server-dev] ASMRuleNumber and live archive
Message-ID: <505897.35994.qm@web706.biz.mail.mud.yahoo.com>


Hello,

We are working on helix server live sink plugin. One question comes up is when we get packet from PacketReady callback, each packet has ASMFlags and ASMRuleNumber associated with. Based on our tracking, it seems that ASMRuleNumber = 2 means it is part of keyframe, and but not sure what are the definitions for other values, ASMRuleNumber = 0 and 1.

While archiving the stream,  we found by experimenting that we can only take all the packets with ASMRuleNumber equal to 2 or 1 (after starting from packet with ASMRuleNumber=2 first, so skipping all 0 or 1 packets), then we need to skip all packets with ASMRuleNumber=0, otherwise, the archived file will be polluted with incorrectly decoded blocks, but we don't know why this is way it seems to be?  Also are there any particular usage with ASMFlags's value? thanks much,

alan

--- On Thu, 2/12/09, Eric Hyche  wrote:

> From: Eric Hyche 
> Subject: RE: [Producer-private-dev] [Fwd: [Helix-producer-dev] questions on logical-fileinfo]
> To: alanli@ivstream.com, "'Steve McMillen'" , producer-private-dev@helixcommunity.org
> Cc: helix-producer-dev@lists.helixcommunity.org
> Date: Thursday, February 12, 2009, 6:32 AM
> >My question is if a .rm file
> playable (locally by realplayer or served
> >by realserver) without logical-fileinfo header?
> 
> Yes, it should be. Off the top of my head, I cannot think
> of
> a reason that meta-data stored in logical-fileinfo would
> be essential for playback.
> 
> Eric
> 
> =======================================
> Eric Hyche (ehyche@real.com)
> Principal Engineer
> RealNetworks, Inc.
> 
> 
> >-----Original Message-----
> >From: Alan Li [mailto:alanli@ivstream.com]
> >Sent: Friday, February 06, 2009 8:42 PM
> >To: 'Steve McMillen'; producer-private-dev@helixcommunity.org;
> ehyche@real.com
> >Cc: helix-producer-dev@lists.helixcommunity.org
> >Subject: RE: [Producer-private-dev] [Fwd:
> [Helix-producer-dev] questions on logical-fileinfo]
> >
> >Hi, Eric,
> >
> >I checked a lot of .rm files and find the
> logical-fileinfo header in them actually contains
> >ASMRulebooks descriptions, producer's info (like build,
> date, platform), and audience used by
> >producer.
> >
> >My question is if a .rm file playable (locally by
> realplayer or served by realserver) without logical-
> >fileinfo header? The reason i am asking this is it
> seems to me a .rm file lacking logical-fileinfo
> >header is not playable by realplayer (with a general
> error showing). If that is true, how to generate
> >them when archiving a live broadcasting rm stream?
> >
> >many thanks,
> >
> >alan
> >
> >
> >--- On Thu, 2/5/09, Eric Hyche 
> wrote:
> >
> >> From: Eric Hyche 
> >> Subject: RE: [Producer-private-dev] [Fwd:
> [Helix-producer-dev] questions on logical-fileinfo]
> >> To: "'Steve McMillen'" ,
> producer-private-dev@helixcommunity.org
> >> Cc: alanli@ivstream.com,
> helix-producer-dev@lists.helixcommunity.org
> >> Date: Thursday, February 5, 2009, 7:38 AM
> >> Alan,
> >>
> >> The logical-fileinfo struct is just the place in
> the RMFF
> >> file where file-level meta-data is stored. The
> only
> >> meta-data the Content Description Header can
> store
> >> is title/author/copyright/comment, so if there is
> more
> >> meta-data than that in the stream's file header
> >> IHXValues,
> >> then it would go into the logical-fileinfo.
> >>
> >> Eric
> >>
> >> =======================================
> >> Eric Hyche (ehyche@real.com)
> >> Principal Engineer
> >> RealNetworks, Inc.
> >>
> >>
> >> >-----Original Message-----
> >> >From: producer-private-dev-bounces@helixcommunity.org
> >> [mailto:producer-private-dev-
> >> >bounces@helixcommunity.org]
> On Behalf Of Steve McMillen
> >> >Sent: Wednesday, February 04, 2009 7:58 PM
> >> >To: producer-private-dev@helixcommunity.org
> >> >Subject: [Producer-private-dev] [Fwd:
> >> [Helix-producer-dev] questions on
> logical-fileinfo]
> >> >
> >> >might be nice if some folks from the tools
> team
> >> subscribed to the
> >> >helix-producer-dev alias to answer questions
> of this
> >> nature.
> >> >
> >> >Oddly, the volume of messages to this list has
> picked
> >> up lately.???:)
> >> >
> >> >-- Steve
> >> >
> >> >-------- Original Message --------
> >> >Subject: ???
> [Helix-producer-dev] questions on
> >> logical-fileinfo
> >> >Date: ??? Wed, 4 Feb 2009
> 15:36:36 -0800 (PST)
> >> >From: ??? Alan Li 
> >> >Reply-To: ??? alanli@ivstream.com
> >> >To: ??? helix-producer-dev@helixcommunity.org
> >> >
> >> >
> >> >
> >> >Hi,
> >> >
> >> >
> >> >I was usinging helix sdkr6 manual on RMFF
> format to
> >> write the archiving plugin, but I got stuck with
> >> >the logical-fileinfo header which is in the rm
> file,
> >> and also mentioned by the manual that it is a
> >> >special kind of logical stream of mime type
> >> logical-fileinfo, which holds a lot of info than
> regular
> >> >media properties header.
> >> >
> >> >The problem is I don't know how to get the
> >> logical-fileinfo from the live stream. When you
> use
> >> >fileheader or steamheader to try to get the
> info, it
> >> won't have it. Even the total number of streams
> >> >doesn't include it. So how should I obtain all
> the
> >> info in the logical-fileinfo in order to archive
> >> >it? thanks for any thought.
> >> >
> >> >alan
> >> >
> >> >
> >> >
> >>
> >_______________________________________________
> >> >Helix-producer-dev mailing list
> >> >Helix-producer-dev@helixcommunity.org
> >> >http://lists.helixcommunity.org/mailman/listinfo/helix-producer-dev
> >> >
> >> >
> >>
> >_______________________________________________
> >> >Producer-private-dev mailing list
> >> >Producer-private-dev@helixcommunity.org
> >> >http://lists.helixcommunity.org/mailman/listinfo/producer-private-dev
> 
> 

 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.