c# - Change settings of LAV Filters at DirectShow -


i able render rtsp video stream (rtsp://10.0.0.11:7070/stream/channel1) following graph:

lav splitter -> lav video decoder -> video renderer

when open rtsp stream vlc, set caching 300 ms , video gets play smoothly 300 ms delay. graph renders stream 1 second delay. how can change buffer/cache value of lav filters? or alternatively how can reduce delay when using lav filters?

thank you


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -