Sponsored Content
Top Forums Shell Programming and Scripting save streaming video data for later viewing? Post 302341020 by euclid3628800 on Wednesday 5th of August 2009 02:02:16 AM
Old 08-05-2009
youtube was a bad example since I'm not particularly interested in youtube videos. Go to nbc.com for example and check out their "full episodes". What I'm interested in doing is writing a script that will check to see if a new episode is posted and if so dl that episode while I sleep so I can watch it in the evening without waiting.

Are you suggesting that that same software that can dl youtube videos will work for all streaming video?

Also, I don't run on windows so windows utils aren't all that useful.
 

2 More Discussions You Might Find Interesting

1. Programming

Video/Audio Streaming in C?

Hi Folks, I have just joined, and have a problem... I am doing my thesis and need to transfer a file from server to the client, while doing that I want to stream the file ( the files being video/audio files). I am unable to figure out abt the streaming part...if there exist any libraries... (0 Replies)
Discussion started by: pappu
0 Replies

2. Red Hat

Firefox no audio on fedora while streaming video

My apology if i'm not on the right forum to post. Hope anybody out there could help me out with this problem. i'm running firefox 3.5 on fedora, then streaming video from websites like youtube produces no audio. i have flash-plugin from adobe installed on the system here is the what i have... (1 Reply)
Discussion started by: etcpasswd
1 Replies
Xv(3)							     Library Functions Manual							     Xv(3)

Name
       Xv - X Window System video extension

Description
       The  Xv	extension provides support for video adaptors attached to an X display.  It takes the approach that a display may have one or more
       video adaptors, each of which has one or more ports through which independent video streams pass.

       An adaptor may be able to display video in a drawable, capture video from a drawable, or both.  It translates between video encoding (NTSC,
       PAL,  SECAM,  etc...) and drawable format (depth and visual-id pair). An adaptor may support multiple video encodings and/or multiple draw-
       able formats.

       Clients use Xv(3) to gain access and manage sharing of a display's video resources.  Typically, a client will  use  XvQueryExtension(3)	to
       determine the status of the extension, XvQueryAdaptors(3) to get a description of what video adaptors exist, and XvQueryEncodings(3) to get
       a description of what video encodings an adaptor supports.

       Once a client has determined what video resources are available, it is free to put video into a drawable or  get  video	from  a  drawable,
       according  the  capabilities  supported.   Clients  can	select	to  receive events when video activity changes in a drawable and when port
       attributes have changed.

Summary of Library Functions
       The following is a summary of Xv library functions:

       XvGetPortAttribute(3) - return current port attribute value

       XvGetStill(3) - capture a single frame of video from a drawable

       XvGetVideo(3) - capture video from a drawable

       XvGrabPort(3) - lock port for exclusive use by client

       XvPortNotify(3) - event generated when port attributes change

       XvPutStill(3) - write a single frame of video to a drawable

       XvPutVideo(3) - write video into a drawable

       XvQueryAdaptors(3) - return adaptor information for a screen

       XvQueryBestSize(3) - determine the optimum drawable region size

       XvQueryEncodings(3) - return list of encodings for an adaptor

       XvQueryExtension(3) - return version and revision of extension

       XvSelectPortNotify(3) - enable or disable XvPortNotify events

       XvSelectVideoNotify(3) - enable or disable XvVideoNotify events

       XvSetPortAttribute(3) - set an attribute for a port

       XvStopVideo(3) - stop active video

       XvUngrabPort(3) - release a grabbed port

       XvVideoNotify(3) - event generated for video processing

       Each of these functions is described in its own Xv man page.

X Version 11							    libXv 1.0.4 							     Xv(3)
All times are GMT -4. The time now is 08:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy