[vlc-devel] [RFC] #2106: RTP streaming confusing in Qt intf
Marian Ďurkovič
md at bts.sk
Thu Sep 25 08:46:45 CEST 2008
On Wed, 24 Sep 2008 12:43:08 -0700, Jean-Baptiste Kempf wrote
> On Wed, Sep 24, 2008 at 09:39:43PM +0200, Marian Ďurkovič wrote :
> > There was certainly life before Qt4 and/or VLC 0.9.x.
> > The Streaming panel was definitely there in previous releases and both UDP and
> > RTP were present. Moreover, all networking choices were using TS container since
> > day one.
> TS over http and MMS in a compatible way ? Really ?
Really. You actually pointed out another bug with missing TS mux.
When you click HTTP in streaming in 0.8.6, the sout MRL looks like this:
:sout=#duplicate{dst=std{access=http,mux=ts,dst=a.b.c.d:1234}}
Now with 0.9.2 HTTP streaming from GUI doesn't work at all - the MRL looks like:
:sout=#duplicate{dst=std{access=http,dst=a.b.c.d:8080}}
and when you fire it up, the log shows:
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.
With kind regards,
M.
More information about the vlc-devel
mailing list