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.
  • Security

    How to get Wowza RTMPE AddOn 

    Published on 11-08-2012 01:12 PM     Number of Views: 3117 
    1. Categories:
    2. Adobe Flash,
    3. Live,
    4. Video On Demand,
    5. Security

    RTMPE network encryption security in Wowza Media Server® 3.1.2 (and earlier) is now provided as an AddOn to Wowza Media ...
    Read More Read More

    How to protect streams for delivery to INSIDE Secure player technology 

    Published on 11-08-2012 12:25 PM     Number of Views: 1270 
    1. Categories:
    2. Security,
    3. Wowza DRM

    INSIDE Secure player technology uses Microsoft PlayReady Digital Rights Management (DRM) content protection. Wowza Media ...
    Read More Read More

    How to protect RTMP streaming using SecureToken (ModuleSecureToken) 

    Published on 11-08-2012 11:46 AM     Number of Views: 4938 
    1. Categories:
    2. Adobe Flash,
    3. Live,
    4. Video On Demand,
    5. Security

    SecureToken is a challenge and response based security system that provides a high level of content protection against spoofing ...
    Read More Read More 3 Comments

    How to enable username/password authentication for RTMP and RTSP publishing (ModuleRTMPAuthenticate) 

    Published on 11-08-2012 10:53 AM     Number of Views: 6155 
    1. Categories:
    2. Live,
    3. RTSP/RTP,
    4. Security

    By default, Wowza Media Server® doesn't try to authenticate encoder connections when using the RTMP and RTSP protocols. ...
    Read More Read More 12 Comments

    How to get SSL certificates from the StreamLock service 

    Published on 10-11-2012 04:02 PM     Number of Views: 4714 
    1. Categories:
    2. Security

    Wowza StreamLockTM AddOn is a new security option for network encryption from Wowza®. It provides near-instant provisioning ...
    Read More Read More 9 Comments

    How to secure Apple HLS streaming using DRM encryption 

    Published on 10-10-2012 12:32 PM     Number of Views: 7034 
    1. Categories:
    2. Apple iOS,
    3. Digital Rights Management,
    4. Live,
    5. Video On Demand,
    6. Security

    There are several ways to protect Apple® HTTP Live Streaming (HLS) streaming using DRM encryption. This article describes ...
    Read More Read More 7 Comments

    How to secure Smooth Streaming using PlayReady DRM (Silverlight) 

    Published on 11-15-2011 03:13 PM     Number of Views: 6332 
    1. Categories:
    2. Digital Rights Management,
    3. Live,
    4. Video On Demand,
    5. Microsoft Silverlight,
    6. Security,
    7. Live Stream Repeater,
    8. Wowza DRM

    There are several ways to protect smooth streaming using PlayReady DRM. This article tries to cover all the options. ...
    Read More Read More 6 Comments

    How to gather user streaming statistics 

    Published on 06-24-2011 03:59 PM     Number of Views: 6821 
    1. Categories:
    2. Security

    Wowza Server logs anonymous statistics in the access or stats logs. To correlate stream events in the logs with users, first ...
    Read More Read More

    How to control access to an HTTP stream (cupertinostreaming, smoothstreaming, sanjosestreaming) 

    Published on 03-29-2011 01:05 AM     Number of Views: 15881 
    1. Categories:
    2. Adobe Flash,
    3. Apple iOS,
    4. Microsoft Silverlight,
    5. Security

    Example module that illustrates basic API for controlling access to Cupertino (iOS), Smooth (Silverlight) and San Jose (Flash ...
    Read More Read More 36 Comments

    How to test AES encryption for Apple HTTP Live Streaming 

    Published on 03-23-2011 07:07 AM     Number of Views: 10501 
    1. Categories:
    2. Apple iOS,
    3. Live,
    4. Video On Demand,
    5. Security

    You can test AES encryption by downloading one of the .ts files (a chunk) from a playlist and try to play it in VideoLAN ...
    Read More Read More 8 Comments

    How to control access to Adobe HTTP Dynamic Streaming (sanjosestreaming) 

    Published on 03-04-2011 02:41 PM     Number of Views: 4076 
    1. Categories:
    2. Adobe Flash,
    3. Security

    Code:
    package com.wowza.wms.example.module;
    
    import com.wowza.wms.httpstreamer.sanjosestreaming.httpstreamer.HTTPStreamerSessionSanJose;
    ...
    Read More Read More 6 Comments

    How to integrate Wowza user authentication with external authentication systems (ModuleRTMPAuthenticate) 

    Published on 02-24-2011 06:25 AM  Number of Views: 10417 
    1. Categories:
    2. Live,
    3. RTSP/RTP,
    4. Security

    This article describes how to use AuthenticateUsernamePasswordProviderBase with the ModuleRTMPAuthenticate module to intercept ...
    Read More Read More 2 Comments

    How to secure publishing from an RTMP encoder that does not support authentication (ModuleSecureURLParams) 

    Published on 02-19-2011 08:55 PM     Number of Views: 26443 
    1. Categories:
    2. Adobe Flash,
    3. Live,
    4. Security

    This article describes how to use the ModuleSecureURLParams module as an alternative to the ModuleRTMPAuthenticate module ...
    Read More Read More 3 Comments

    How to use the IMediaStreamNameAliasProvider2 interface 

    Published on 11-08-2010 02:19 AM     Number of Views: 11376 
    1. Categories:
    2. Apple iOS,
    3. IP Camera,
    4. Video On Demand,
    5. Microsoft Silverlight,
    6. RTSP/RTP,
    7. Security,
    8. SHOUTcast/Icecast,
    9. Amazon EC2

    This example demonstrates the basic framework for implementing the IMediaStreamNameAliasProvider2 interface, which is used ...
    Read More Read More 8 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 protect your SWF files by loading them from Wowza Media Server 

    Published on 10-03-2010 05:18 AM     Number of Views: 7170 
    1. Categories:
    2. Adobe Flash,
    3. Security

    Here is some code contributed by user RogerLittin in our forums. From his post:

    I was looking for a method to stop my swf's and images from being stolen or decompiled and came across a bit of code for loading them as a byte array instead of using the normal Loader. ...
    Read More Read More 8 Comments

    How to control access to Microsoft Smooth Streaming (smoothstreaming) 

    Published on 10-03-2010 04:20 AM     Number of Views: 4426 
    1. Categories:
    2. Microsoft Silverlight,
    3. Security

    Example module that illustrates basic API for controlling access to a Smooth Streaming stream.

    Code:
    package com.wowza.wms.example.module;
    
    import com.wowza.wms.application.IApplicationInstance;
    ...
    Read More Read More 2 Comments

    How to use a per application publish.password file 

    Published on 10-03-2010 04:13 AM     Number of Views: 9724 
    1. Categories:
    2. Mobile,
    3. RTSP/RTP,
    4. Security,
    5. Set-top Box

    By default RTSP/RTP authentication (digest and basic) is controlled by a single password file located at [install-dir]/conf/publish.password. If you would like to have a separate publish.password file per application, you can do this by doing the following: ...
    Read More Read More 8 Comments

    How to control access to an RTSP/RTP stream 

    Published on 10-03-2010 03:37 AM     Number of Views: 9606 
    1. Categories:
    2. Mobile,
    3. RTSP/RTP,
    4. Security,
    5. Set-top Box

    Example module that illustrates basic API for controlling access to an RTSP/RTP stream.

    Code:
    package com.wowza.wms.example.module;
    ...
    Read More Read More

    How to do file-based authentication with RTMP client with credentials passed as parameters of NetConnection connect 

    Published on 10-03-2010 02:14 AM     Number of Views: 12576 
    1. Categories:
    2. Adobe Flash,
    3. Security

    This is a file based, username/password authentication method that you can use with Flash applications that connect to Wowza ...
    Read More Read More 5 Comments
    Page 1 of 2 12 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:17 AM.
© 2013 Wowza Media Systems, LLC. All rights reserved