Questions tagged [wowza]

Wowza Media Server is a video streaming server written in Java. Wowza Streaming Engine can be used for live and on-demand streaming. Wowza also offers a cloud based service called Wowza Stream Cloud, Wowza Player, and additionally SDKs and APIs to build live streaming solutions. When using this tag, please clarify what Wowza product you are using in your question.

Wowza Streaming Engine is media server software written in Java with APIs for complete server-level control. Additional information can be found on https://www.wowza.com/resources/developers

763 questions
44
votes
3 answers

Live stream RTMP/RTSP player without using webview (WOWZA server) on Android

I am developing an Android application in which I want to publish as well as stream a video... What I want is: My app records a video and that video is sent to the server The recorded video will be streamed live to another Android device at the…
SweetWisher ツ
  • 7,240
  • 2
  • 27
  • 68
36
votes
6 answers

Play RTSP streaming in an Android application

I am trying to develop an Android based application, which can play video from a live stream. This live stream is produced using Wowza Media Server. The URL is: rtsp://tv.hindiworldtv.com:1935/live/getpun I have tried following code in…
SJSSoft
  • 713
  • 2
  • 10
  • 27
26
votes
5 answers

How can I play Apple HLS live stream using html5 video tag

I am trying to play h264 encoded live stream using html5 video tag. Live stream is broadcasted by…
jM2.me
  • 3,355
  • 12
  • 40
  • 55
21
votes
1 answer

How to Remove Client Headers in Nginx before passing request to upstream server?

The Upstream server is wowza , which does not accept the custom headers if I don't enable them on application level. Nginx is working as a proxy server, from the browser I want to send few custom headers which should be received and logged by Nginx…
maddygoround
  • 1,955
  • 2
  • 16
  • 30
19
votes
3 answers

Video streaming using RTSP: Android

I'm trying to install a Wowza server on my Linux machine to enable the RTSP streaming for my Android application. On Android client side what sort of changes do I need to make in my application? I'm using Videoview to simply play a video file…
success_anil
  • 3,554
  • 3
  • 24
  • 31
15
votes
1 answer

Live Video Streaming for Android using Phonegap?

I am using WowzaServer Live Streaming type. So I am able to view Video from wowza examples directly using http://[wowza ip address]:1935/live/myStream/Manifest - LIVE Video Streaming Silverlight Player. http://[wowza ip…
Neelesh
  • 303
  • 4
  • 13
14
votes
2 answers

How does Youtube implement live streaming

Monitoring your network while watching a Youtube live streaming (http://youtube.com/live/), you can see that they are downloading a file to your cache, and this file is actually the live stream. Bitgravity use the same way to deliver their live…
Jeoren
  • 141
  • 1
  • 3
13
votes
3 answers

Not receiving onSync delete events for multiple SharedObjects in same SWF

I have an application that uses Remote SharedObjects and I am seeing some strange behaviour. I am writing an ActionScript application in AS3 using Flash Builder and connecting to Wowza Media Server 2. My application is working just fine but I am…
Adam Ullman
  • 1,397
  • 6
  • 10
13
votes
1 answer

Video "Streaming" vs playing off directly from Files

This might be one of most stupid questions but i still need to very clearly understand about Video "Streaming". Here i'm talking about the Media Files only. (Not "Live" streaming) Lets say i have happy.mp4 file. Then what is the way to go. (Or what…
夏期劇場
  • 15,969
  • 40
  • 121
  • 208
12
votes
4 answers

How to Live stream with HTML5, without Flash?

The Problem: I need my clients to be able to stream their webcam to my streaming server(for instance Wowza server). I am building my site in PHP. I have gone through various streaming sites like twitch.tv, livestream.com and found that they all use…
Parthapratim Neog
  • 3,593
  • 5
  • 32
  • 67
10
votes
1 answer

Android - Rotate video frames before sending to Wowza Streaming Engine using WebRTC

I want to stream video from android camera to Wowza Streaming Engine (WSE) using WebRTC. When device in landscape mode, everything work well. Then I try to stream by putting the device in portrait mode. The first thing I notice in WSE player is the…
Son Truong
  • 10,947
  • 5
  • 23
  • 50
9
votes
3 answers

Android Video Streaming - Device supported?

Ok. So there are a bagillion different Android devices. I have a video streaming service, works wonderfully for iOS. My app has a live video feature and a saved video clip playback feature (which streams to the device too). I've run some tests on…
spentak
  • 4,277
  • 15
  • 59
  • 90
9
votes
1 answer

How to inspect H264/AVC ISO/IEC 14496-15 AVCDecoderConfigurationRecord?

Some historic background: I'm currently working with Wowza and attempting to decode the AMFPackets that come from the IMediaStream. The video packets will have a 5-byte header and the first packet is the codec configuration. So far in my inspecting…
Rob Olmos
  • 2,214
  • 12
  • 21
8
votes
1 answer

Trouble with RTMP ingest chunk stream

I am trying to build my own client RTMP library for an app that I am working on. So far everything has gone pretty successfully in that I am able to connect to the RTMP server negotiate the handshake and then send all the necessary packets…
Charlie
  • 193
  • 2
  • 19
8
votes
1 answer

Output RTSP stream with ffmpeg

I'm attempting to use the ffmpeg libraries to send a video stream from my application to a media server (in this case wowza). I have been able to do the reverse and consume an RTSP stream but I'm having a few issues writing an RTSP stream. I have…
sipsorcery
  • 28,885
  • 23
  • 95
  • 145
1
2 3
50 51