]> git.sesse.net Git - vlc/commit
First pass at Media Resource Locator parsing in the rc interface. It allows the follo...
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 7 Nov 2004 14:17:31 +0000 (14:17 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sun, 7 Nov 2004 14:17:31 +0000 (14:17 +0000)
commit3edc1ca95468db418590c75600fe769070d930d8
treeb7aaa7408cad623481c5e28d60d1a989360cc768
parentf0f3a6b69a5cfd641d915adc429cf6b3bc5972bc
First pass at Media Resource Locator parsing in the rc interface. It allows the following types to be used with the add command:

add dvd:///dev/dvd:sout='#std{mux="ts",access="udp",url="127.0.0.1:1234"}'
add dvd:///dev/dvd --sout '#std{mux="ts",access="udp",url="127.0.0.1:1234"}'
modules/control/rc.c