- February 1, 2007
- 80
- 0
VLC has its own logging - but it is a bit difficult to get to it if it does not start...VLC.exe is not running in my case, and that's what causing probably an issue. Is there any logging?
Could be an issue...See attachment with config.
Try this from the command prompt...5.0 works. So what now? VLC is still not running in background listening on port.
C:\Program Files\VideoLAN\VLC>netstat -an | find "LISTENING"
TCP 0.0.0.0:21 0.0.0.0:0 LISTENING
TCP 0.0.0.0:22 0.0.0.0:0 LISTENING
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
TCP 0.0.0.0:86 0.0.0.0:0 LISTENING
TCP 0.0.0.0:110 0.0.0.0:0 LISTENING
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
TCP 0.0.0.0:443 0.0.0.0:0 LISTENING
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1025 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1028 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1213 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1433 0.0.0.0:0 LISTENING
TCP 0.0.0.0:2002 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3389 0.0.0.0:0 LISTENING
Sorry, one more test...yes that works. Issue I think is that your service is not launched VLC in background and this fails for some reason, either wrong command line paramaters or permissions or something else. You need probably to add logging and output exact command line which is used to launch VLC. It's possible path is misslpelled to VLC or something.
This would tend to indicate that the transcode options are causing VLC to crash...No this did not work
This would tend to indicate that the transcode options are causing VLC to crash...
Try starting the VLC GUI. Go to the "Media" menu, select "streaming".
On the "Network" tab, select the RTSP protocol.
In the network address type 10.0.1.2/stream5.0
Click the "Stream" button.
On the Streaming Options page, select the output as http, address as 10.0.1.2, port as 119
for Encapsulation, select MPEG-TS
Select the "Keep stream output open"
Now try some of the different Video and Audio codecs etc and see if you can find some that work for you - and also with / without audio, with / without video.
Also try with / without "Keep stream output open" option
Kev