search for: preroll

Displaying 20 results from an estimated 36 matches for "preroll".

Did you mean: reroll
2020 Nov 21
3
Pre-roll playing every time user disconnects and connects
On Fri, 20 Nov 2020, Yahav Shasha wrote: > You could simply serve your pre roll at the client side, eg, your player. > This way you can detect the mentioned situation and decide whether or not > to serve the pre roll. The trick here is to find a way of serving the preroll without everyone hearing it. I guess you could use some on connect logic to determine if it should be played, fire up a command line streamer which would stream it to its own mount point which is set to fall back to the main stream, then move the listener to that mount. They would hear the pr...
2019 Dec 04
0
Delay on preroll
On Wed, 4 Dec 2019, Javier Fuentes wrote: > I have a problem when I use the intro to send a pre-roll, the main stream > generates a 20 second delay, when the main stream is played it has no delay. > Is there any parameter I can use to eliminate the delay? > with pre-rolli: https://radiomarca-rrcast.flumotion.com/radiomarca/live.mp3 > without pre-rolli: >
2019 Dec 04
2
Delay on preroll
...gt; </limits> <mount> <mount-name>/radiomarca/live.mp3</mount-name> <queue-size>0</queue-size> <burst-on-connect>1</burst-on-connect> <burst-size>0</burst-size> <intro>/radio-marca/radio-marca-preroll.mp3</intro> </mount> <mount> <mount-name>/radiomarca/live-np.mp3</mount-name> <queue-size>0</queue-size> <burst-on-connect>1</burst-on-connect> <burst-size>0</burst-size> </mount> Thanks i...
2020 Nov 21
0
Pre-roll playing every time user disconnects and connects
...i, 20 Nov 2020, Yahav Shasha wrote: > > > You could simply serve your pre roll at the client side, eg, your player. > > This way you can detect the mentioned situation and decide whether or not > > to serve the pre roll. > > The trick here is to find a way of serving the preroll without everyone > hearing it. > > I guess you could use some on connect logic to determine if it should be > played, fire up a command line streamer which would stream it to its own > mount point which is set to fall back to the main stream, then move the > listener to that mount...
2020 Nov 20
2
Pre-roll playing every time user disconnects and connects
I was trying to see if there's a way to configure it so that someone with a weak network connection doesn't have to hear our pre-roll over and over again. Thanks Martin -----Original Message----- From: Icecast <icecast-bounces at xiph.org> On Behalf Of Geoff Shang Sent: Friday, November 20, 2020 11:54 AM To: Icecast streaming server user discussions <icecast at xiph.org>
2020 Oct 27
2
HLS enabled mounts
We use Icecast version 2.4.4 and recently added an intro (preroll) to one of our channels. Although we haven't had any direct complaints, there has been a discussion thread with some of our public radio colleagues getting complaints about users receiving a repeat of the intro many times when their device switches from WiFi to LTE or unstable Internet con...
2005 Jan 04
1
different output for opt/non-opt on win32 platform
...nt output for opt/non-opt on win32 platform >No. Like any other CELP codec, Speex has a memory. The only non-PCM >speech codec I know that has independent frames is iLBC and it's >suboptimal for most uses because of that. Hmmm... i was unaware of this... so how many frames/packets of preroll are required to ensure "perfect" (where perfect = as it would have been reproduced at this point had the file played from the beginning) output ? ie basically what i'm asking is what impact does this have on seeking or editing/cutting/recombining ? Because when you just seek to s...
2020 Jul 02
4
Integration of VAST Plugin
Hello, icecast provides something like a plugin for vast ads system? Or we have to custom parse the xml and create some playlist to add a preroll mp3 to another stream live? Thanks. BR
2010 May 25
0
Converting video files into .h263
...! filesink location=avout.h263 demux. ! queue ! ffdec_adpcm_ima_qt ! audioconvert ! audioresample ! audio/x-raw-int,rate=8000,channels=1 ! wavenc ! filesink location=avout.wav (gst-launch-0.10:4265): GLib-WARNING **: g_set_prgname() called multiple times Setting pipeline to PAUSED ... Pipeline is PREROLLING ... ERROR: from element /GstPipeline:pipeline0/GstQTDemux:demux: GStreamer encountered a general stream error. Additional debug info: qtdemux.c(2448): gst_qtdemux_loop (): /GstPipeline:pipeline0/GstQTDemux:demux: streaming stopped, reason not-linked ERROR: pipeline doesn't want to preroll. S...
2009 Jun 15
2
Removing metadata segmentation
ogg.k.ogg.k at googlemail.com wrote: >> We're also doing scheduled metadata change to indicate the current show >> to listeners. So for a 4pm show a url is hit which causes icecast to >> change the metadata indicating the 4pm show. That also works fine. >> > > And this causes segmentation because the metadata is stored in the > second header of the Vorbis
2016 Nov 14
1
Help with Opus Streaming
...sn't perform as poorly as you might expect. On the other hand, it's not trivial to implemen. Many applications actually seek by byte offset instead, which is an acceptable user experience is some designs. If you're going to write this yourself, keep in mind the complications of decoder preroll (seek to 80 ms before the desired target and decode from there, discarding the extra output, to give the decoder a chance to settle) and chain boundaries (if you see an unrecognized Ogg stream serial number, you'll need to bisect again to find a boundary where the timestamp origin changes). Go...
2019 Dec 01
0
20 second delay using pre-roll <intro>
...gt; </limits> <mount> <mount-name>/radiomarca/live.mp3</mount-name> <queue-size>0</queue-size> <burst-on-connect>1</burst-on-connect> <burst-size>0</burst-size> <intro>/radio-marca/radio-marca-preroll.mp3</intro> </mount> <mount> <mount-name>/radiomarca/live-np.mp3</mount-name> <queue-size>0</queue-size> <burst-on-connect>1</burst-on-connect> <burst-size>0</burst-size> </mount> Thanks i...
2008 Feb 20
3
Skeletal relations
...e Kate plugin, I've made it so you can switch > languages on the fly. All streams are decoded, but only the selected one > (if any) is actually displayed. This is not possible with such a scheme > (not > saying it's deficient, just that it also adds constraints). Realtime vs. prerolled do not present problems here. ROE is agnostic as to whether the media data is generated on the fly or stored on disk - it merely needs a handle on the data. Furthermore, with Annodex and ROE we will absolutely be able to switch tracks on the fly - that's part of the point of time-based URI v...
2009 Apr 10
0
Oggz 0.9.9 Release
...us errors with compiling using both of these IDEs. Patch by Barry Duncan, and regenerated by ogg.k.ogg.k Internal -------- * Add oggz_content_type() public API function: Returns a human-readable string representation of a content type * Add API functions for getting and seting preroll: oggz_get_preroll(), oggz_set_preroll() Set preroll in oggz_auto.c for vorbis and speex * Kate updates (ogg.k.ogg.k) * Parse BOS page before calling first page reader callback. Fixes ticket:416, "oggz-chop writes wrong granulerate in fisbone" * Apply patch from dryeo, &quot...
2020 Oct 28
3
HLS enabled mounts
...7jgIV7jGhy9QkEGrQ&m=aB_jEHjemEJybrViFK4LTiLd0YKOR1sSUDi1_Wc-oWg&s=PaZgIXWUpLvRO7-If3Oif5v5LUrwL3fpnypArJOT_fU&e= ) so I can't comment on that. Sincerely, Jordan Erickson On 10/27/20 7:44 AM, Robert Fitzpatrick wrote: > We use Icecast version 2.4.4 and recently added an intro (preroll) to > one of our channels. Although we haven't had any direct complaints, > there has been a discussion thread with some of our public radio > colleagues getting complaints about users receiving a repeat of the > intro many times when their device switches from WiFi to LTE or &...
2008 Feb 21
0
Skeletal relations
...point was not that there should be a shared font codec or similar, but that it might be useful to consider a way to supply arbitrary data to multiplexed streams, each codec then interpreting this data as it sees fit (possibly ignoring it). Now, I kind agree with your points too. > Realtime vs. prerolled do not present problems here. ROE is agnostic as to > whether the media data is generated on the fly or stored on disk - it merely > needs a handle on the data. Furthermore, with Annodex and ROE we will > absolutely be able to switch tracks on the fly - that's part of the point of &g...
2020 Oct 27
0
HLS enabled mounts
...en network is available again. Icecast, AFAIK, doesn't support HLS ( https://en.wikipedia.org/wiki/HTTP_Live_Streaming ) so I can't comment on that. Sincerely, Jordan Erickson On 10/27/20 7:44 AM, Robert Fitzpatrick wrote: > We use Icecast version 2.4.4 and recently added an intro (preroll) to > one of our channels. Although we haven't had any direct complaints, > there has been a discussion thread with some of our public radio > colleagues getting complaints about users receiving a repeat of the > intro many times when their device switches from WiFi to LTE or un...
2009 Jun 25
2
Splitting Ogg Vorbis file
Hi there, in fact, my purpose is to write tool which will allow one to split ogg file with vorbis audio *and* theora video codecs, but at first I'd like to understand how the splitting of Ogg Vorbis stream works. So I looked at existing tools that split Ogg Vorbis audio files, i.e. `vcut' utility in vorbis-tools package, and Ogg plugin from `libmp3splt', but I found that engine code
2014 Jan 21
1
Opus in WebM
...lap consecutive frames, and the timing was constructed so that the 'timestamp' of a vorbis frame actually points to the middle of the frame data. When you combine a starting frame with the subsequent frame, the data you get back is from the starting timestamp forward. Because Opus needs to preroll a larger amount, that trick wouldn't work with Opus. Monty On Tue, Jan 21, 2014 at 1:00 PM, Brendan Bolles <brendan at fnordware.com>wrote: > On Jan 17, 2014, at 2:19 PM, Benjamin Schwartz wrote: > > > Yes, it's basically an intrinsic aspect of the mathematics. If you...
2014 Sep 12
0
opus Digest, Vol 68, Issue 6
..., I have no idea). > > Why do you ask?********************************** I'm investigating the possibility of adding Opus to ASF. I will probably use WAVE_FORMAT_EXTENSIBLE instead: "WAVEFORMATEXTENSIBLE allows you to avoid having to register a new format tag with Microsoft." Preroll is supported by ASF. But I'm unsure if pre-skip and end trimming can be supported. I guess one could live without it.