Forum, Support | Wowza Media Systems - Powered by vBulletin
  • Register
  • Help

  • Articles
    • Welcome
    • Quick Start Guide
    • Tutorials
    • Documentation
  • Forum
  • Find a Consultant
  • Advanced Search
  • Home
  • Home
  • Server-side Modules and Code Samples

  1. New Wowza GoCoder iOS encoding app is available! Click here to get more information.
  2. Wowza Media Server development build 3.5.2.08 is now available! Click here to get more information.
  • Server-side Modules and Code Samples

    How to use event listeners in Wowza Media Server 

    Published on 05-23-2013 03:00 PM     Number of Views: 52 

    You can use event listeners in Wowza Media Server® to capture certain events in order to extend the server functionality. Server event listeners and virtual host event listeners can be configured in the Server.xml file and are called when events occur at a server or virtual host level. Other event listeners can be invoked using API methods and are called when events occur that the listener is configured to listen for. For more information about these methods, see the Wowza Media Server Server-Side API. This article describes the most common event listeners. ...
    Read More Read More

    How to control which streams get recorded by the nDVR Recorder 

    Published on 12-05-2012 02:48 PM     Number of Views: 1079 
    1. Categories:
    2. Wowza Transcoder,
    3. Wowza nDVR

    This simple module that controls which streams get recorded by the Wowza nDVR AddOn recorder. It can be used with the Wowza ...
    Read More Read More 3 Comments

    How to control which streams get packetized for HTTP streaming 

    Published on 12-05-2012 02:08 PM     Number of Views: 1508 
    1. Categories:
    2. Live,
    3. Wowza Transcoder

    Here is a simple module that controls which streams get packetized for HTTP streaming. It can be used with the Wowza Transcoder ...
    Read More Read More

    How to start and stop live stream recordings programmatically (IMediaStreamActionNotify3) 

    Published on 11-14-2012 02:22 PM     Number of Views: 3439 
    1. Categories:
    2. Live,
    3. Video Recording

    You can use an example module that uses the LiveStreamRecord APIs and IMediaStreamActionNotify3 interface to start recording ...
    Read More Read More 14 Comments

    How to loop a pre-roll until a live stream starts 

    Published on 11-02-2012 02:33 PM     Number of Views: 2779 
    1. Categories:
    2. Live

    This simple example shows how to pre-roll a live stream with a file in a loop until a live broadcast starts. This will work ...
    Read More Read More 20 Comments

    How-to-add-poster-frames-to-Apple-HTTP-streams-(ID3-metadata) for on-demand and live audio streams 

    Published on 10-29-2012 03:13 PM
    1. Categories:
    2. Apple iOS,
    3. Live

    Note: This version of this feature only works stand-alone audio only live streams. If you are using the audio only rendition ...
    Read More Read More

    How to do scheduled streaming with Stream class streams (application module) 

    Published on 09-24-2012 03:27 PM     Number of Views: 3722 

    An application module that starts streams with playlists and schedules from smil file

    Like a TV station, ...
    Read More Read More 35 Comments

    How to blacklist by IP 

    Published on 09-13-2012 05:39 PM     Number of Views: 1635 

    The following example overrides play shows how to blacklist (refuse connection) by IP.

    Code:
    package com.wowza.wms.plugin.collection.module;
    ...
    Read More Read More 9 Comments

    Source code for HTTPProviderMediaList in Wowza Media Server 

    Published on 06-13-2012 01:23 PM     Number of Views: 3367 
    1. Categories:
    2. Adobe Flash,
    3. Apple iOS,
    4. Live,
    5. Microsoft Silverlight

    This article provides the HTTPProviderMediaList source code that's built into Wowza Media ServerŪ 3.5. ...
    Read More Read More 3 Comments

    How to do server-side redirect of RTMP connections from one application to another 

    Published on 01-30-2012 03:35 PM     Number of Views: 4006 
    1. Categories:
    2. Live,
    3. Video On Demand

    This sample code is an example of how to redirect RTMP client connections to transparently force connections to specific ...
    Read More Read More 3 Comments

    How to use IPublishingProvider API to publish server-side live stream 

    Published on 01-09-2012 10:06 AM     Number of Views: 4626 
    1. Categories:
    2. Live

    The IPublishingProvider API is a low level publishing API which enables creation of a server-side live stream that can be ...
    Read More Read More 18 Comments

    How to debug timed data events (ID3 tags) from Apple HTTP Streams in iOS devices 

    Published on 11-17-2011 10:11 AM     Number of Views: 4751 
    1. Categories:
    2. Apple iOS,
    3. Live,
    4. Video On Demand,
    5. Mobile

    Below is a method for debugging ID3 tags in Apple HLS streams when streaming to iOS devices. The process of debugging ID3 ...
    Read More Read More 19 Comments

    How to setup MediaCache to stream filenames without extensions 

    Published on 11-16-2011 10:23 AM     Number of Views: 1746 
    1. Categories:
    2. Video On Demand

    Note: The below addFileExtensionIfNeeded property is available in MediaCache build989 or greater (see version.txt of MediaCache ...
    Read More Read More

    How to use ModuleFixStreamPath (fix problem with some Flash players) 

    by
    rrlanham
    • View Profile
    • View Forum Posts
    • View Articles
    Published on 11-03-2011 05:06 AM
    1. Categories:
    2. Adobe Flash,
    3. Video On Demand

    Some Flash players which accept a single string for RTMP connection and stream name do not separate them correctly when ...
    Read More Read More

    How to convert OnTextData events in a live or vod stream to timed events (ID3 tags) in an Apple HTTP stream 

    Published on 10-09-2011 11:10 PM     Number of Views: 10635 
    1. Categories:
    2. Apple iOS,
    3. Live,
    4. Video On Demand

    Note: For use with Wowza Media Server 3

    AMF data events in a live or video on demand stream can be converted ...
    Read More Read More 22 Comments

    How to redirect an HTTP or RTSP session through server-side code 

    Published on 10-09-2011 08:14 AM     Number of Views: 5754 
    1. Categories:
    2. Live,
    3. Video On Demand,
    4. RTSP/RTP

    Note: For use with Wowza Media Server 3

    It is possible to redirect an RTSP or HTTP streaming session (cupertino, ...
    Read More Read More 14 Comments

    How to use Java API calls to resolve SMIL file requests (AMLST) 

    Published on 10-09-2011 07:29 AM     Number of Views: 4202 

    Note: For use with Wowza Media Server 3

    MediaList object structure
    Live streaming sample module, configuration ...
    Read More Read More 10 Comments

    How to use IMediaStreamActionNotify3 interface to listen for RTMP stream events (includes codec info) 

    Published on 10-09-2011 06:24 AM     Number of Views: 3191 

    Note: For use with Wowza Media Server 3

    New version of the IMediaStreamActionNotify interface IMediaStreamActionNotify3 ...
    Read More Read More

    How to dynamically switch between RTP and MPEG-TS when streaming RTSP 

    Published on 10-09-2011 04:21 AM     Number of Views: 2506 
    1. Categories:
    2. Live,
    3. Video On Demand,
    4. RTSP/RTP

    Note: For use with Wowza Media Server 3

    Below is a sample module that will dynamically switch between native ...
    Read More Read More 1 Comment

    How to get thumbnail images from Wowza Transcoder with an HTTPProvider 

    Published on 10-08-2011 09:46 AM     Number of Views: 9324 
    1. Categories:
    2. Live,
    3. Wowza Transcoder

    Note: For use with Wowza Media Server 3

    Below are two methods to request an bitmap image of a frame from ...
    Read More Read More 2 Comments

    Page 1 of 5 123 ... Next LastLast
  • Article List

    • Quick Start Guide
    • Tutorials
    • Documentation
    • Performance Tuning
    • Software Updates
    • Wowza for Amazon EC2
      • Quick Start Guide
      • Pre-built AMIs (Amazon Machine Images)
      • Advanced Topics
    • Media Players and Devices
      • General
      • Adobe Flash
      • Microsoft Silverlight
      • Apple iOS Devices
      • Set-top, Mobile and QuickTime
    • Live Streaming and Encoders
      • General
      • Advanced Topics and Troubleshooting
      • Specific Encoding Technologies
    • Video On Demand Streaming
    • Closed Captioning
    • Server Administration
    • AddOn: Wowza Transcoder
    • AddOn: Wowza nDVR
    • AddOn: Wowza DRM
    • AddOn: Other
    • Wowza GoCoder for iPhone
    • Server-side Modules and Code Samples
      • Basic
      • Advanced
      • HTTP Providers
    • List of All Articles
  • Categories

    Adobe Flash (90)
    Amazon EC2 (14)
    Apple iOS (57)
    Closed Captioning (7)
    Digital Rights Management (7)
    IP Camera (16)
    Live (179)
    Live Stream Repeater (23)
    Microsoft Silverlight (37)
    Mobile (32)
    RTSP/RTP (46)
    Security (33)
    Set-top Box (28)
    SHOUTcast/Icecast (14)
    Video Chat (6)
    Video On Demand (93)
    Video Recording (14)
    Wowza DRM (8)
    Wowza nDVR (14)
    Wowza Transcoder (26)
  • Wowza Media Systems
  • Archive
  • Top
All times are GMT -7. The time now is 06:24 PM.
© 2013 Wowza Media Systems, LLC. All rights reserved