[Live-devel] How to play the streaming content

rajesh rajeshkumar.r at imimobile.com
Wed Jan 24 01:08:47 PST 2007


Re: [Live-devel] How to play the streaming content
Hi Ross,
The audio and video files that are generated once  streaming is over.The content of these files are also same as what we will get from stdin with option -v for video and -a for audio.

with Regards
Rajesh

  From: Ross Finlayson 
  To: LIVE555 Streaming Media - development & use 
  Sent: Wednesday, January 24, 2007 12:29 PM
  Subject: Re: [Live-devel] How to play the streaming content


    Hi Ross
    I am getting the sreaming data from Helix server and streaming data ia being recvd by the openRtsp client.
    my objective is to send this data to some other application to play the stream.

    MultiFramedRTPSource::networkReadHandler() function is parsing the rtp Data .parsing includes
    ignoring header extension,padding and checking for the rtp pay load type.

  This is irrelevant.  You don't need to care how that code works.


    can we directly send the remianing data to some other application that is responsible for playing the Data 


  Sure.  If you're receiving only video, then use the "-v" option to "openRTSP", and pipe the output (video data) to the other application (which will read from 'stdin').  Similarly, if you're receiving only audio, then use the "-a" option to "openRTSP", and pipe the output (audio data) to the other application (which will read from 'stdin').


  If you're receiving both video and audio, then you will need to modifiy the code to use new 'sink' objects (instead of "FileSink" objects).
-- 

  Ross Finlayson
  Live Networks, Inc.
  http://www.live555.com/


------------------------------------------------------------------------------


  _______________________________________________
  live-devel mailing list
  live-devel at lists.live555.com
  http://lists.live555.com/mailman/listinfo/live-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.live555.com/pipermail/live-devel/attachments/20070124/eb53894b/attachment.html 


More information about the live-devel mailing list