]> git.sesse.net Git - vlc/commit
vod: set up RTSP stack of new media in an asynchronous way
authorPierre Ynard <linkfanel@yahoo.fr>
Tue, 25 Jan 2011 17:35:49 +0000 (18:35 +0100)
committerPierre Ynard <linkfanel@yahoo.fr>
Tue, 25 Jan 2011 17:35:49 +0000 (18:35 +0100)
commit31b8ffbf04d9ebea6869d5301450c2b1575d015b
tree1bb59d2fa491f116935ba24ca488a77c46d4da18
parent3c22db76a78be10242e2712f723caecd9c294c07
vod: set up RTSP stack of new media in an asynchronous way

This way, we don't take the httpd lock when holding the vlm lock.
This will allow passing synchronous calls from the RTSP stack to the
VLM (as long as you don't use the old vod module at the same time,
which you can't anyway).
modules/stream_out/vod.c