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
5
votes
0 answers

VLC : How to RTMP Stream to WOWZA with RTMP Authentication?

I have my Wowza with protected RTMP Channel. The authentication is OK while using softwares like, FMLE / WireCast / etc, of course. But how to do with VLC?
夏期劇場
  • 17,821
  • 44
  • 135
  • 217
5
votes
4 answers

Can FFMPEG library send the live H264 iOS Camera stream to Wowza using RTSP

My requirement is to get iphone camera feed, encode it into H264 format and send it to server. In search, I found encoding part is possible with ffmpeg lib with x264 (libx264). But now the next task is to send the encoded data to Wowza server using…
Vishal Lohia
  • 61
  • 1
  • 4
5
votes
2 answers

Wowza .mp3 RTSP stream on android

I want to play wowza .mp3 stream on android using default MediaPlayer Library. But I have tried playing the stream using the API demos provided by android itself and it does not work. Although the android documentation states that it does.…
Ahmad Ali Nasir
  • 1,382
  • 3
  • 16
  • 29
5
votes
1 answer

Caching in Amazon CloudFront for HLS/HDS streaming with Wowza 3.5

I am trying to quickly learn some of the underlying technology behind HDS and HLS live streaming. I have set up Wowza Media server 3.5 on a Amazon WebServices instance in EC2 and distribute through CloudFront. I did my first live event and was…
4
votes
1 answer

How to packetize H264 in RTP?

I have H264 stream from my mobile camera. In my Java app I can access the stream frame by frame already encoded with H264. I need to stream it to Wowza media server. Since wowza understands only RTP/RTSP streams can I just add RTP header infront of…
user986589
  • 201
  • 2
  • 5
4
votes
2 answers

Load Testing RTMP connections

I am using Wowza Media Server's webcam record capability in a project. It records the webcam feed over RTMP which is connected to via a flash file. It's all working fine, but I need to stress/load test the functionality to check how it'll scale up.…
kieran
  • 2,304
  • 4
  • 28
  • 44
4
votes
0 answers

Real time RTSP streaming to a React application Discussion

My company has about 200+ cameras throughout the property. I'm building a react app for analytics into some of their day to day activities and would like cameras to be played in the application. The cameras stream over RTSP. My first solution was…
Nick
  • 137
  • 1
  • 9
4
votes
0 answers

Broadcasting to Wowza Streaming Cloud

I have an issue when trying to broadcast stream to Wowza Streaming Cloud from iOS device via GoCoder sdk. I setup Cloud Stream instance to use other RTMP as video source encoder and authentication is enabled. The workflow is following: 1. I call…
dekeract
  • 63
  • 5
4
votes
1 answer

Speech-to-text from a LIVE stream

I have a Java application and I want to transcribe, not a file, but a LIVE stream(rtmp:// or m3u8) that is being served by Wowza. Is that possible? Thank you PS: I'm willing to pay any of those cloud services that offer audio transcription, but the…
RichardW
  • 61
  • 1
  • 3
4
votes
1 answer

wowza authontication using external jar

I am using Wowza streaming engine in my project. I successfully started wowza with basic authentication. I need to authenticate wowza with my database because I am creating a java project. It will handle the authentication process after I add the…
Abdul Manaf
  • 4,933
  • 8
  • 51
  • 95
4
votes
0 answers

RTMP Authentication with Wowza Streaming Engine

I am trying to Broadcast audio and Video using RTMP by using the Videocore code from James(Great Thanks to him) https://github.com/jgh-/VideoCore/ in my app. the code is working fine but is missing authentication module. I have tried myself to…
Dinesh
  • 929
  • 7
  • 25
4
votes
1 answer

How can I stream live video to Wowza using HTML5 without Flash?

I have found solutions online to capture screenshots, stream audio, and record and upload video but have been unable to find resources which demonstrate how to stream live video from the webcam. I have looked into WebRTC but can not figure out how…
David L. Rodgers
  • 1,031
  • 1
  • 8
  • 18
4
votes
5 answers

Jwplayer : Error loading player: No playable sources found

I am implementing video playing with jwplayer 6. I have premium edition account. also using wowza server for streaming. jwplayer.key = "XXXXXXXXXXXXXXXXXXX"; jwplayer("player2").setup({ width: 640, height: 360, file:…
Mohini
  • 407
  • 2
  • 4
  • 11
4
votes
2 answers

How Do I install Wowza Streaming Engine on Google Cloud?

I'm trying to install Wowza streaming engine manager on google cloud, but it is not working. I am using this tutorial. I create my wowza streaming engine image, firewall rules, and instance with no problem. However, when I test my instance through…
4
votes
0 answers

Video Streaming not working in some mobile

We're working on to develop a live video stream application based on android mobile camera. I used RTMP and RTSP ports using WOWZA server. It is working fine with almost all brand mobiles successfully. When the event is created and started…
user4166057
1 2
3
50 51