Displaying 7 results from an estimated 7 matches for "stream_once".
2010 Nov 01
4
Camera MJPEG to Icecast
...tpoint is not
listed.
My xml for ezstream is below :
-----START----
<ezstream>
<url>http://192.168.10.232:8000/matamerapi</url>
<sourcepassword>bino262</sourcepassword>
<format>THEORA</format>
<filename>stdin</filename>
<stream_once>1</stream_once>
<svrinfoname>My Stream</svrinfoname>
<svrinfourl>http://www.oddsock.org</svrinfourl>
<svrinfogenre>Other</svrinfogenre>
<svrinfodescription>Mata Merapi</svrinfodescription>
<svrinfopublic>0</svrinf...
2010 Nov 01
0
Camera MJPEG to Icecast
...for ezstream is below :
> -----START----
> <ezstream>
> ? ?<url>http://192.168.10.232:8000/matamerapi</url>
> ? ?<sourcepassword>bino262</sourcepassword>
> ? ?<format>THEORA</format>
> ? ?<filename>stdin</filename>
> ? ?<stream_once>1</stream_once>
> ? ?<svrinfoname>My Stream</svrinfoname>
> ? ?<svrinfourl>http://www.oddsock.org</svrinfourl>
> ? ?<svrinfogenre>Other</svrinfogenre>
> ? ?<svrinfodescription>Mata Merapi</svrinfodescription>
> ? ?<svrinfopu...
2007 Dec 11
0
Re: Create a live stream and problem in the webplayer
...output format of the stream.
-->
<format>THEORA</format>
<filename>/root/Desktop/Scaletta.m3u</filename>
<!--
Playlist shuffling is disabled, when the <shuffle /> element does not
exist or is commented out:
-->
<stream_once>0</stream_once>
<!-- <shuffle>1</shuffle> -->
<!--
The following settings are used to describe your stream to the server.
It's up to you to make sure that the
bitrate/quality/samplerate/channels
information matches up with your oggenc encoder...
2007 Dec 17
0
Re: Create a live stream and problem in the webplayer
...output format of the stream.
-->
<format>THEORA</format>
<filename>/root/Desktop/Scaletta.m3u</filename>
<!--
Playlist shuffling is disabled, when the <shuffle /> element does not
exist or is commented out:
-->
<stream_once>0</stream_once>
<!-- <shuffle>1</shuffle> -->
<!--
The following settings are used to describe your stream to the server.
It's up to you to make sure that the
bitrate/quality/samplerate/channels
information matches up with your oggenc encoder...
2024 Sep 20
1
EZstream XML that used to work
...untpoint>
????? <format>MP3</format>
????? <name>ShoutOut Radio with Andy Shilton? and Steffi Barnett</name>
??? </stream>
? </streams>
? <intakes>
??? <intake>
<filename>/home/tgvpadmin/ezstream/shout.m3u</filename>
????? <stream_once>Yes</stream_once>
??? </intake>
? </intakes>
</ezstream>
The problem seems to be with the <name> XML directive. I thought that if
it is added to the <server> block, the name of the stream could be
displayed in a player. I think the problem comes up if...
2023 Dec 04
0
Wrong url's from ezstream/icecast
...ality>
<public>1</public>
</stream>
</streams>
<intakes>
<intake>
<type>program</type>
<filename>/home/thomas/ezstream/play.sh</filename>
<playlist_program>1</playlist_program>
<stream_once>0</stream_once>
</intake>
</intakes>
[...]
</ezstream>
2007 Apr 11
0
Icecast 2.3.1 + Ezstream 0.4: Source keeps disconnecting
Hi,
I'm running Icecast 2.3.1/Ezstream 0.4. Ezstream is set up to decode mp3s
and encode to ogg in a loop (ie <stream_once> is set to "0"). While running
the setup my source is constantly dropped within a 12 hour period - my logs
show that an "End of Stream" has occurred.
If I run the same setup using longer mp3s (ie mp3s which are about an hour
in length), I don't have the source disconn...