search for: streamdata

Displaying 9 results from an estimated 9 matches for "streamdata".

2012 Dec 11
2
Adding additional mount info to xsl stylesheet
...long max_listeners; int yp_public; int fallback_override; diff --git web/status.xsl web/status.xsl index b7049a2..9a46945 100644 --- web/status.xsl +++ web/status.xsl @@ -92,6 +92,24 @@ <xsl:if test="genre"> <tr><td>Stream Genre:</td><td class="streamdata"> <xsl:value-of select="genre" /></td></tr> </xsl:if> + +<xsl:if test="user-agent"> +<tr><td>Source:</td><td class="streamdata"> <xsl:value-of select="user-agent" /></td></tr> +&...
2019 Jun 09
2
Strange local variable cv::VideoCapture allocated
...orary variable allocated at expression address 0x7ff1131536e8. If I change the ternary operator at line 483 to an if-else, the temporary is not allocated. Thanks Variables: ========= FFMPEGVideoCapture ffmpeg_video_capture_; cv::VideoCapture opencv_video_capture_; Function: ======== bool StreamData::readFileFrame(Mat& curr_frame, int& frame_id) { // read frame from file ++frame_id; 483: enable_ffmpeg_decoder_ ? (ffmpeg_video_capture_.read(curr_frame)) : opencv_video_capture_ >> curr_frame; return !curr_frame.empty(); } Generated AST from ast-dump:...
2018 Aug 31
2
PDB questions
...())) > return std::move(EC); > return Result; > } > return Result; > } > > Subsections() is populated here: > > if (auto EC = Reader.readSubstream(C13LinesSubstream, C13Size)) > return EC; > > BinaryStreamReader SymbolReader(SymbolsSubstream.StreamData); > if (auto EC = > SymbolReader.readArray(SymbolArray, > SymbolReader.bytesRemaining())) > return EC; > > BinaryStreamReader SubsectionsReader(C13LinesSubstream.StreamData); > if (auto EC = SubsectionsReader.readArray(Subsections, > > SubsectionsReade...
2018 Aug 31
2
PDB questions
Zachary, Thanks for the help on IRC earlier. I've got code that can capture a stack trace and then discover for each address, its module, function, source index, line, and column. I still have a couple of loose ends though. Do you know what's going on here? 1. There appears to be 8 bytes before every LineFragmentHeader. Here's some of my own debug output, which matches
2011 Sep 13
1
ZOO: Learning to apply it to my data
...ot;As","Ca","Cl",..: 1 1 1 1 1 1 1 1 1 1 ... $ quant : num 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0.01 0 ... The numeric column ('x' in zoo, I believe) is associated with the unique combination of param, sampdate, and stream in each row. For example: tail(streamdata) stream sampdate param quant 11164 Winters 2010-06-30 SO4 120.000 11165 Winters 2010-06-30 Zn 0.010 11166 Winters 2011-06-06 As 0.005 11167 Winters 2011-06-06 Cl 5.000 11168 Winters 2011-06-06 SO4 150.000 11169 Winters 2011-06-06 Zn 0.010 I'm in the early...
2005 Nov 11
0
[PATCH] icecast video preview 2
...bicetiming.la Index: web/status.xsl =================================================================== --- web/status.xsl (revisione 10365) +++ web/status.xsl (copia locale) @@ -94,6 +94,16 @@ <xsl:if test="server_url"> <tr><td>Stream URL:</td><td class="streamdata"> <a target="_blank" href="{server_url}"><xsl:value-of select="server_url" /></a></td></tr> </xsl:if> +<xsl:if test="video_preview"> +<xsl:choose> +<xsl:when test="authenticator"> +<t...
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
2011 May 13
6
Standard method to read current listeners without user/password
Is there a standard method to read the current number of listeners from an icecast2 server without knowing the admin user/password? We produce radio broadcasting/streaming software for Windows which can show the current number of listeners. Many Icecast hosting companies won't provide the admin password as they have lots of other customers using the same server, so the software