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.

> 
> On 21-01-12 22:21, Adam Charrett wrote:
> > On Sat, 2012-01-21 at 10:59 +0100, Paul Sijben wrote:
> >> 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?
> >>
> > Hi Paul,
> >
> > I'm not looking into anything like this so please go ahead. One question
> > though, you say IPtv is this a name of a provider or are you referring
> > to IP TV?
> >
> > Cheers
> >
> > Adam

Cheers

Adam


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
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-dev2
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to