Difference between revisions of "Media channel"
From Organic Design wiki
m |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{legacy}} |
− | |||
A special page or something to allow creation and maintenance of schedules of video playback. Channels are collaborative lists of URL's with time information. | A special page or something to allow creation and maintenance of schedules of video playback. Channels are collaborative lists of URL's with time information. | ||
− | == Channel | + | == Channel interface == |
+ | This is really little more than a convention for specifying sources used in conjunction with any generic resource [[schedule]] interface. | ||
== Stream server == | == Stream server == | ||
A server process must be running which streams the correct sources to specified URL's. | A server process must be running which streams the correct sources to specified URL's. | ||
+ | |||
+ | == Tag function == | ||
+ | to make the streams available in a page | ||
== Client procedure == | == Client procedure == | ||
In addition to the collaborative channel interface and stream server, we'd like to have simple procedures in place so that live feeds can be easily set up onsite at events etc. | In addition to the collaborative channel interface and stream server, we'd like to have simple procedures in place so that live feeds can be easily set up onsite at events etc. | ||
− | == | + | == See also == |
+ | *[[Channel]] | ||
+ | *[[Schedule]] | ||
*[[Simple video streaming with ffserver]] | *[[Simple video streaming with ffserver]] | ||
*[[Extension talk:VideoSectionLink]] | *[[Extension talk:VideoSectionLink]] | ||
+ | *[[Publishing]] |
Latest revision as of 12:39, 16 September 2012
A special page or something to allow creation and maintenance of schedules of video playback. Channels are collaborative lists of URL's with time information.
Channel interface
This is really little more than a convention for specifying sources used in conjunction with any generic resource schedule interface.
Stream server
A server process must be running which streams the correct sources to specified URL's.
Tag function
to make the streams available in a page
Client procedure
In addition to the collaborative channel interface and stream server, we'd like to have simple procedures in place so that live feeds can be easily set up onsite at events etc.