Re: [Freevo-users] iptv_record

2012-02-28 Thread Adam Charrett
On Sun, 2012-02-26 at 13:08 +0100, Paul Sijben wrote: I have been writing some code. But I have nog had a chance to test it yet... I also noted that the framework allows only one recorder plugin to be active at a time, so I have to choose between one of the recording schemes. Is that correct

Re: [Freevo-users] iptv_record

2012-02-28 Thread Adam Charrett
On Sun, 2012-02-26 at 09:40 +1100, Liz wrote: On Sun, 29 Jan 2012 21:27:51 + Adam Charrett a...@dvbstreamer.org wrote: On Sun, 2012-01-22 at 11:48 +0100, Paul Sijben wrote: I am referring to IP TV technology. (basically multicasts). I am planning to simply fire off vlc to

Re: [Freevo-users] iptv_record

2012-02-28 Thread Paul Sijben
Adam, I already have the patches to record multiple shows om the same plugin at the same time. I sent them on this list recently. I'll try and test my iptv_record soon. Paul On 28-02-12 20:52, Adam Charrett wrote: On Sun, 2012-02-26 at 13:08 +0100, Paul Sijben wrote: I have been writing some

Re: [Freevo-users] iptv_record

2012-02-28 Thread Adam Charrett
On Tue, 2012-02-28 at 20:56 +0100, Paul Sijben wrote: Adam, I already have the patches to record multiple shows om the same plugin at the same time. I sent them on this list recently. Yep I saw those thanks Paul. Unfortunately the recordserver doesn't support multiple shows at the same

Re: [Freevo-users] iptv_record

2012-02-26 Thread Paul Sijben
I have been writing some code. But I have nog had a chance to test it yet... I also noted that the framework allows only one recorder plugin to be active at a time, so I have to choose between one of the recording schemes. Is that correct or am I missing something? Paul On 25-02-12 23:40, Liz

Re: [Freevo-users] iptv_record

2012-02-25 Thread Liz
On Sun, 29 Jan 2012 21:27:51 + Adam Charrett a...@dvbstreamer.org wrote: On Sun, 2012-01-22 at 11:48 +0100, Paul Sijben wrote: I am referring to IP TV technology. (basically multicasts). I am planning to simply fire off vlc to record a steam (vlc --run-time=3600

Re: [Freevo-users] iptv_record

2012-01-29 Thread Adam Charrett
On Sun, 2012-01-22 at 11:48 +0100, Paul Sijben wrote: I am referring to IP TV technology. (basically multicasts). I am planning to simply fire off vlc to record a steam (vlc --run-time=3600 UDP://@123.123.123.123:1234 --sout file/ts:filename.ts vlc://quit). In that way I initially do not

Re: [Freevo-users] iptv_record

2012-01-22 Thread Paul Sijben
I am referring to IP TV technology. (basically multicasts). I am planning to simply fire off vlc to record a steam (vlc --run-time=3600 UDP://@123.123.123.123:1234 --sout file/ts:filename.ts vlc://quit). In that way I initially do not even need to implement Stop :-) On 21-01-12 22:21, Adam

[Freevo-users] iptv_record

2012-01-21 Thread Paul Sijben
Hi all, Recently I got IPtv here and am looking in (re)writing a plugin for 1.9.x that does record from IPtv rather than ivtv. Has anyone started on such a project or shall I simply take an axe to ivtv_record? Paul --