[FFmpeg-devel] [PATCH] RTSP muxer, round 5

Martin Storsjö martin
Sat Feb 20 00:05:07 CET 2010


On Fri, 19 Feb 2010, Ronald S. Bultje wrote:

> On Fri, Feb 19, 2010 at 4:50 PM, Martin Storsj? <martin at martin.st> wrote:
> > On Fri, 19 Feb 2010, Ronald S. Bultje wrote:
> >> On Fri, Feb 19, 2010 at 11:27 AM, Ronald S. Bultje <rsbultje at gmail.com> wrote:
> >>
> >> I'm wondering if we discussed this before. Can you use
> >> AVFormatContext->oformat != NULL instead of is_output? Or something
> >> along those lines?
> >
> > Ah, that would work, yes. However, at some of the places where it is used
> > (rtsp_close_streams), there's no AVFormatContext pointer available, only
> > RTSPState, but that can be fixed of course. Do you want me to try that
> > approach?
> 
> If possible, yes. Having a AVFormatContext around would also be useful
> if we want to add calls to av_log() or so.

Updated patch series with this change.

// Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Make-rtsp_close_streams-take-an-AVFormatContext-as-p.patch
Type: text/x-diff
Size: 1674 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100220/8cf3df87/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Create-AVFormatContext-objects-as-private-transport-.patch
Type: text/x-diff
Size: 4191 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100220/8cf3df87/attachment-0001.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-Add-proper-mode-to-output-setup-requests.patch
Type: text/x-diff
Size: 1057 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100220/8cf3df87/attachment-0002.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-Don-t-send-punch-packets-in-output-mode.patch
Type: text/x-diff
Size: 946 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100220/8cf3df87/attachment-0003.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-Split-out-the-input-specific-part-of-rtsp_read_heade.patch
Type: text/x-diff
Size: 3811 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100220/8cf3df87/attachment-0004.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-Split-rtsp_read_header-into-a-reusable-function-rtsp.patch
Type: text/x-diff
Size: 2008 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100220/8cf3df87/attachment-0005.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0007-Add-a-function-rtsp_setup_output_streams-for-announc.patch
Type: text/x-diff
Size: 3726 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100220/8cf3df87/attachment-0006.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0008-Add-declarations-of-generic-rtsp-support-functions-t.patch
Type: text/x-diff
Size: 4444 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100220/8cf3df87/attachment-0007.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0009-Add-an-RTSP-muxer.patch
Type: text/x-diff
Size: 8253 bytes
Desc: 
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100220/8cf3df87/attachment-0008.patch>



More information about the ffmpeg-devel mailing list