Displaying 7 results from an estimated 7 matches for "initial_theora_pag".
Did you mean:
initial_theora_page
2012 Sep 10
1
Problems with low frame rate streams
...mail wasn't clear on this. In Icecast, I see this
mount point on the status page as if everyting were going fine, it even
detects the resolution and the 2.00 FPS. The only thing I see in the log
file is:
gabor at io:~$ tail /var/log/icecast2/error.log
[2012-09-10 10:42:27] INFO format-theora/initial_theora_page seen
initial theora header
[2012-09-10 10:42:29] INFO format-theora/initial_theora_page seen
initial theora header
[2012-09-10 10:42:31] INFO format-theora/initial_theora_page seen
initial theora header
[2012-09-10 10:42:32] INFO format-theora/initial_theora_page seen
initial theora header
[201...
2012 Sep 05
2
Problems with low frame rate streams
Hi,
I'm developing a streaming solution with quite uncommon characteristics.
We have some image snapshots that arrive regularly but with a very low
frequency and we would like to be observe these images a video stream.
The conversion to video is easy, ffmpeg can create a Theora ogg stream
from the static pictures and I already got it working. The problem is
that I cannot go below 4 fps.
2005 Feb 21
2
theora streaming problem...
...is 0
[2005-02-21 21:48:53] DBUG connection/connection_complete_source source
is ready to start
[2005-02-21 21:48:53] DBUG source/source_init Source creation complete
[2005-02-21 21:48:53] DBUG format-vorbis/initial_vorbis_page checking
for vorbis codec
[2005-02-21 21:48:53] DBUG format-theora/initial_theora_page checking
for theora codec
[2005-02-21 21:48:53] INFO format-theora/initial_theora_page seen
initial theora header
[2005-02-21 21:48:53] DBUG format-ogg/format_ogg_attach_header
attaching BOS page
[2005-02-21 21:48:53] DBUG format-vorbis/initial_vorbis_page checking
for vorbis codec
[2005-02...
2005 Nov 11
0
[PATCH] icecast video preview 2
...===========================================================
--- src/format_theora.h (revisione 10365)
+++ src/format_theora.h (copia locale)
@@ -14,6 +14,7 @@
#ifndef __FORMAT_THEORA_H
#define __FORMAT_THEORA_H
+#include <theora/theora.h>
#include "format_ogg.h"
ogg_codec_t *initial_theora_page (format_plugin_t *plugin, ogg_page *page);
Index: src/cfgfile.c
===================================================================
--- src/cfgfile.c (revisione 10365)
+++ src/cfgfile.c (copia locale)
@@ -53,6 +53,7 @@
#define CONFIG_DEFAULT_CHUID 0
#define CONFIG_DEFAULT_USER NULL
#define CONF...
2005 Nov 11
2
[PATCH] icecast video preview 2
Updated version of video preview covering frame writing every 3 keyframe
and a xsl typo.
Best regards :)
kysucix
--
Make things as simple as possible, but no simpler. - Albert Einstein
2005 Nov 11
1
[PATCH] icecast video preview
Hi. Here it is my patch to put a video preview of a theora stream in
status.xsl.
I just added a:
<video-preview>1</video-preview>
parameters in icecast.xml.in that control the previewing function.
It encodes a png in $webroot/$mountname.tmp and then move it to
$webroot/$mountname.png
As for now it saves a frame every theora keyframe, which is probably
too heavy for the server but
2008 May 28
2
problem using icecast 2 Listener Authentication
...:02:03] INFO fserve/fserve_client_create checking for file /corner_bottomright.jpg (/usr/local/share/icecast/web/corner_bottomright.jpg)
[2008-05-28 20:02:16] INFO connection/_handle_source_request Source logging in at mountpoint "/testmount.ogg"
[2008-05-28 20:02:16] INFO format-theora/initial_theora_page seen initial theora header
[2008-05-28 20:02:16] INFO format-vorbis/initial_vorbis_page seen initial vorbis header
[2008-05-28 20:02:19] INFO fserve/fserve_client_create checking for file /style.css (/usr/local/share/icecast/web/style.css)
[2008-05-28 20:02:19] INFO fserve/fserve_client_create...