[vlc-devel] [RFC] #2106: RTP streaming confusing in Qt intf

Rémi Denis-Courmont rdenis at simphalempin.com
Thu Sep 25 10:47:13 CEST 2008


On Thu, 25 Sep 2008 08:46:45 +0200, "Marian Ďurkovič" <md at bts.sk> wrote:
> stream_out_standard debug: extension -> mux=(null)
> stream_out_standard error: no mux specified or found by extension
> main warning: no sout stream module matching "std" could be loaded
> 
> So indeed, VLC is (and ever was) based around using TS for network
> streaming
> - and now when the GUI doesn't provide it as default it fails.

That's a completely different story here. That is clearly a bug, as it will
NEVER work. HTTP cannot work without a mux, at the very least "raw".

RTP is a mux, and the non-enabling of TS by default is quite consistent
with the switch from the hackish RTP access/access_output to the proper RTP
demux/stream_output. And with RTP, you simply do have cases that only work
with TS (although they could be made to work with it), cases that only work
without TS, cases that work with both.

-- 
Rémi Denis-Courmont




More information about the vlc-devel mailing list