Questions tagged [wowza-transcoder]

Transform incoming live streams from encoders, IP cameras, IPTV headends and other live sources to H.264 for delivery everywhere.

Wowza® Transcoder AddOn provides the ability to ingest a live stream, decode the video and audio, and then re-encode the stream to suit the desired playback devices. Wowza Transcoder is a real-time audio and video transcoding and transrating solution. It can decode audio and video in multiple formats and re-encode them to properly key-frame aligned H.264 streams for adaptive bitrate delivery.

Transcoded streams can be delivered as adaptive bitrate using Flash RTMP/HTTP Dynamic Streaming, Apple HLS, and Silverlight Smooth Streaming, or as single bitrate streams over any Wowza Media Server supported protocols.

http://www.wowza.com/addons/wowza-transcoder-addon

50 questions
1
vote
1 answer

Live stream in iOS with Wowza media server

I am facing issue to live stream video using Wowza server in iOS but in Android, working perfect with RTPS? I have follow this certain step for live stream with RTMPStreamPublisher: Use MediaLib class for connection b/w wowza server & iOS App…
Prashant
  • 41
  • 9
1
vote
1 answer

JWPlayer quality button disappear with WOWZA MPEG DASH videos

I install and configured the Wowza server and it is working fine as following screenshot: After that I copied the MPEG DASH URL and I tested on jwplayer (they have a page to test MPEG DASH videos:…
jobin
  • 1,119
  • 2
  • 12
  • 22
1
vote
1 answer

Wowza Server Configuration On Amazon EC2 Server

I am struggling to configure the Wowza Media Server on Amazon Server. Success: - I have Successfully Installed Wowza Server on Amazon and Streaming is working with the Internal Private IP. Now, I have changed the Port from Default 1935 to Port 80.…
1
vote
0 answers

Livestream application in android

I am working on Livestream application in android. I followed this tutorial. But I am getting issue while encoding the video at surface view in micromax and lenovo mobiles. On other mobiles thats working fine. My exact requirement is this thanks for…
Prathyusha
  • 169
  • 2
  • 10
1
vote
0 answers

How can I get the Wowza Transcoder to work with Wowza 3.5.2 on Windows 2008?

I am using Wowza Media Server 3.5.2 to take IP Camera Streams, centralize them from one server and redistribute that to a web app. I am trying to use the Wowza Add-On transcoder to transcode the streams to smaller bitrates so that they are…
Reaction21
  • 661
  • 1
  • 5
  • 18
1
vote
2 answers

Wowza Transcoder Add-on throws ArrayIndexOutOfBoundsException

I'm running Wowza 3.6.2 on Windows 8.1 (64 bit) and have enabled the Transcoder add-on. I'm using the transcoder to take JPEG-snapshots from the live stream. I've built a custom HTTPProvider, similar to what is described here. This works fine and I…
Christofer Eliasson
  • 32,939
  • 7
  • 74
  • 103
0
votes
0 answers

How to add FFMPEG GPU Logo

I just couldn't do it. Is the problem with the Filter? This is the command I am trying to run: ffmpeg -hwaccel_device 1 -hwaccel cuda -hwaccel_output_format cuda -f concat -safe 0 -stream_loop -1 -i /media/mylist.txt -i /logo.png -filter_complex…
HD TV
  • 1
  • 3
0
votes
0 answers

403 Forbidden: Session not accepted while playing video using wrench module on wowza

I have installed a Wrench module on Wowza streaming engine. Now, I have created a new production environment to play video. But it showing 403 forbidden error. And on error log, it showing session not accepted. It is working fine in current…
0
votes
1 answer

Audio Problem in Video recording using Wowza SDK MP4Writer in iOS

I am facing an issue when I captured a video stream using Wowza SDK MP4Writer. Here's the link I am save recording stream as mp4 format in iOS and upload on S3 bucket. When I am trying to play save mp4 video stream on android media player then its…
0
votes
1 answer

Wowza Live streaming issues

I have to add live video streaming in one of my app; I am using Wowza Streaming Cloud for the same. I am using REST Api to make it as my requirement. The flow I had used is: Create a stream Start stream Check status unless it is "started" if the…
khush
  • 540
  • 5
  • 16
0
votes
0 answers

Wowza Live stream video not stored in 'content' folder

I am using Wowza Live streaming functionality in my android application. I have downloaded the sample demo from below link: https://github.com/WowzaMediaSystems/gocoder-sdk-samples-android I am executing the sample demo after installing Wowza…
0
votes
1 answer

How to play smil file present in wowza content folder and its vod source files in s3 bucket

I am creating smil file for live streams in wowza content folder. All my source files related to that stream is in s3 bucket. Now how to read that smil file and play video in different bit rates based on internet
0
votes
0 answers

Connect google glasses to android app via wowza (live streaming)

I try to connect the google glass to my own android app and i tried to use wowza live to display live streaming on it, but i don't know why its not work. Any body have idea ???? this is my all code: https://github.com/andermaco/GlassStream This is…
0
votes
1 answer

Wowza Transcoded Stream not Playing in Chrome WebRTC

I am encoding VP8 via WebRTC to Wowza Streaming Engine. I am then transcoding the stream to H264. The VP8 stream plays back in Google Chrome perfectly but the H264 stream won't play. The H264 stream WILL play in Firefox. No other browsers…
0
votes
1 answer

Wowza Cloud API: curl requests

I can't make it work.. :( I have this function (for create passthrough transcoder), when I run I see NULL in the web. If I test directly from the browser with the url, it does notify me that there is a problem an auth (apikey and acceskey) function…