<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vdr-plugin-streamdev/server, branch v0_4</title>
<subtitle>VDR Streamdev Plug-in
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/'/>
<entry>
<title>fixed regression: no receiver created for ES/PS/PES</title>
<updated>2010-12-10T15:38:10+00:00</updated>
<author>
<name>Frank Schmirler</name>
<email>vdr@schmirler.de</email>
</author>
<published>2010-12-10T15:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=fe9a58b88cd232e1dffe078a6fa88ded2f62bb90'/>
<id>fe9a58b88cd232e1dffe078a6fa88ded2f62bb90</id>
<content type='text'>
(reported by Gavin Hamill)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(reported by Gavin Hamill)
</pre>
</div>
</content>
</entry>
<entry>
<title>Snapshot 2010-09-15</title>
<updated>2011-03-24T17:20:05+00:00</updated>
<author>
<name>Frank Schmirler</name>
<email>vdr@schmirler.de</email>
</author>
<published>2010-12-02T08:39:01+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=635ccc479f3e0d62b3f52cb5407d06185e402f5b'/>
<id>635ccc479f3e0d62b3f52cb5407d06185e402f5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>don't use std::map.at(). It's not available in older libstdc++ version</title>
<updated>2010-07-22T14:18:36+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2010-07-22T14:18:36+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=db3274c046f4e2d44cb8263428073b6a43dca2fa'/>
<id>db3274c046f4e2d44cb8263428073b6a43dca2fa</id>
<content type='text'>
Modified Files:
 Tag: v0_4
	CONTRIBUTORS HISTORY remux/extern.c server/connectionHTTP.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modified Files:
 Tag: v0_4
	CONTRIBUTORS HISTORY remux/extern.c server/connectionHTTP.c
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed wrong URL path in m3u playlists</title>
<updated>2010-07-20T12:26:09+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2010-07-20T12:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=6f3b081dd04d3ba1b0a64e3c906d2cfa5659efbb'/>
<id>6f3b081dd04d3ba1b0a64e3c906d2cfa5659efbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- using SIGINT in externremux to kill mencoder works better than SIGTERM;</title>
<updated>2010-07-19T13:50:11+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2010-07-19T13:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=fa578940f7770876d884093a57f657b03213cea3'/>
<id>fa578940f7770876d884093a57f657b03213cea3</id>
<content type='text'>
  especially x264 still needs a SIGKILL sometimes
- added --remove-destination to cp commands installing plugins
- updated Italian translation (thanks to Diego Pierotto)
- config option "client may suspend" hidden if not applicable
- updated and enhanced README
- added support for HTTP method HEAD
- rewrite of externremux.sh, including support for various URL parameters,
  logging and improved shutdown
- start externremux script in a separate process group
- changed HTTP URL path for externremux from EXTERN to EXT (suggested by
  Rolf Ahrenberg)
- HTTP headers now have to be emitted by externremux script
- pass channel related information and URL parameters to externremux script
  through environment
- implement CGI like interface for externremux script
Modified Files:
 Tag: v0_4
	CONTRIBUTORS HISTORY Makefile README common.c common.h i18n.c
	remux/extern.c remux/extern.h server/connection.c
	server/connection.h server/connectionHTTP.c
	server/connectionHTTP.h server/connectionIGMP.c
	server/connectionVTP.c server/livestreamer.c
	server/livestreamer.h server/menuHTTP.c server/setup.c
	server/setup.h server/streamer.c server/streamer.h
	streamdev/externremux.sh streamdev/streamdevhosts.conf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  especially x264 still needs a SIGKILL sometimes
- added --remove-destination to cp commands installing plugins
- updated Italian translation (thanks to Diego Pierotto)
- config option "client may suspend" hidden if not applicable
- updated and enhanced README
- added support for HTTP method HEAD
- rewrite of externremux.sh, including support for various URL parameters,
  logging and improved shutdown
- start externremux script in a separate process group
- changed HTTP URL path for externremux from EXTERN to EXT (suggested by
  Rolf Ahrenberg)
- HTTP headers now have to be emitted by externremux script
- pass channel related information and URL parameters to externremux script
  through environment
- implement CGI like interface for externremux script
Modified Files:
 Tag: v0_4
	CONTRIBUTORS HISTORY Makefile README common.c common.h i18n.c
	remux/extern.c remux/extern.h server/connection.c
	server/connection.h server/connectionHTTP.c
	server/connectionHTTP.h server/connectionIGMP.c
	server/connectionVTP.c server/livestreamer.c
	server/livestreamer.h server/menuHTTP.c server/setup.c
	server/setup.h server/streamer.c server/streamer.h
	streamdev/externremux.sh streamdev/streamdevhosts.conf
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed a memory leak in cStreamdevPatFilter::GetPid (thanks to lhanisch)</title>
<updated>2010-02-20T23:05:20+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2010-02-20T23:05:20+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=fc99a72467ec2a284b4242dcf9dc90689a295a99'/>
<id>fc99a72467ec2a284b4242dcf9dc90689a295a99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- length -1 is the correct value for streams in M3U playlists</title>
<updated>2010-02-20T22:19:31+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2010-02-20T22:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=ccbc738202f73dd0ca192e08494cd7938d4f666b'/>
<id>ccbc738202f73dd0ca192e08494cd7938d4f666b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added DELT FORCE option to delete running timers (#554)</title>
<updated>2010-01-29T12:02:44+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2010-01-29T12:02:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=25f287f5b1ec3f40d3e64c3fcc154e2b1d4e6aed'/>
<id>25f287f5b1ec3f40d3e64c3fcc154e2b1d4e6aed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improved PARENTALRATING patch detection was missing in this branch</title>
<updated>2009-10-13T06:48:23+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2009-10-13T06:48:23+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=98d20a98bb9af692128c006feeb7ec9ec0976433'/>
<id>98d20a98bb9af692128c006feeb7ec9ec0976433</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>silenced warnings concerning asprintf (requested by Rolf Ahrenberg)</title>
<updated>2009-10-13T06:38:58+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2009-10-13T06:38:58+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=824a19257976d5ff482969cfe4a7c7cf8a7fc16d'/>
<id>824a19257976d5ff482969cfe4a7c7cf8a7fc16d</id>
<content type='text'>
Modified Files:
 Tag: v0_4
	CONTRIBUTORS HISTORY server/connectionVTP.c server/setup.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modified Files:
 Tag: v0_4
	CONTRIBUTORS HISTORY server/connectionVTP.c server/setup.c
</pre>
</div>
</content>
</entry>
</feed>
