Install Wowza Media Server for Google Compute Engine

Hope you really enjoyed our articles about Google Compute Engine.. Install Apache, PHP, MySQL on Google Compute Engine Build your business on Google Cloud Platform Install Red5 on Google Compute Engine First you need to install Google Cloud platform command-line tools https://developers.google.com/compute/docs/gcutil $ wget https://code.google.com/p/google-compute-engine-tools/downloads/detail?name=gcutil-1.9.0.tar.gz $ sudo apt-get install unzip $ export PATH=${PATH}:$HOME/gcutil-1.9.1 $ sudo … Read more

Backup Disk Snapshot on Google Compute Engine

Snapshots are stored in Google Cloud Storage, which is secure, incredibly large, and remarkably inexpensive. You might want to think about whether the labor involved in saving snapshots on your local PC, with all the attendant risks of data loss. For pricing, see https://cloud.google.com/pricing/cloud-storage. For example, if you have a 10 GB snapshot, that’s going … Read more

FFmpeg – ERROR: librtmp not found

I was installing FFmpeg for segmenting Red5 Streams to stream live video from Red5 Server to iOS or Android devices. RTMP (Red5) -> FFMpeg -> Segementer -> .ts files -> iOS (m3u8) I really needed mp4 (AAC/H.264) and ogg (Vorbis/Theora) format for best HTML5 output. I checkout FFmpeg source and tryed below command to install … Read more

Wowza Live Audio Video Mixing

Wowza doesn’t do transcoding. So, we highly recommend to use FOSS solutions Where we need Wowza Live Audio Video Mixing? 1) Live event is broadcasting through Wowza 2) We need a multi lingual setup somewhere and comment or transcode that live event with voice. 3) Flash client might receive the stream where Output Video Stream … Read more

VOD to iOS

FFMpeg to encode and segment input video stream in the correct format for HTTP streaming protocol. Download & Install HTTP Live Video Stream Segmenter and Distributor # /usr/local/bin/live_segmenter <segment length> <output location> <filename prefix> <encoding profile>   M3U8 File: #EXTM3U #EXT-X-TARGETDURATION:10 #EXT-X-MEDIA-SEQUENCE:1 #EXTINF:10, http://ip-address/streamingvideo/test.m3u8-00001.ts #EXTINF:10, http://ip-address/streamingvideo/test.m3u8-00002.ts … …. #EXTINF:10, http://ip-address/streamingvideo/test.m3u8-00011.ts #EXT-X-ENDLIST Errors: Segmenter error: Could not … Read more

VideoWhisper in Drupal

VideoWhisper.com provides web based video communication software that can be installed and integrated on virtually any type of website. VideoWhisper Live Streaming Integration in Drupal VideoWhisper Live Streaming provides web based live video streaming: http://www.videowhisper.com/?p=Drupal+Live+Streaming+Module Before installing this make sure all hosting requirements are met: http://www.videowhisper.com/?p=Requirements Install the RTMP application using these instructions: http://www.videowhisper.com/?p=RTMP+Applications Server … Read more

Webisode

The webisode is simply a web episode, this is a new medium called web television that stream live broadcast, dramas, serial storyline, media events online over the Internet The webisode is web episode especially viewed at a Web site for TV show have been telecast. Technologies Used * HTTP * RSS/JSON * RTSP/RTMP * SMIL * … Read more

Install OpenMeetings

OpenMeetings – An Open Source Web Conferencing Solution that share microphone or webcam, share documents on a white board, share your screen or record meetings. Install Development Tools # yum groupinstall “Development Libraries” -y # yum groupinstall “Development Tools” -y IPTables – Make sure the following firewall ports are open 1935 (RTMP), 8088 (RTMP-Over HTTP), … Read more

Compile or build flowplayer or jwplayer to create secure token for wowza server

I think you already read our last article for wowza mediasecurity addon package There are 2 methods to put secure token for video players like flowplayer or jwplayer… 1. Token inside javascript code (shared secret) 2. Token inside flowplayer or jwplayer source code (compile the token inside the plugin) The shared secret known by the … Read more

Wowza MediaSecurity AddOn Package

The MediaSecurity AddOn Package includes options and procedures for securing Wowza Media Server and the media you plan to stream through Wowza Media Server. There are several Wowza Media Server features that are needed to properly secure your content. 1. SecureToken 2. RTMP authentication 3. RTSP authentication 4. StreamNameAlias 5. secure streaming (RTMPE, RTMPTE and … Read more