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. Wowza Media Server 3.6.2 is now available! Click here to get more information.
  2. New Wowza GoCoder iOS encoding app is available! Click here to get more information.
  • Set-top Box

    How to find Apple iOS device supported profile and level information 

    Published on 04-10-2012 07:06 AM  Number of Views: 7292 
    1. Categories:
    2. Apple iOS,
    3. Live,
    4. Video On Demand,
    5. Mobile,
    6. Set-top Box

    This article provides encoding guidance for playback to Apple iOS devices.

    If you are having trouble playing ...
    Read More Read More

    How to set up live streaming using an RTSP/RTP-based encoder 

    Published on 11-16-2011 11:58 AM     Number of Views: 40913 
    1. Categories:
    2. Adobe Flash,
    3. Apple iOS,
    4. Live,
    5. Microsoft Silverlight,
    6. Mobile,
    7. RTSP/RTP,
    8. Set-top Box

    This tutorial provides the basic steps for publishing a live stream from RTSP/RTP-based encoders to Wowza Media Server® and for setting up an application named live to stream live content to Adobe® Flash® Player, Microsoft® Silverlight® player, Apple® iOS devices, and RTSP/RTP based-players. ...
    Read More Read More 14 Comments

    How to use Envivio encoder with Wowza Media Server (MPEG-TS) 

    Published on 07-26-2011 03:05 AM     Number of Views: 8884 
    1. Categories:
    2. Adobe Flash,
    3. Apple iOS,
    4. Live,
    5. Microsoft Silverlight,
    6. Mobile,
    7. RTSP/RTP,
    8. Set-top Box,
    9. Amazon EC2



    How to ...
    Read More Read More

    How to use Roku with Wowza Media Server 

    Published on 04-16-2011 02:02 PM     Number of Views: 12796 
    1. Categories:
    2. Apple iOS,
    3. Live,
    4. Video On Demand,
    5. Set-top Box,
    6. SHOUTcast/Icecast,
    7. Live Stream Repeater

    Here are the basic instructions to create a private channel on a Roku box to stream video from Wowza Media Server to the ...
    Read More Read More 3 Comments

    How to use Google TV with Wowza Media Server 

    Published on 03-14-2011 05:01 AM     Number of Views: 6300 
    1. Categories:
    2. Adobe Flash,
    3. Live,
    4. Video On Demand,
    5. Set-top Box,
    6. Live Stream Repeater

    Basic observations and information on how to use Wowza Server with Google TV. ...
    Read More Read More

    How to use D-Link Boxee Box with Wowza Media Server 

    Published on 03-11-2011 08:46 AM     Number of Views: 5327 
    1. Categories:
    2. Adobe Flash,
    3. IP Camera,
    4. Live,
    5. Video On Demand,
    6. Set-top Box,
    7. Live Stream Repeater

    How to use Boxee with Wowza Server ...
    Read More Read More

    How to use Samsung Smart TV with Wowza Media Server 

    Published on 03-11-2011 07:09 AM     Number of Views: 26211 
    1. Categories:
    2. Adobe Flash,
    3. IP Camera,
    4. Live,
    5. Video On Demand,
    6. Set-top Box,
    7. Video Chat,
    8. Live Stream Repeater

    Basic observations and information on how to use Wowza Server with Samsung Smart TV (formally called ConnectedTV). ...
    Read More Read More 8 Comments

    How to use Apple TV with Wowza Media Server (AirPlay) 

    Published on 03-11-2011 05:16 AM     Number of Views: 10139 
    1. Categories:
    2. Apple iOS,
    3. IP Camera,
    4. Live,
    5. Video On Demand,
    6. Mobile,
    7. Set-top Box,
    8. SHOUTcast/Icecast,
    9. Video Chat,
    10. Live Stream Repeater

    Basic instructions to stream to Apple TV using AirPlay from an iOS device using Wowza Media Server 2 or higher. ...
    Read More Read More

    How to use Enseo Cassini set-top box with Wowza Media Server 

    Published on 03-11-2011 04:35 AM     Number of Views: 4471 
    1. Categories:
    2. Live,
    3. RTSP/RTP,
    4. Set-top Box,
    5. Live Stream Repeater

    Basic instructions to stream to Cassini Enseo set-top box using Wowza Media Server 2. ...
    Read More Read More

    How to purge an item from the cache (MediaCache) 

    Published on 02-22-2011 04:17 AM     Number of Views: 6656 
    1. Categories:
    2. Adobe Flash,
    3. Apple iOS,
    4. Video On Demand,
    5. Microsoft Silverlight,
    6. RTSP/RTP,
    7. Set-top Box,
    8. Amazon EC2

    With the most recent version of MediaCache (February 2011 and newer), you can now instruct Wowza to purge an item from the ...
    Read More Read More 2 Comments

    How to push a native RTP or MPEG-TS stream using RTPUtils API 

    Published on 10-03-2010 05:38 AM     Number of Views: 5104 
    1. Categories:
    2. Mobile,
    3. RTSP/RTP,
    4. Set-top Box

    Below is a snippet of code that illustrates how to use the RTPUtils function to push an MPEG-TS or native RTP stream out of Wowza Media Server. The stream can be sent out over UDP unicast or multicast.

    MPEG-TS out:
    Code:
    To start the stream:
    RTPPushPublishSession rtpPullSession= RTPUtils.startRTPPull(appInstance, streamName, true, dstAddress, dstPort, false);
    ...
    Read More Read More

    How to use a per application publish.password file 

    Published on 10-03-2010 04:13 AM     Number of Views: 10172 
    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

    Stream Class Example 

    Published on 10-03-2010 03:42 AM     Number of Views: 8911 
    1. Categories:
    2. Adobe Flash,
    3. Apple iOS,
    4. Live,
    5. Microsoft Silverlight,
    6. Mobile,
    7. RTSP/RTP,
    8. Set-top Box,
    9. SHOUTcast/Icecast

    Compile the following server listener in the Wowza IDE:
    Code:
    package com.wowza.forum;
    
    import com.wowza.wms.server.*;
    ...
    Read More Read More 6 Comments

    How to control access to an RTSP/RTP stream 

    Published on 10-03-2010 03:37 AM     Number of Views: 9958 
    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 change the window title displayed when streaming using RTSP/RTP 

    Published on 10-03-2010 02:47 AM     Number of Views: 3523 
    1. Categories:
    2. Mobile,
    3. RTSP/RTP,
    4. Set-top Box

    To change window title displayed when streaming using RTSP/RTP, add the following property to the RTP/Properties container in [install-dir]/conf/[application]/Application.xml (be sure to get the correct <Properties> container - there are several in the Application.xml file):

    Code:
    <Property>
     <Name>rtspSessionName</Name>
    ...
    Read More Read More 4 Comments

    How to re-stream video from an IP camera (RTSP/RTP re-streaming) 

    Published on 10-02-2010 12:39 PM     Number of Views: 135301 
    1. Categories:
    2. Adobe Flash,
    3. Apple iOS,
    4. IP Camera,
    5. Live,
    6. Microsoft Silverlight,
    7. Mobile,
    8. RTSP/RTP,
    9. Set-top Box

    This tutorial provides the basic steps for re-streaming an IP camera that supports H.264 video and AAC or MP3 audio through ...
    Read More Read More 126 Comments

    How to publish and play a live stream (MPEG-TS based encoder) 

    Published on 10-02-2010 07:32 AM     Number of Views: 114250 
    1. Categories:
    2. Adobe Flash,
    3. Apple iOS,
    4. Live,
    5. Microsoft Silverlight,
    6. Mobile,
    7. RTSP/RTP,
    8. Set-top Box

    This tutorial provides the basic steps for using a live encoder that publishes a stream using the MPEG-2 Transport Stream (MPEG-TS) protocol to stream live content to Adobe® Flash® Player, Microsoft® Silverlight® player, Apple® iOS devices, and RTSP/RTP based-players. ...
    Read More Read More 26 Comments

    Module Collection 

    Published on 10-02-2010 04:40 AM     Number of Views: 28682 
    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 that are ready to use in Wowza applications. (You do not need the IDE)
    ...
    Read More Read More

    How to get the StreamNameAlias AddOn 

    Published on 10-02-2010 01:04 AM     Number of Views: 22815 
    1. Categories:
    2. Adobe Flash,
    3. Apple iOS,
    4. Live,
    5. Video On Demand,
    6. Microsoft Silverlight,
    7. Mobile,
    8. RTSP/RTP,
    9. Security,
    10. Set-top Box,
    11. SHOUTcast/Icecast

    This package includes a module that adds support for stream name aliases. This system can be used to simplify complex URL-based stream names, provide security to limit the valid stream names used, or just as a simple method for mapping one stream name to another. The source code is included so that the system can be extended if needed. ...
    Read More Read More 19 Comments

    Playback devices that work with Wowza Media Server (mobile, set-top, desktop) 

    Published on 10-01-2010 10:16 PM  Number of Views: 30598 
    1. Categories:
    2. Adobe Flash,
    3. Apple iOS,
    4. IP Camera,
    5. Live,
    6. Microsoft Silverlight,
    7. Mobile,
    8. RTSP/RTP,
    9. Set-top Box,
    10. SHOUTcast/Icecast

    We are always trying to keep this list of devices (mobile handsets, desktop video players and set-top boxes) that work with Wowza Media Server updated. You can help by posting any information that you have about devices that you have tried that either work or don't work along with details about the Wowza Media Server version, protocol (RTMP, RTSP/RTP, MPEG-TS, etc.), and network connectivity (wired network, cellular network, WiFi connection, etc.) that you used to play the stream. ...
    Read More Read More 3 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 (89)
    Amazon EC2 (14)
    Apple iOS (56)
    Closed Captioning (6)
    Digital Rights Management (7)
    IP Camera (16)
    Live (177)
    Live Stream Repeater (23)
    Microsoft Silverlight (37)
    Mobile (32)
    RTSP/RTP (46)
    Security (34)
    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 (31)
  • 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