[vlc-devel] adding listen alias for dst in std-sout?

Ilkka Ollakka ilkka.ollakka+vlc at oamk.fi
Tue Jan 15 11:53:23 CET 2008


I would like to add new parameter to standard module as alias to
dst-parameter for following reason.

- people seem to get confused with dst. Like
  std{access=http,dst=0.0.0.0:/stream.ts} is ok, but rtp{mux=ts,dst=0.0.0.0}
  means something totally different, and is most of the time totally
  wrong.
  
So something like listen (anyone for better name?), so you could change
documentation to say 'std{access=http,listen=0.0.0.0/stream.ts}' and
keep 'std{access=udp,dst=192.168.0.1:1234}' so people wouldn't be so
confused about sout-configure. 

Basicly you could just check if listen is defined before dst and use is
if dst ain't defined.

My opinion is that it would clarify documentation and help some users to
understand vlc stream-out config better. Any opinions about including
it?


-- 
Ilkka Ollakka
What I want is all of the power and none of the responsibility.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20080115/57ab2ae8/attachment.sig>


More information about the vlc-devel mailing list