Giter Club home page Giter Club logo

wse-plugin-streampublisher's Introduction

StreamPublisher

The StreamPublisher module for Wowza Streaming Engine™ media server software lets you use a server listener and application module to create a schedule of streams and playlists. Using television as an analogy, a stream is a channel and a playlist is a program with one or more video segments. A schedule can have as many streams (channels) as you want, with as many playlists (programs) as you want, and each playlist can be scheduled to play on a stream at a certain time. If a playlist is scheduled to start on a stream while another playlist is running, the existing playlist is replaced with the new one. If you set a schedule to begin in the past, the playlist plays immediately.

This repo includes a compiled version.

Prerequisites

Wowza Streaming Engine 4.0.0 or later is required.

Usage

You can create a schedule with server listener and application module methods, either together or separately, depending on your needs.

You can use the ServerListenerStreamPublisher server listener to load a set of scheduled streams on a single application when the media server starts. This procedure keeps the streams running until the server is shut down. If you use this process, the schedule can't be reloaded by using just the server listener.

You can use the ModuleStreamPublisher application module on any application to load a set of scheduled streams on that application when the application starts and unload the streams when the application is shut down. The schedule can be reloaded by modifying the SMIL file for the application and then reloading it. The module can provide the reload functionality to the schedule that's configured in the server listener. It can also be used on its own, in separate applications, to provide separate schedules for each application. Each application that runs a schedule must have a live stream type.

You can use the HttpProviderStreamPublisherControl HttpProvider to load and unload the schedules.

To use the included ModuleLoopUntilLive application module to loop pre-roll video around a live stream, at least one server-side stream must be configured on the Streaming Engine live application.

More resources

To use the compiled version of this module, see Schedule streaming with a Wowza Streaming Engine Java module.

For instructions on using the ModuleLoopUntilLive application module, see Loop a pre-roll until a live stream starts with Wowza Streaming Engine Java module.

Wowza Streaming Engine Server-Side API Reference

How to extend Wowza Streaming Engine using the Wowza IDE

Wowza Media Systems™ provides developers with a platform to create streaming applications and solutions. See Wowza Developer Tools to learn more about our APIs and SDK.

Contact

Wowza Media Systems, LLC

License

This code is distributed under the Wowza Public License.

wse-plugin-streampublisher's People

Contributors

akeller avatar dnelsonwowz avatar myoung1620 avatar pszemus avatar rogerlittin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wse-plugin-streampublisher's Issues

Calculate timeshift for a scheduled media

Hi,

My streamschedule.smil looks like this:

<stream name="ch1-360"></stream>
<playlist name="ch1-360-1" playOnStream="ch1-360" scheduled="2019-11-20 14:00:00">
    <video src="mp4:video.mp4" start="60" length="-1" />
</playlist>

It means that at 14:00 I want the plugin to play 60th second of video.mp4 video. And at 14:01 I want the plugin to play 120th second of the video.

It is true only if I start a Wowza app before 14:00. But if I start/restart the app at 14:01 (or run API call to update the schedule) the plugin starts to play the video again from 60th second and not from 120th second.

Is it possible to calculate the actual start taking into account the difference between a scheduled time and current time?

Wowza playlist is not working

i have following scenario and i want to know how to achieve

in vod i have transcoded videos and corresponding smil file

when i play the individual smil files, playback is successful.

but i do create a playlist and play, its failing

<?xml version="1.0" encoding="UTF-8"?><smil>
<head>
</head>
<body>
<stream name="Stream1"></stream>
<playlist name="pl1" playOnStream="Stream1" repeat="true" scheduled="2016-04-15 16:00:00">
<video src="smil:video_3/bb3.smil" start="0" length="300"/>
<video src="smil:video_4/bb4.smil" start="0" length="300"/>
<video src="smil:video_5/bb5.smil" start="0" length="300"/>
</playlist>
</body>
</smil>

Error:
404 not found when inspect the network call

Do not work with dash

I'm trying ti use preroll loop until live modulo
I've installed as described in video tutorial and It work fine with VLC in using rtmp://......
But not work with mpeg Dash both in VLC and shakaplayer, i receive audio but video is a random colored fog, and with the DVR option in URL It hang...

Do you have any suggestion ?
Wowza 4.8.0 on win 64

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.