X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=cubemap.config.sample;fp=cubemap.config.sample;h=0d283ddbb748a49dca2ceb03b14046a9bf691567;hp=35bfe5ea221a1b69f97324807a2d33b7f176a275;hb=6544fa0ec3f3a501bcb89ea977756911bd7f3ebd;hpb=d0aad5446b9896e3ba15c8a50c345e185dc1631f diff --git a/cubemap.config.sample b/cubemap.config.sample index 35bfe5e..0d283dd 100644 --- a/cubemap.config.sample +++ b/cubemap.config.sample @@ -51,6 +51,11 @@ stream /test-jwplayer.flv src=http://gruessi.zrh.sesse.net:4013/test.flv force_p # for sending on to another Cubemap instance. stream /test.flv.metacube src=http://gruessi.zrh.sesse.net:4013/test.flv encoding=metacube +# A stream where the input is _not_ Metacube framed. Note that the stream needs to +# have no header and be self-synchronizing (like with UDP input below), and most formats +# are not like this. A typical example, however, is MPEG-TS. +stream /test.ts src=http://gruessi.zrh.sesse.net:4013/test.ts src_encoding=raw + # UDP input. TS is the most common container to use over UDP (you cannot # take any arbitrary container and expect it to work). # backlog_size= overrides the backlog, which is normally 10 MB.