Search found 2 matches

Go to advanced search

by Norbert
09 Sep 2018 02:19
Forum: VLM
Topic: VOD RSTP error 404
Replies: 10
Views: 35069

Re: VOD RSTP error 404

$ vlc --ttl 3 -vvv --color -I telnet --telnet-password videolan --rtsp-host 0.0.0.0 --rtsp-port 5554 --rtsp-host=<string> RTSP server address This defines the address the RTSP server will listen on, along with the base path of the RTSP VOD media. Syntax is address/path. By default, the server will ...
by Norbert
06 Sep 2018 15:12
Forum: Scripting VLC in lua
Topic: Playlist, empty streams
Replies: 0
Views: 1896

Playlist, empty streams

s, e = vlc.stream("https://www.cda.pl/video/1806023b5?wersja=720p"); if(s) then l = s:readline(); -- always nil if(l) then vlc.msg.dbg(l); end else vlc.msg.dbg(e); end main debug: VLC media player - 3.0.4 Vetinari main debug: Copyright © 1996-2018 the VideoLAN team main debug: revision 3....

Go to advanced search