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
3
votes
4 answers

RTSP over SSL (RTSPS)

We have a video streaming (video on demand) server implemented using wowza streaming engine. Clients (android application, web browser) access the stream using RTMP (web browser) and RTSP (android application). As we have requirement that the…
Durgesh Tanuku
  • 1,124
  • 2
  • 10
  • 26
3
votes
1 answer

onHTTPRequest() is not invoked when calling wowza server

I'm new in wowza and I am trying to make an app that will play the stream from wowza and it works fine. I implemented a functionality (inside the onHTTPRequest() ) that should work while calling an api; but currently its not working. If somebody…
Jerin Raj
  • 383
  • 2
  • 15
3
votes
1 answer

How to make wowza generate random ts file name in HLS stream

Now I get the m3u8 contents like this…
wanghaoming
  • 117
  • 1
  • 1
  • 8
3
votes
1 answer

Wowza+AWS Cloudfront stream availability delay

I'm pretty new to Wowza and Cloudfront. I'm using Wowza Streaming Engine 4.4.1 together with AWS cloudfront to deliver a live rtsp video stream. I'm able to deliver the video through the CDN, but I noticed a relevant delay (~200 seconds delay on…
3
votes
3 answers

How to send video streaming to WOWZA server using RTSP from iOS app?

I am new in capturing video(AVFoundation) and WOWZA server. I have checked many solutions but didn't find any tutorials or libraries on "How to work with WOWZA server using RTSP". I found one project VideoCore on GitHub but it works only on RTMP.…
bhavesh
  • 109
  • 14
3
votes
1 answer

S3 bucket mount on wowza vod not streaming after few seconds

I have wowza 4.4.0 & ffmpeg installed on two different ec2 instances. ffmpeg trancodes the .dav videos and convert them in .mp4 extension, then it uploads the file in s3 bucket. same s3 bucket is mounted on wowza server at…
Chandan
  • 85
  • 1
  • 8
3
votes
1 answer

Wowza streaming engine Eclipse server.xml

I'm trying to start programming with WSE with Eclipse (Server Side API), but when I try to build my java program I get the following error: ERROR: Server.xml not found: exiting. Here is the image: https://i.stack.imgur.com/4QoIA.png I have…
3
votes
0 answers

AVPlayer(ViewController): can not play HLS HD video

I want to play an HLS stream using AVPlayer (in Swift). This HLS stream plays in Safari, but not when I want to use AVPlayer. My code: let hlsLink = 'http://thelinktomyHLSmovie' let player = AVPlayer(URL: NSURL(string: hlsLink)!) let playerVC =…
nickygerritsen
  • 325
  • 3
  • 12
3
votes
2 answers

How can I play HDS vod stream using html5 video tag

I am using following code to play manifest.f4m vod stream through wowza media server.but it is not working Please help if anybody knows.
3
votes
1 answer

Stream webcam via. Wowza streaming server

I am trying to make a site where user can stream their webcams via Wowza server. I have no idea from where to start off. I am using PHP. How to send the webcam stream from client to wowza server. What should I use to send stream from the client, is…
Parthapratim Neog
  • 4,352
  • 6
  • 43
  • 79
3
votes
3 answers

Secure Streaming CDN Video Content

I am using Amazon CloudFront to stream paid video content to my users and I am having problems getting the videos secured. Wowza does that by creating a secure token, but the use of wowza would be much more costly. Is there anyway that I can better…
3
votes
0 answers

How to do live streaming from iOS device with wowza server

I have integrate Wowza with my server and its running. Now I want to stream live video/audio to iOS device from another iOS device with this server. I google but there is no information how can do this thing. Can anyone provide me the steps to do…
Ravi Gautam
  • 960
  • 2
  • 9
  • 20
3
votes
0 answers

streaming video from cordova camera using wowza streaming services

I am new to Ionic and Cordova. I want to do recording from one device & watching from another devise. I am using this org.apache.cordova.camera plugin for camera and media-capture for capturing videos. I wanted to integrate wowza. So the question…
Gaurav Mamidwar
  • 338
  • 1
  • 12
3
votes
0 answers

JWPlayer 6 error message "Error loading stream: ID not found on server"

I am using JWPlayer to connect to Wowza Media Server. I am using RTML url to connect. When I make a video request I can see video playing very clearly and good quality of video as well. But sometimes I get "Error loading stream: ID not found on…
Neelesh
  • 343
  • 5
  • 14
3
votes
1 answer

wowza streaming c# HTTP get method for livestreamrecord

Hello I need some help with livestreamrecord recording via http url c# calls, I can start and stop a stream recording…
Ben Close
  • 414
  • 1
  • 7
  • 18