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 or am I missing something?

Yes, that's correct the current version of the recordserver is very limited, 
only a single recording plugin and only a single event being recorded at a time.

I'm about half (maybe a little more) through writing a new tv server
that will allow multiple plugins and multiple events at the same time
(including multiple events on the same plugin at the same time if it is
possible i.e. the channels on the same multiplex for digital tv).

But as part of that I'm updating freevo to use the new kaa.epg library
which I need to get finished off first.

Cheers

Adam

 On 25-02-12 23:40, 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 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 :-)
 
  Ahh, but you'll still need to implement stop as if the program is
  removed from the schedule you'll need to cancel the recording.
 
  If the stream is an MPEG2 TS over UDP or RTP you don't even need to
  use vlc, python would be more than capable of receiving the stream and
  saving it to disk.
 
  I have a networked tuner (HDHomerun)
  the stream is identified as UDP://127.0.0.1:5000
 
  I would love to be able to tune this via Freevo and then record / play
  from the stream, because the transmitter has been retuned, an
  additional transponder added, and the current signal is too weak even
  with a masthead amplifier for my USB TV stick.
 
  Sadly, if I can't receive on the DVB-T stick I'll have to go off to
  Myth which I do know can handle the networked tuner. 
 
  Liz
 
  --
  Virtualization  Cloud Management Using Capacity Planning
  Cloud computing makes use of virtualization - but cloud computing 
  also focuses on allowing computing to be delivered as a service.
  http://www.accelacomm.com/jaw/sfnl/114/51521223/
  ___
  Freevo-users mailing list
  Freevo-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/freevo-users
 



--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


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 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 :-)
   
  Ahh, but you'll still need to implement stop as if the program is
  removed from the schedule you'll need to cancel the recording.
  
  If the stream is an MPEG2 TS over UDP or RTP you don't even need to
  use vlc, python would be more than capable of receiving the stream and
  saving it to disk.
  
 
 I have a networked tuner (HDHomerun)
 the stream is identified as UDP://127.0.0.1:5000
 
 I would love to be able to tune this via Freevo and then record / play
 from the stream, because the transmitter has been retuned, an
 additional transponder added, and the current signal is too weak even
 with a masthead amplifier for my USB TV stick.
 
 Sadly, if I can't receive on the DVB-T stick I'll have to go off to
 Myth which I do know can handle the networked tuner. 

The livepause plugin has support for HDHomerun (although there may be a
few bugs). As for recording this would be easy to do using the generic
recording plugin and a script that used netcat or vlc to dump the UDP
stream to a file.

Cheers

Adam



--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


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 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?
 Yes, that's correct the current version of the recordserver is very limited, 
 only a single recording plugin and only a single event being recorded at a 
 time.

 I'm about half (maybe a little more) through writing a new tv server
 that will allow multiple plugins and multiple events at the same time
 (including multiple events on the same plugin at the same time if it is
 possible i.e. the channels on the same multiplex for digital tv).

 But as part of that I'm updating freevo to use the new kaa.epg library
 which I need to get finished off first.

 Cheers

 Adam

 On 25-02-12 23:40, 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 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 :-)

 Ahh, but you'll still need to implement stop as if the program is
 removed from the schedule you'll need to cancel the recording.

 If the stream is an MPEG2 TS over UDP or RTP you don't even need to
 use vlc, python would be more than capable of receiving the stream and
 saving it to disk.

 I have a networked tuner (HDHomerun)
 the stream is identified as UDP://127.0.0.1:5000

 I would love to be able to tune this via Freevo and then record / play
 from the stream, because the transmitter has been retuned, an
 additional transponder added, and the current signal is too weak even
 with a masthead amplifier for my USB TV stick.

 Sadly, if I can't receive on the DVB-T stick I'll have to go off to
 Myth which I do know can handle the networked tuner. 

 Liz

 --
 Virtualization  Cloud Management Using Capacity Planning
 Cloud computing makes use of virtualization - but cloud computing 
 also focuses on allowing computing to be delivered as a service.
 http://www.accelacomm.com/jaw/sfnl/114/51521223/
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users


 --
 Keep Your Developer Skills Current with LearnDevNow!
 The most comprehensive online learning library for Microsoft developers
 is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
 Metro Style Apps, more. Free future releases when you subscribe now!
 http://p.sf.net/sfu/learndevnow-d2d
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users

-- 
Paul Sijben
tel 0334557522


--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


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 time 
and still support reporting conflicts to the frontend.
That's the main crux of the new recordserver, to support the ability to
report multiple conflicts and if possible, via plugins, automatically
resolve them. It will also make a lot more use of the kaa framework. For
simple/single program at a time devices (ivtv/v4l) there'll be just 2
methods to implement (start/stop).

And it'll support multiple different plugins.

 I'll try and test my iptv_record soon.

Great :-)

 Paul

Cheers

Adam

 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 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?
  Yes, that's correct the current version of the recordserver is very 
  limited, only a single recording plugin and only a single event being 
  recorded at a time.
 
  I'm about half (maybe a little more) through writing a new tv server
  that will allow multiple plugins and multiple events at the same time
  (including multiple events on the same plugin at the same time if it is
  possible i.e. the channels on the same multiplex for digital tv).
 
  But as part of that I'm updating freevo to use the new kaa.epg library
  which I need to get finished off first.
 
  Cheers
 
  Adam
 
  On 25-02-12 23:40, 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 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 :-)
 
  Ahh, but you'll still need to implement stop as if the program is
  removed from the schedule you'll need to cancel the recording.
 
  If the stream is an MPEG2 TS over UDP or RTP you don't even need to
  use vlc, python would be more than capable of receiving the stream and
  saving it to disk.
 
  I have a networked tuner (HDHomerun)
  the stream is identified as UDP://127.0.0.1:5000
 
  I would love to be able to tune this via Freevo and then record / play
  from the stream, because the transmitter has been retuned, an
  additional transponder added, and the current signal is too weak even
  with a masthead amplifier for my USB TV stick.
 
  Sadly, if I can't receive on the DVB-T stick I'll have to go off to
  Myth which I do know can handle the networked tuner. 
 
  Liz
 
  --
  Virtualization  Cloud Management Using Capacity Planning
  Cloud computing makes use of virtualization - but cloud computing 
  also focuses on allowing computing to be delivered as a service.
  http://www.accelacomm.com/jaw/sfnl/114/51521223/
  ___
  Freevo-users mailing list
  Freevo-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/freevo-users
 
 
  --
  Keep Your Developer Skills Current with LearnDevNow!
  The most comprehensive online learning library for Microsoft developers
  is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
  Metro Style Apps, more. Free future releases when you subscribe now!
  http://p.sf.net/sfu/learndevnow-d2d
  ___
  Freevo-users mailing list
  Freevo-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/freevo-users
 



--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users