[Live-devel] how to add decoding part into openrtsp project

Patrick Noffke patrickn at adpro.com.au
Mon Nov 7 17:43:09 PST 2005


That is not true.  mplayer (with live555 support) decodes rtp streams and renders them immediately.  mencoder could be used to transcode an rtp stream.  Also, mplayer can write the decoded YUV frame to a pipe (via the -vo yuv4mpeg argument) for processing by another application, if mencoder/mplayer do not have the functionality that you need.
 
It's easy enough to try for yourself.  Configure and build mplayer with live555 support, then run the testOnDemandRTSPServer test application, and run mplayer as follows:
 
mplayer rtsp://localhost:8554/mpeg4ESVideoTest
 
(for the MPEG4 stream -- the exact URL will depend on your available media format).

-----Original Message-----
From: live-devel-bounces at ns.live555.com [mailto:live-devel-bounces at ns.live555.com]On Behalf Of Mohanbabu sv
Sent: Monday, 7 November 2005 5:10 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] how to add decoding part into openrtsp project


sir,
As soon as client receive rtp packet from server, i need to decode the encoded video/audio frame that is present in the received rtp packet into raw format and then write the decoded video/audio into a file. mplayer takes encoded file and then it decodes entire file frame by frame. But what i need is,I should not wait for the whole file,as soon as i get frame i have to decode it. 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.live555.com/pipermail/live-devel/attachments/20051107/42db7599/attachment.html


More information about the live-devel mailing list