This might sound stupid, but how does one stream a video file with VLC as is, without any transcoding?
Simply:
- select menu Media / Streaming... ctrl+S
- Add... a file (an AVI, with XVID video and mpga audio)
- click Stream
- Add Destination : HTTP 0.0.0.0 port 80
- turn off the "Activate Transcoding" option
- click Next
(the Generated stream output string is : :sout=#transcode{vcodec=none,acodec=none,scodec=dvbs,soverlay}:std{access=http,mux=avi,dst=0.0.0.0:80})
- click Stream
Try to open the stream with another instance of VLC on same PC or on remote PC: Neither works.
But if I select trancoding (any profile, for example "Video - Theora + Vorbis (OGG)") it works.
Why does plain streaming not work?
I use VLC 1.0.2 on Windows XP (of of the clients I tried was with Ubuntu 9.04 and VLC 0.9.9a)
Regards,
David