Hi everyone,
I've got a problem with streaming video to my PVR. While streaming using the GUI works fine, I can't manage to get the same effect using command line options.
In the GUI I did:
Open File->Select the File and checked "Streaming"->Select "Stream", Type "UDP", Address "192.168.1.250", Port "1234", Multiplexing "MPEG TS" with the transcoding options video "mp2v" at 4096kb/s at scale 1, audio "mpga" at 128kb/s with 2 channels.
This works fine (at least for some video files, but that's another topic).
I tried to do the same via command line:
./VLC --sout='#duplicate{dst=display,dst="transcode{vcodec=mp2v,vb=4096,scale=1,acodec=mpga,ab=128,channels=2}://
standard{access=udp,mux=ts,url=192.168.1.250:1234}"}' -vvv /path/to/video
(everything on one line, with the '//' removed)
But that doesn't work: The pvr does not receive anything, and many log entries like
[00000405] access_output_udp generic warning: send error: Connection refused
appear.
I tried to direct a stream to my notebook, with "nc -l 1234" running, but even there the connection refused message appears. No firewalls are involved.
Used versions:
VLC: 0.9.8
OS: Mac OS X 10.5.6
Any hints?
Thank you,
JustTryIt