Hi friends,

i am working on a application where MPEG4 live video data is kept in a 
kit(device)  and have to stream this frame data using RTP/RTSP into network.

How to get the data from kit(device) and stream into network using your 
application programs.
And also having doubt that whether it is neccessary to use the Devicesource.cpp 
and Devicesource.hh to get the frame data from device , 

    1. In Devicesource.hh given as  
     // The following class can be used to define specific encoder parameters
    class DeviceParameters 
    {
     };
    
      wheteher in this class i  have to mention the encoder parameters ,if yes 
then what are the parameters   
       i  have to give .

     2. In Devicesource.cpp given as 
    
     DeviceSource::DeviceSource(UsageEnvironment& env,DeviceParameters params)
     :FramedSource (env),fParams(params)
     {
     // Any initialization of the device would be done here
      }

      whether here i have to  intialize the device parameters?if yes then how 
to do it.

   If possible pls clarify my doubts.Any help in this regard would be 
appreciated.

 thanks&regards
 shabby


      Forgot the famous last words? Access your message archive online at 
http://in.messenger.yahoo.com/webmessengerpromo.php
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to