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

761 questions
8
votes
1 answer

How to implement screens sharing for web application?

Prologue. I wanted to ask, how to create solution for desktop screen sharing on web, but then found out that there are a lot of such questions. And that task is quite complicated to answer it in couple of strings. So I spent some time trying to find…
dim1902
  • 1,706
  • 4
  • 18
  • 31
7
votes
2 answers

Custom Metadata with Icecast

I need to add additional metadata to an Icecast stream (beyond Artist and Song Title). I've tried a number of ideas but none seems to yield anything. The situation is made more complicated in that the metadata also passes through Wowza, which is…
plainprogrammer
  • 584
  • 3
  • 12
7
votes
1 answer

how to configure live video streaming android mobile to wowza media server?

I installed and configure wowza media server for live video streaming but i can't do live video streaming in wowza server.And i need to live video streaming android mobile to wowza server. Please please can you tel me how to configure mobile video…
ragav
  • 69
  • 1
  • 2
  • 5
7
votes
1 answer

streaming live video from android to wowza

I'm trying to make an android app that sends live video from the phone camera to wowza media server using eclipse and android sdk.I tried to use the spydroid ip camera on code.google (this is the link https://code.google.com/p/spydroid-ipcamera/) …
adel oueslati
  • 117
  • 2
  • 6
7
votes
2 answers

RTP iPhone camera - How to read AVAssetWriter file while its being written?

I'm trying to stream RTSP/RTP iPhone camera capture to a Wowza server. Apple's API does not allow direct access to H264 encoded frames, but only allow you to write it into a container '.mov' file. Either way, I cannot get access to that file content…
Avishay Cohen
  • 2,418
  • 1
  • 22
  • 40
6
votes
3 answers

iOS WebRTC connection stuck at Ice Connection State Gathering

I'm doing an iOS native WebRTC implementation and I'm trying to peer connect with a Wowza Streaming Engine. I've built my own implementation, exchange SDP offer/answer, no errors, but the exchange halts in the Ice State Checking. This also works as…
John Lanzivision
  • 425
  • 4
  • 12
6
votes
0 answers

How to take RTMP AMF frame by frame metadata and insert it into the saved MP4 video file?

I can't seem to find a way in Wowza or any other solution like nginx-rtmp-module to take a live stream's RTMP metadata and insert it into the specific frames of the MP4 saved file. Maybe I'm looking at this the wrong way, but our live streaming app…
avian
  • 1,693
  • 3
  • 20
  • 30
6
votes
2 answers

Playing audio stream using html5

How can i play RTSP streams with HTML5 audio tag, I already check streaming links from wowza http and RTSP both work perfectly on VLC but when I embed these links in html5 audio tag, nothing seems to work any help would be appreciated. Here is my…
user2009750
  • 3,169
  • 5
  • 35
  • 58
6
votes
3 answers

video on demand streamin with jwplayer wowza android issue

I try to make jwplayer work on android phone when I put rtsp protocol file source it work fine in android but display an error that file can not be played in iOS and PC without rtsp file source work on pc and iOS fine with rtsp file source work…
Taymoor Q.
  • 1,371
  • 21
  • 33
6
votes
1 answer

How to stream video in a django app

I'm looking to stream video's as part of a django app, but I've never done anything with video and don't really know where to start. I don't have all the details of the project yet, but I'm expecting a fairly small library of videos uploaded by one…
Aidan Ewen
  • 13,049
  • 8
  • 63
  • 88
5
votes
1 answer

How to stream via RTMP using Gstreamer?

I am attempting to stream video and audio using Gstreamer to an RTMP Server (Wowza) but there are a number of issues. There is almost no documentation about how to properly utilise rtmpsink, a plugin that sends media via RTMP to a specified server.…
Shiri
  • 1,972
  • 7
  • 24
  • 46
5
votes
1 answer

How can I connect to a Wowza Transcoder stream in JWPlayer?

I'm trying to pick up an audio-only transcoded stream from my Wowza server in JWPlayer. At the moment, I know that the normal ( non-transcoded ) stream is making it through the server and back to my JWPlayer client - what I can't figure out is why…
DigitalJedi805
  • 1,486
  • 4
  • 16
  • 41
5
votes
0 answers

RTSP video plays fine on Wowza test player but unable to play video if tested on VLC or other players (audio always plays fine)

I am working on An RTSP based application in which i am trying to broadcast my mac screen to a wowza using rtsp. Everything seems to be working fine but i am facing some very very strange issues while broadcasting the audio and video on wowza. What…
Dinesh
  • 929
  • 7
  • 25
5
votes
2 answers

How to stream MP4 files from subdirectories with Flowplayer?

I am using Wowza Media Server to enable streaming of MP4 files and as video player I use Flowplayer. To get some structure for my content I use sub directories within the configured StorageDir for my Wowza application. The problem I have is that no…
Christofer Eliasson
  • 32,939
  • 7
  • 74
  • 103
5
votes
1 answer

FFMPEG RTMP streaming to WOWZA server with credentials

I would like to stream my webcam using FFMPEG (on Windows) to a Wowza server. The Wowza server has several applications defined. Each has its own credentials (user name and password). I'm using the following command line: ffmpeg -f dshow -i…
Burgaz
  • 237
  • 7
  • 14
1
2
3
50 51