[Libav-user] rtsp transport protocol

Dmitry Adjiev adjiev.dmitry at gmail.com
Thu Aug 14 20:36:58 CEST 2014


I found this, thanks. Dictionary is empty


2014-08-14 22:35 GMT+04:00 wm4 <nfxjfg at googlemail.com>:

> On Thu, 14 Aug 2014 22:25:20 +0400
> Dmitry Adjiev <adjiev.dmitry at gmail.com> wrote:
>
> > AVDictionary *d = NULL;
> > av_dict_set(&d, "rtsp_transport", "udp", 0);
> > ret = avformat_write_header(stream->rtp_ctx, &d);
> > av_dict_free(&d);
> >
> > Has no effect, what I do wrong?
>
> Oh I see, for serving (not reading)...
>
> I don't know, in the worst case, it doesn't support UDP. You can check
> after the write_header call if d still contains the option (if it does,
> the option wasn't understood).
> _______________________________________________
> Libav-user mailing list
> Libav-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/libav-user
>



-- 
Regards,
Dmitry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://ffmpeg.org/pipermail/libav-user/attachments/20140814/41ba71b5/attachment.html>


More information about the Libav-user mailing list