프로그램 사용/VLC

http vlc protocol

구차니 2018. 11. 30. 19:34

유튜브 처럼 재생 가능한 비디오 프록시를 찾으려는데 영 쉽지 않네

자체 제작이려나...



seek to <val>:

 ?command=seek&val=<val>
 Allowed values are of the form:
   [+ or -][<int><H or h>:][<int><M or m or '>:][<int><nothing or S or s or ">]
   or [+ or -]<int>%
   (value between [ ] are optional, value between < > are mandatory)
 examples:
   1000 -> seek to the 1000th second
   +1H:2M -> seek 1 hour and 2 minutes forward
   -10% -> seek 10% back

[링크 : https://wiki.videolan.org/VLC_HTTP_requests/]