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

how to integrate Wowza Streaming Engine in the .Net

I am new to Wowza Media Server. I want to stream a video live from a .net project. I have seen this tutorial here but I didn't get how to integrate the wowza media server api in a.net project. Can anyone tell me steps that how to use the wowza media…
Sumit Kesarwani
  • 563
  • 2
  • 4
  • 22
4
votes
1 answer

Live Video Broadcasting in Android using Wowza Server

I have tried broadcasting videos in Android app through Wowza server and it works pretty well with this demo of javaCV. But the only problem with this is that it uses flv file format to broadcast on Wowza server. It uses FFmpegFrameRecorder to…
Name is Nilay
  • 2,743
  • 4
  • 35
  • 77
4
votes
3 answers

Sending live video stream to wowza streaming engine with Android devices

I want to send live video stream from my android device to wowza streaming engine. I am using sample in this blog but I can not see the result on Test Players page. Do I need to have a web server serving a page with a video player pointed to this…
Ali Behzadian Nejad
  • 8,804
  • 8
  • 56
  • 106
4
votes
1 answer

WOWZA + RTMP to play on Multiple Devices?

I'm still a newbie to Wowza/Streaming but when i setup everything (RHEL + Wirecast), i can somehow stream-out/broadcast from my home pc to EC2 Server. As i followed according to Wowza Live-Streaming Tutorial, i used RTMP and after that all i got FOR…
夏期劇場
  • 17,821
  • 44
  • 135
  • 217
4
votes
1 answer

Wowza Server Module - Timer/Countdown on Video Chat

For our current project we need a video chat application which keeps track of the duration of those video conversations. Every conversation also has a limited time after which the chat terminates. I've build already the basic module, but i've got…
rookian
  • 1,045
  • 14
  • 38
4
votes
1 answer

How to get the full stream URL in a Wowza module?

I am writing a module for Wowza media server. How can I get the full URL to a stream within the onPublish() method in my implementation of IMediaStreamActionNotify2? At the moment I can only find the stream name.
gaponov
  • 1,012
  • 1
  • 12
  • 22
4
votes
1 answer

how to restream rtsp h264 as "live dvr" for iOs using ffserver?

I would like to grab an existing stream from an IP-Camera delivering h264 encoded rtsp stream and restream it for iPhone/Ipad, where the user would have the opportunity to jump back in time for aprox. 1 minute. And later jump back to the "live"…
mojovski
  • 581
  • 7
  • 21
4
votes
2 answers

How to publish rtmp stream in Wowza?

I want to publish one rtmp stream from rtmp://someothersite.com/live/ and deliver the m3u8 stream to ios and android device. I decide to use Wowza and have done some settings following by this article…
why
  • 23,923
  • 29
  • 97
  • 142
4
votes
2 answers

How I can play rtsp video from wowza server?

I have a rtsp url from Wowza Media Server 2 Perpetual 2.2.4.07 How can I play it in app?
4
votes
1 answer

upload files to wowza from android

I have installed wowza server and able to play files from client side using video view in android now i have to record video and have to upload files to wowza server. how to write server side app? and how to connect that from android code? does any…
4
votes
0 answers

Stream Data from iPhone to Wowza Server

How can i live stream data fetched from AVAssets to Wowza Server? Actually i am finding difficulty in creating RTMP Stream. Any Sample code/Link help will be appreciated.
Panky
  • 169
  • 1
  • 9
3
votes
0 answers

RTMP Stream from Android Device to Wowza

I want to stream RTMP from my Android application to my Wowza server. How would this be possible? Thanks
singh
  • 69
  • 1
  • 4
3
votes
0 answers

Does Java max out at around 4Gbps per JVM instance?

Wowza is causing us troubles, not scaling past 6k concurrent users, sometimes freezing on a few hundred. It crashes and starts killing sessions. We step in to restart Wowza multiple times per streaming event. Our server specs: DL380 Gen10 2x Intel…
Lynob
  • 5,059
  • 15
  • 64
  • 114
3
votes
3 answers

RestTemplate--> Exchange produces: 422 Unprocessable Entity

I am using Spring Boot 2.0.5.RELEASE and trying to make POST request by Response Template#Exchange, below is my code where I also need too pass headers with some custom keys. RestTemplate restTemplate = new RestTemplate(); …
kj007
  • 6,073
  • 4
  • 29
  • 47
3
votes
2 answers

WebRTC and Wowza streaming on Firefox

I'd like simply to stream a video/audio from an Axis camera managed by a Wowza Server Engine and display the video/audio on Firefox browser. The streaming flow from the camera (H264, AAC 16000) is transcoded with the help of ffmpeg to H264,…
Diego T
  • 71
  • 4