Page 1 of 1

Raw stream muxer

Posted: 31 Oct 2006 18:46
by trek1413
In the streaming howto, it states that the default muxer for the RTP
module is raw. Though, when I try to specify the option 'mux=raw',
I get the error:

Code: Select all

[00000266] stream_out_rtp private error: unsupported muxer type with rtp (only ts/ps)

This is with VLC 0.85 and fedora core 5.

Posted: 31 Oct 2006 18:54
by trek1413
While looking in the wiki, it stated that:

--sout-rtp-mux <string> Muxer
This allows you to specify the muxer used for
the streaming output. Default is to use no
muxer (standard RTP stream).

So, if it's not using a muxer, that is raw, correct?