Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Streaming Video? (FLV or Otherwise)

by zentara (Archbishop)
on Sep 28, 2011 at 16:19 UTC ( [id://928363]=note: print w/replies, xml ) Need Help??


in reply to Streaming Video? (FLV or Otherwise)

or even ffmpeg. However they aren't really *streaming* solutions in that they both just pop out an FLV file beginning at the specified point-in-time within the video.

Hi, this is only from reading some docs, but gstreamer has a ffmpeg plugin, see gst-ffmpeg .

I can't tell your how to setup the code, but some gst tutorial code shows:

In Python, you can do something like this:

buffer = gst.Buffer(data)
buffer.timestamp = gst.SECOND * 10 # start at the 10th second
buffer.duration = gst.SECOND * 3 # three seconds duration
I'm sure with some digging you can find how to do it in Perl.

See Gstreamer. The module author is very active on the gtk-perl maillist


I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh
  • Comment on Re: Streaming Video? (FLV or Otherwise)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://928363]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (6)
As of 2024-04-23 12:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found