[vlc-commits] httplua: update readme
Akash Mehrotra
git at videolan.org
Tue Aug 30 19:41:45 CEST 2011
vlc | branch: master | Akash Mehrotra <mehrotra.akash at gmail.com> | Thu Aug 18 19:14:25 2011 +0530| [1cee8fbf050a1064dd2e752ee88a56b3d7a5f87c] | committer: Jean-Baptiste Kempf
httplua: update readme
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1cee8fbf050a1064dd2e752ee88a56b3d7a5f87c
---
share/lua/http/requests/README.txt | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/share/lua/http/requests/README.txt b/share/lua/http/requests/README.txt
index 109d44a..47e59aa 100644
--- a/share/lua/http/requests/README.txt
+++ b/share/lua/http/requests/README.txt
@@ -19,7 +19,10 @@ status.xml or status.json
< Get VLC version, and http api version
> add <mrl> to playlist and start playback:
- ?command=in_play&input=<mrl>
+ ?command=in_play&input=<mrl>&option=<option>
+ the option field is optional, and can have the values:
+ noaudio
+ novideo
> add <mrl> to playlist:
?command=in_enqueue&input=<mrl>
More information about the vlc-commits
mailing list