List Info

Thread: Re: Download and install Datatype into helix server




Re: Download and install Datatype into helix server
country flaguser name
United States
2007-03-13 11:40:29
The datatypes project contains datatypes source for client
and
server file formats and client depacketization and decoding,
etc.
Most of what is in "datatypes" is client only.

 > I want to stream these datatype:
 > # H.261 video from standard RTP streams
 > # H.263 video from .3gp files and standard RTP
streams

Live reception is not datatype specific. RTP live is
supported
by the Helix DNA Server. You just need to point your encoder
at
your server's IP addres and drop the SDP in the
"rtpencodersdp"
directory in the server. The source code for the RTP live
broadcast
reception plugin is in server/broadcast/transport/rtp/recv

Server side 3GP support (packetization) is in the helix
repository
on the head only, but I do not believe it is yet enabled.
You can
build the plugin, but may need to update the Umakefile to
get it
to build using the correct packetizers, rather than the
client
side ones. The plugin is datatype/mp4/fileformat (build
target
datatype_mp4_fileformat)

 > # H.264

H.264 is supported via live RTP only.

Thanks,
Jamie

Meryl Silverburgh wrote:
> On 3/13/07, Eric Hyche <ehychereal.com> wrote:
> 
>>
>> Well, you can try building any of the fileformat
plugins
>> in the datatype project, but unless your server is
licensed
>> to stream those datatypes, the server won't allow
them
>> to be streamed. Check your license file or the
admin
>> app to find out what you are licensed to stream.
>>
> 
> I want to stream these datatype:
> # H.261 video from standard RTP streams
> # H.263 video from .3gp files and standard RTP streams
> # H.264
> 
> 
> I get the server source using the this command:
> "build.py -u -c -y -m SERVER_CURRENT -P
helix-server-nodist -t symbol 
> servinst"
> 
> So what can I do to make helix to stream the above
datatype?
> 
> And this is my license file
> <LicenseKeyDefinition>
>    <List Name="License">
>        <List Name="Definition">
>            <Var Name="Evaluation"
Value="True"/>
>            <Var Name="Manufacturer"
Value="Helix Community"/>
>            <Var Name="Distribution"
Value="Online"/>
>            <Var Name="LicenseID"
Value="Helix DNA Server"/>
>            <Var Name="ProductID"
Value="Helix DNA Server"/>
>            <Var Name="MajorVersion"
Value="11"/>
>            <Var Name="MinorVersion"
Value="0"/>
>            <Var Name="StartDate"
Value="08/01/2004"/>
>            <Var Name="EndDate"
Value="01/01/2013"/>
>            <Var Name="OEM"
Value="RealNetworks"/>
>            <Var Name="EnableAggregation"
Value="False"/>
>            <Var Name="ServerType"
Value="Internet"/>
>        </List>
>    </List>
>    <List Name="General">
>        <Var Name="ClientConnections"
Value="64000"/>
>        <Var Name="Live"
Value="True"/>
>        <Var Name="BandwidthCapacity"
Value="0"/>
>    </List>
>    <List Name="Authentication">
>        <List Name="Commerce">
>            <Var Name="Access"
Value="True"/>
>            <Var Name="Permissions"
Value="True"/>
>        </List>
>        <List Name="Storage">
>            <Var Name="Basic"
Value="True"/>
>            <Var Name="Msql"
Value="True"/>
>            <Var Name="Odbc"
Value="True"/>
>        </List>
>    </List>
>    <List Name="Multicast">
>        <Var Name="Scalable"
Value="True"/>
>        <Var Name="General"
Value="True"/>
>    </List>
>    <List Name="TemplateLogging">
>        <Var Name="Enabled"
Value="True"/>
>    </List>
>    <List Name="DataTypes">
>        <List Name="RealAudio">
>            <Var Name="Enabled"
Value="True"/>
>        </List>
>        <List Name="RealVideo">
>            <Var Name="Enabled"
Value="True"/>
>        </List>
>        <List Name="RealFlash">
>            <Var Name="Enabled"
Value="True"/>
>        </List>
>        <List Name="RealPix">
>            <Var Name="Enabled"
Value="True"/>
>        </List>
>        <List Name="RealText">
>            <Var Name="Enabled"
Value="True"/>
>        </List>
>        <List Name="RealEvents">
>            <Var Name="Enabled"
Value="True"/>
>        </List>
>        <List Name="Native">
>            <Var Name="Enabled"
Value="True"/>
>        </List>
>        <List Name="Vivo">
>            <Var Name="Enabled"
Value="True"/>
>        </List>
>        <List Name="RealMPA">
>            <Var Name="Enabled"
Value="True"/>
>        </List>
>        <List Name="QuickTime">
>            <Var Name="Enabled"
Value="True"/>
>        </List>
>        <List Name="realmpeg1">
>            <Var Name="Enabled"
Value="True"/>
>        </List>
>        <List Name="realmpeg2">
>            <Var Name="Enabled"
Value="True"/>
>        </List>
>        <List Name="realmpeg4">
>            <Var Name="Enabled"
Value="True"/>
>        </List>
>    </List>
>    <List Name="LicenseGenerator">
>        <Var Name="MajorVersion"
Value="9"/>
>        <Var Name="MinorVersion"
Value="0"/>
>        <Var Name="TimeStamp"
Value="[08/01/2003:09:12:24 00:00]"/>
>    </List>
>    <Var Name="LicenseKey"
Value="None"/>
> 
> </LicenseKeyDefinition>
> 
> 
> 
>> Eric
>>
>> =============================================
>> Eric Hyche (ehychereal.com)
>> Technical Lead
>> RealNetworks, Inc.
>>
>> > -----Original Message-----
>> > From: datatype-dev-bounceshelixcommunity.org
>> > [mailto:datatype-dev-bounceshelixcommunity.org] On Behalf Of
>> > Meryl Silverburgh
>> > Sent: Monday, March 12, 2007 4:44 PM
>> > To: datatype-devhelixcommunity.org
>> > Subject: [datatype-dev] Download and install
Datatype into
>> > helix server
>> >
>> > Hi,
>> >
>> > Can you please tell help me about how can I
add more datatype to the
>> > helix server: the ones mentioned here:
>> > https://datatype
.helixcommunity.org/,
>> >
>> > Thank you for any help/pointers.
>> >
>> >
_______________________________________________
>> > Datatype-dev mailing list
>> > Datatype-devhelixcommunity.org
>> > http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev
>> >
>>
>>
> 
> _______________________________________________
> Datatype-dev mailing list
> Datatype-devhelixcommunity.org
> http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev

_______________________________________________
Datatype-dev mailing list
Datatype-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev

[1]

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