<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vdr-plugin-streamdev/Makefile, 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>- 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>adapted and included xmbc patch for VDR 1.4.x</title>
<updated>2009-09-30T10:02:26+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2009-09-30T10:02:26+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=e0f60bbd8153191c9f89d7d1c3c62ea71634a34b'/>
<id>e0f60bbd8153191c9f89d7d1c3c62ea71634a34b</id>
<content type='text'>
Modified Files:
 Tag: v0_4
	CONTRIBUTORS HISTORY Makefile common.h server/connectionVTP.c
	server/connectionVTP.h
Added Files:
 Tag: v0_4
	server/recplayer.c server/recplayer.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modified Files:
 Tag: v0_4
	CONTRIBUTORS HISTORY Makefile common.h server/connectionVTP.c
	server/connectionVTP.h
Added Files:
 Tag: v0_4
	server/recplayer.c server/recplayer.h
</pre>
</div>
</content>
</entry>
<entry>
<title>- added namespace to remuxers</title>
<updated>2009-06-29T06:25:27+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2009-06-29T06:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=412c6982b6deba6089cc729704bebab784ef3313'/>
<id>412c6982b6deba6089cc729704bebab784ef3313</id>
<content type='text'>
- increased WRITERBUFSIZE - buffer was too small for high bandwidth content
- removed cStreamdevStreamer::m_Running
- eliminated potential busy waits in remuxers
- updated cTSRemux static helpers to code of their VDR 1.6.0 counterparts
- use a copy of VDR 1.6.0's cRemux for TS to PES remuxing.
- make sure that only complete TS packets are written to ringbuffers
- use signaling instead of sleeps when writing to ringbuffers
- optimized cStreamdevPatFilter PAT packet initialization
- fixed cStreamdevPatFilter not processing PATs with length &gt; TS_SIZE - 5
- use a small ringbuffer for cStreamdevPatFilter instead of writing to
  cStreamdevStreamers SendBuffer as two threads mustn't write to the same
  ringbuffer
Modified Files:
 Tag: v0_4
	CONTRIBUTORS HISTORY Makefile streamdev-server.c
	libdvbmpeg/transform.h remux/extern.c remux/extern.h
	remux/ts2es.c remux/ts2es.h remux/ts2ps.c remux/ts2ps.h
	remux/tsremux.c remux/tsremux.h server/livestreamer.c
	server/livestreamer.h server/streamer.c server/streamer.h
Added Files:
 Tag: v0_4
	remux/ts2pes.c remux/ts2pes.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- increased WRITERBUFSIZE - buffer was too small for high bandwidth content
- removed cStreamdevStreamer::m_Running
- eliminated potential busy waits in remuxers
- updated cTSRemux static helpers to code of their VDR 1.6.0 counterparts
- use a copy of VDR 1.6.0's cRemux for TS to PES remuxing.
- make sure that only complete TS packets are written to ringbuffers
- use signaling instead of sleeps when writing to ringbuffers
- optimized cStreamdevPatFilter PAT packet initialization
- fixed cStreamdevPatFilter not processing PATs with length &gt; TS_SIZE - 5
- use a small ringbuffer for cStreamdevPatFilter instead of writing to
  cStreamdevStreamers SendBuffer as two threads mustn't write to the same
  ringbuffer
Modified Files:
 Tag: v0_4
	CONTRIBUTORS HISTORY Makefile streamdev-server.c
	libdvbmpeg/transform.h remux/extern.c remux/extern.h
	remux/ts2es.c remux/ts2es.h remux/ts2ps.c remux/ts2ps.h
	remux/tsremux.c remux/tsremux.h server/livestreamer.c
	server/livestreamer.h server/streamer.c server/streamer.h
Added Files:
 Tag: v0_4
	remux/ts2pes.c remux/ts2pes.h
</pre>
</div>
</content>
</entry>
<entry>
<title>Added IGMP Multicast server</title>
<updated>2009-02-13T10:39:40+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2009-02-13T10:39:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=e3599df3083ec6aa9b8656589a171e2c5d3d7e7a'/>
<id>e3599df3083ec6aa9b8656589a171e2c5d3d7e7a</id>
<content type='text'>
Modified Files:
 Tag: v0_4
	CONTRIBUTORS HISTORY Makefile README i18n.c server/component.c
	server/component.h server/connection.c server/connection.h
	server/livefilter.c server/server.c server/setup.c
	server/setup.h server/streamer.c server/streamer.h
	streamdev/streamdevhosts.conf tools/socket.c tools/socket.h
Added Files:
 Tag: v0_4
	patches/vdr-cap_net_raw.diff server/componentIGMP.c
	server/componentIGMP.h server/connectionIGMP.c
	server/connectionIGMP.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modified Files:
 Tag: v0_4
	CONTRIBUTORS HISTORY Makefile README i18n.c server/component.c
	server/component.h server/connection.c server/connection.h
	server/livefilter.c server/server.c server/setup.c
	server/setup.h server/streamer.c server/streamer.h
	streamdev/streamdevhosts.conf tools/socket.c tools/socket.h
Added Files:
 Tag: v0_4
	patches/vdr-cap_net_raw.diff server/componentIGMP.c
	server/componentIGMP.h server/connectionIGMP.c
	server/connectionIGMP.h
</pre>
</div>
</content>
</entry>
<entry>
<title>- changed location of streamdevhosts.conf to VDRCONFDIR/plugins/streamdev</title>
<updated>2008-04-07T14:50:32+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2008-04-07T14:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=9c60fb4e42bce2fd3b6d7d9c011f1688cddd4394'/>
<id>9c60fb4e42bce2fd3b6d7d9c011f1688cddd4394</id>
<content type='text'>
- changed externremux.sh's default location to VDRCONFDIR/plugins/streamdev
- added sample externremux.sh from http://www.vdr-wiki.de/
- stop providing channels after client has been disabled at runtime
- added logging of the client device's card index
- changed default suspend mode to "Always suspended"
- added "Hide Mainmenu Entry" setup option on client
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- changed externremux.sh's default location to VDRCONFDIR/plugins/streamdev
- added sample externremux.sh from http://www.vdr-wiki.de/
- stop providing channels after client has been disabled at runtime
- added logging of the client device's card index
- changed default suspend mode to "Always suspended"
- added "Hide Mainmenu Entry" setup option on client
</pre>
</div>
</content>
</entry>
<entry>
<title>- resurrected clients "Suspend Server" menu item as its mainmenu entry</title>
<updated>2008-04-07T14:40:39+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2008-04-07T14:40:39+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=89735cbd95ea82c309be3c2faf939d03cc8aa6eb'/>
<id>89735cbd95ea82c309be3c2faf939d03cc8aa6eb</id>
<content type='text'>
- dropped unused code for remote timers/recordings on client side
- dropped unused files client/{assembler,menu,remote}.[hc]
- dropped unused files in libdvbmpeg (reported by tobi)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- dropped unused code for remote timers/recordings on client side
- dropped unused files client/{assembler,menu,remote}.[hc]
- dropped unused files in libdvbmpeg (reported by tobi)
</pre>
</div>
</content>
</entry>
<entry>
<title>- removed legacy code for pre VDR 1.4</title>
<updated>2008-04-07T14:27:27+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2008-04-07T14:27:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=f51d6eb2dfb128a29db34b05d9b92a9633dd5b29'/>
<id>f51d6eb2dfb128a29db34b05d9b92a9633dd5b29</id>
<content type='text'>
- dropped patches for pre VDR 1.4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- dropped patches for pre VDR 1.4
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 0.3.4</title>
<updated>2008-03-31T10:34:26+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2008-03-31T10:34:26+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=71cc16a1eb1774f9f20f8eed03b17af3e8691edc'/>
<id>71cc16a1eb1774f9f20f8eed03b17af3e8691edc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite of http menu (#439)</title>
<updated>2008-03-28T15:11:40+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2008-03-28T15:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=b66bf7a698738389a030d1512d5442c149ab27db'/>
<id>b66bf7a698738389a030d1512d5442c149ab27db</id>
<content type='text'>
Including
- m3u playlists by Petri Hintukainen (#254)
- way to pass parameters to externremux by Rolf Ahrenberg
- using host header for absolute URLs for better DNAT / Reverse Proxy support
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Including
- m3u playlists by Petri Hintukainen (#254)
- way to pass parameters to externremux by Rolf Ahrenberg
- using host header for absolute URLs for better DNAT / Reverse Proxy support
</pre>
</div>
</content>
</entry>
<entry>
<title>FreeBSD compatibility (#435)</title>
<updated>2008-03-12T09:36:27+00:00</updated>
<author>
<name>schmirl</name>
<email>schmirl</email>
</author>
<published>2008-03-12T09:36:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-streamdev/commit/?id=efeac825cc071e01b203eda2af3a28f5020c9f3e'/>
<id>efeac825cc071e01b203eda2af3a28f5020c9f3e</id>
<content type='text'>
Modified Files:
	Makefile common.h libdvbmpeg/ctools.c server/connectionVTP.c
	tools/socket.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modified Files:
	Makefile common.h libdvbmpeg/ctools.c server/connectionVTP.c
	tools/socket.c
</pre>
</div>
</content>
</entry>
</feed>
