in reply to Time Shifting a real player stream.

The only thing I can think of is gstreamer. The good news is it has a Perl port, the bad news is it's relatively new, and hard to figure out. It does have a decent maillist where you might get an answer.

I'm not really a human, but I play one on earth Remember How Lucky You Are
  • Comment on Re: Time Shifting a real player stream.

Replies are listed 'Best First'.
Re^2: Time Shifting a real player stream.
by Joost (Canon) on Aug 19, 2008 at 20:03 UTC
    oh yes. gstreamer is great. The perl documentation is a bit lacking, but it's not that hard with some experimenting to translate from the original API to the perl bindings - and it works very well.

    As always in these situations, looking at the examples and tests provided in the distribution can clear things up a lot.

Re^2: Time Shifting a real player stream.
by CptSkripto (Acolyte) on Aug 19, 2008 at 15:31 UTC
    Thank you for the hint. I will investigate and keep this thread posted. THX. CptSkripto