Page 1 of 1

Help setting up VOD

Posted: 17 Dec 2012 20:41
by VLCuser99
Hi all,

I have read the documentation, the wiki pages and a good part of this sub forum, but I still can't get VOD to work on my network.

I tried a very simple setup, but apparently I'm doing something very wrong:

- I started VLC with one or the other command line code that I found
- I provided a VLM-config file with channel/setup stuff in it
- I tried to connect to it, but never got a valid connection


command line

Code: Select all

vlc --ttl 12 -vvv --color -I telnet --telnet-password videolan --rtsp-host 0.0.0.0:5554
config

Code: Select all

new test vod enabled setup test mux mpt2 setup test input "K:\Filme\Serien\House MD\Season 7\myfile20.mkv" setup test enabled


client

Code: Select all

open network stream => rtsp://127.0.0.1:5554/test

error messages

Code: Select all

Connection failed: VLC could not connect to "127.0.0.1:5554". Your input can't be opened: VLC is unable to open the MRL 'rtsp://127.0.0.1:5554/test'. Check the log for details.


Can anyone tell me what I'm doing wrong? Apparently something very basic is not right here :(

Any help is very much appreciated.

Re: Help setting up VOD

Posted: 19 Dec 2012 23:48
by VLCuser99
Okay, apparently my setup wasn't quite correct. I have corrected what I found, but it still won't work:

new VLC server start command:

Code: Select all

vlc -vvv --color --vlm-conf VLMDEMO.conf -I telnet --telnet-password videolan --rtsp-host 0.0.0.0 --rtsp-port 554


new call from client

Code: Select all

rtsp://127.0.0.1/test
Here's the log from the VLC client.

Code: Select all

main debug: processing request item: rtsp://localhost/test, node: Playlist, skip: 0 main debug: resyncing on rtsp://localhost/test main debug: rtsp://localhost/test is at 1 main debug: starting playback of the new playlist item main debug: resyncing on rtsp://localhost/test main debug: rtsp://localhost/test is at 1 main debug: creating new input thread main debug: Creating an input for 'rtsp://localhost/test' main debug: using timeshift granularity of 50 MiB, in path 'F:\Users\KUW\AppData\Local\Temp' main debug: `rtsp://localhost/test' gives access `rtsp' demux `' path `localhost/test' main debug: creating demux: access='rtsp' demux='' location='localhost/test' file='test' main debug: looking for access_demux module: 1 candidate live555 debug: version 2012.09.13 live555 debug: connection error -10057 live555 error: Failed to connect with rtsp://localhost/test main debug: no access_demux module matching "rtsp" could be loaded main debug: TIMER module_need() : 2.862 ms - Total 2.862 ms / 1 intvls (Avg 2.862 ms) main debug: creating access 'rtsp' location='localhost/test', path='test' main debug: looking for access module: 1 candidate main debug: net: connecting to localhost port 554 main debug: connection succeeded (socket = 1464) access_realrtsp debug: rtsp connected access_realrtsp warning: only real/helix rtsp servers supported for now main debug: no access module matching "rtsp" could be loaded main debug: TIMER module_need() : 2.576 ms - Total 2.576 ms / 1 intvls (Avg 2.576 ms) main error: open of `rtsp://localhost/test' failed main debug: finished input main debug: dead input main debug: TIMER input launching for 'rtsp://localhost/test' : 6.707 ms - Total 6.707 ms / 1 intvls (Avg 6.707 ms) main debug: changing item without a request (current 1/2) main debug: nothing to play

what's wrong? something with the live555?




server log (the end of it):

Code: Select all

stream_out_rtp debug: adding media 'test' stream_out_rtp debug: RTSP stream at /test main debug: net: listening to 0.0.0.0 port 554 main error: socket bind error (No error) main error: cannot create socket(s) for HTTP host
so it worked, but then a socked bind error with "No error" occurred?