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
  • Welcome

  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.
  • Video Recording

    How to specify the legacy file version naming convention for recorded files (HTTPLiveStreamRecord) 

    Published on 01-30-2013 02:53 PM     Number of Views: 1023 
    1. Categories:
    2. Live,
    3. Video Recording

    This article describes how to enable legacy file version naming in Wowza Media Server® 3.5.1 so that the filenames of recorded ...
    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: 3397 
    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 12 Comments

    How to ensure correct file creation times on recorded files 

    Published on 03-07-2012 04:07 PM     Number of Views: 1462 
    1. Categories:
    2. Video Recording

    When live streams are recorded using one of the live record configurations in Wowza Media Server the recorded files themselves ...
    Read More Read More

    How to control if data events are in MP4 recordings 

    Published on 01-03-2012 04:00 PM     Number of Views: 2222 
    1. Categories:
    2. Video On Demand,
    3. Video Recording

    Note: For use with Wowza Media Server 3.0.3.12 and later. Download the latest Development patch from here.

    ...
    Read More Read More

    How to convert Flash Player 11 output from H.264 + Speex audio to H.264 + AAC audio using Wowza Transcoder AddOn 

    Published on 10-31-2011 05:51 PM     Number of Views: 11462 
    1. Categories:
    2. Adobe Flash,
    3. Live,
    4. Video Recording,
    5. Wowza Transcoder

    With Flash 11 you can now publish h.264 video using its built-in encoder. Previous versions of Flash were limited to Sorenson ...
    Read More Read More 45 Comments

    How to move recordings from live streams (ModuleMediaWriterFileMover) 

    Published on 03-28-2011 03:08 AM     Number of Views: 7576 
    1. Categories:
    2. Video Recording

    This article describes how to use the built-in ModuleMediaWriterFileMover module to automatically copy or move files after ...
    Read More Read More 15 Comments

    How to block a duplicate publish stream 

        Number of Views: 8399 
    1. Categories:
    2. Adobe Flash,
    3. Security,
    4. Video Recording

    You can override releaseStream to authorize a stream that is being published. This example checks to see if a stream with ...
    Read More Read More 34 Comments

    How to MediaCaster API to start native RTP and MPEG-TS streams 

    Published on 10-03-2010 04:19 AM     Number of Views: 4453 
    1. Categories:
    2. Live,
    3. Video Recording

    When using the rtp-live and rtp-live-record stream types, Native RTP and MPEG-TS streams are started and stopped on demand based on client's viewing the stream. The publishing process is started the first time a client attempts to view a stream and stops 60 seconds after the last client has stopped viewing the stream. If you want to control when the stream is started and be sure it remains running you can use the MediaCaster API to acquire and release the stream. The code looks like this:

    To start publishing/recording:
    Code:
    MediaCasterStreamMap mediaCasterMap = appInstance.getMediaCasterStreams();
    MediaCasterStreamItem mediaCasterItem = mediaCasterMap.acquire(streamName);
    ...
    Read More Read More

    How to use IMediaWriterActionNotify to programmatically move and rename recordings of live streams 

    Published on 10-03-2010 01:26 AM     Number of Views: 9312 
    1. Categories:
    2. Video Recording

    You can use the IMediaWriterActionNotify listener interface to be notified when file writes are completed. Listeners are added to an application instance using the IApplicationInstance.addMediaWriterListener(IMedia WriterActionNotify listener) method. Below is a module for that illustrates how to use this interface.

    Note: You can use the built-in ModuleMediaWriterFileMover module as a simpler alternative for copying or moving files after recording.

    Code:
    package com.wowza.wms.plugin.test.module;
    
    import java.io.*;
    ...
    Read More Read More 2 Comments

    How to limit publishing of live streams by IP list 

    Published on 10-02-2010 08:36 PM     Number of Views: 6868 
    1. Categories:
    2. Adobe Flash,
    3. Security,
    4. Video Recording

    Use this in a live application to limit publishing to allowed IP addresses. IP list is set in Application.xml property. ...
    Read More Read More 4 Comments

    How to record live streams (HTTPLiveStreamRecord) 

    Published on 10-02-2010 07:13 PM     Number of Views: 71003 
    1. Categories:
    2. Live,
    3. Video Recording
    Article Preview

    LiveStreamRecord, formerly a free AddOn, has been incorporated into Wowza Media Server® 3.5 as an API that gives you more control over recording live streams to video on demand files. This feature enables you to control the live stream recording process using a web-based user interface, HTTP URL queries, or programmatically. Powerful new APIs are included to support splitting of in-process live streams into multiple on-demand MP4 (QuickTime® container) files or FLV (Flash® Video container) files, with the split points based on video duration, clock time, or file size. ...
    Read More Read More 281 Comments

    Module Collection 

    Published on 10-02-2010 04:40 AM     Number of Views: 27981 
    1. Categories:
    2. Adobe Flash,
    3. Apple iOS,
    4. IP Camera,
    5. Live,
    6. Video On Demand,
    7. Microsoft Silverlight,
    8. Mobile,
    9. RTSP/RTP,
    10. Security,
    11. Set-top Box,
    12. SHOUTcast/Icecast,
    13. Video Chat,
    14. Video Recording,
    15. Amazon EC2,
    16. Live Stream Repeater

    This is a collection of utility modules ready to use in Wowza applications. (You do not need the IDE)

    Click ...
    Read More Read More

    How to set up live video recording 

    Published on 10-01-2010 04:49 AM     Number of Views: 20464 
    1. Categories:
    2. Adobe Flash,
    3. Live,
    4. Video Recording

    Instructions to configure a Wowza Media Server® application named videorecording to illustrate advanced video recording capabilities using Adobe® Flash® Player. This example requires a single computer running Adobe Flash in a web browser and a web camera. ...
    Read More Read More 4 Comments

    How to use Amazon S3 with Wowza Media Server 

    Published on 10-01-2010 02:49 AM     Number of Views: 11349 
    1. Categories:
    2. Adobe Flash,
    3. Apple iOS,
    4. IP Camera,
    5. Live,
    6. Video On Demand,
    7. Microsoft Silverlight,
    8. Mobile,
    9. RTSP/RTP,
    10. Set-top Box,
    11. SHOUTcast/Icecast,
    12. Video Chat,
    13. Video Recording,
    14. Amazon EC2

    This article describes how to use Amazon Simple Storage Service (Amazon S3) with a Wowza Media Server® for Amazon Elastic Compute Cloud (Amazon EC2) instance to stream video on demand. Amazon S3 provides a repository for storage of your media files that can be accessed by multiple Wowza Media Server for EC2 instances. The persistent nature of Amazon S3 storage means that the content is always available to an instance after you launch it. ...
    Read More Read More
  • 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 05:37 AM.
© 2013 Wowza Media Systems, LLC. All rights reserved