Hi,

How can I set the RTSP/UDP buffer size? For udp:// urls you can just append the buffer_size string to the URL. But that's not an option for RTSP strings.

I'm trying to use AVOption, or AVDictionary, but nothing seems to work. So far the only documented solutions are:

- Using this hack (does not work for me) : https://lists.libav.org/pipermail/libav-api/2015-January/000962.html
- Changing the udp.c source to increase UDP_MAX_PKT_SIZE.
- Switching to libVLC seems to be the most popular one.

None of these are desirable. I cannot seem to access the necessary parameters through the AVOptions or the API whatsoever.

I'm sure it's possible to do but it's getting tricky.

Best!


--
Sergio Basurco,
Coherent Synchro
_______________________________________________
libav-api mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-api

Reply via email to