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
0
votes
1 answer

Eclipse - how to change the name of the compiled jar when running a debug config

Basic 101 for Eclipse. If I have an existing java project TestA, how do I change the name of the jar file that is complied when running a debug config so it is testV1.jar?
art vanderlay
  • 2,341
  • 4
  • 35
  • 64
0
votes
3 answers

Play live streaming, which uses RTMP protocol and hide actual IP with a subdomain of website

I have to play live streaming, which uses RTMP protocol and I want to hide my actual IP with a subdomain of my website. I have an IP i.e 46.x.x.x and when i use code give below, It works:
SJSSoft
  • 723
  • 2
  • 10
  • 28
0
votes
2 answers

Live Streaming over RTMP from Wowza to iOS

I'm trying to play a live stream that is being sent out by a Wowza server, we are using RTMP to handle the streams. We have an equivalent for that works on android and the way they do it is by connecting to the server via the url and 2 parameters to…
G_Money
  • 318
  • 7
  • 22
0
votes
2 answers

Time Delay for IPTV on Wowza Server

Can you help me scripting for time Delay on wowza server? We need to stream live content and delayed content to suite the needs of the users on a different time zones. Thanks Bob
Bob
  • 11
0
votes
1 answer

How to create video stream from a sequence of bitmaps with Flash/wowza

Please suggest, googling failed. I need to create video stream from a sequence of bitmaps (i.e Bitmapdata.draw() ). Is it possible? Seems like I can put anything into Netstream.send(), but should I encode the images manually, or there's some…
Vitamon
  • 538
  • 7
  • 18
0
votes
0 answers

flash camera flipping bug

I'm working with Wowza server to make a video chat and in some rare cases video flips for a second and then restores. Wowza support claims that it's not related to the server and bug is within the flash client (standard Video going to NetStream).…
-1
votes
3 answers

Wowza Stream not Live, why?

i am sending live rtmp stream to wowza server with a live application config but everytime i connect to the stream for watching the live stream, its start from the beginning of the stream. I can see wowza is creating bigger and bigger file in…
Chris
  • 456
  • 3
  • 9
  • 23
-1
votes
3 answers

ffmpeg rtmp streaming issue

I am trying to stream my webcam video using the ffmpeg to wowza media server on linux.. ffmpeg -re -f video4linux2 -i /dev/video0 -acodec libfacc -vcodec libx264 -f h264 rtmp://localhost:1935/live/test This is the command I used for some reason it…
Josnidhin
  • 12,469
  • 9
  • 42
  • 61
-1
votes
1 answer

Flex/Flash fully buffering rtmp stream from Wowza

I'm having a bit of trouble trying to fully buffer a pre-recorded rtmp-stream from Wowza media server with an in-house flash player. The requirement to fully pre-buffer the video comes from the management. It must be possible to view the whole video…
JNissi
  • 1,120
  • 9
  • 22
-1
votes
0 answers

Why am I having issues re-encoding rtsp stream to rtmp via FFMPEG-python?

I can see that the python script is not throwing errors however I cant stream the video via VLC player. Metadata: title : Media Server encoder : Lavf60.3.100 Stream #0:0: Video: h264 ([7][0][0][0] / 0x0007),…
-1
votes
1 answer

ffmpeg conversion stops suddenly

I am using FFmpeg converter to push the RTSP stream to RTMP endpoint (Wowza). ffmpeg -i rtsp://127.0.0.1:554/live0 -c copy -f flv rtmp://88.888.888.888:1935/live/test The command first throws below error and proceeds with the conversion. I can…
Vamsi
  • 423
  • 1
  • 5
  • 19
-1
votes
1 answer

Wowza live streaming is not working for ionic application

Hi anyone implemented WOWZA live streaming for ionic framework and any help that how can we start recording of particular stream that i started.
-1
votes
1 answer

Unable to connect Camera from Wowza

We have configure live streaming in wowza from camera when tried to Testplayers it says unable to connect Is there any where we need to set the camera password in wowza ?
ashok
  • 67
  • 1
  • 1
  • 6
-1
votes
1 answer

attempt to invoke virtual method on a null object reference android studio using wowza

I am trying to start a broadcast using wowza. I am using a sample application that when I compile works perfectly. However when I try to use this in my own project I get this error when I try to start the broadcast: E/AndroidRuntime: FATAL…
user2692997
  • 2,001
  • 2
  • 14
  • 20
-1
votes
2 answers

Video streaming/recording solution ( Wowza Streaming Engine + Flash Media Live Encoder)

I am working on a php based web application where I need the end user to be able to record video response through the application using his webcam and then that video gets stored to my server. I have been looking into Wowza streaming Engine for…
utkarsh2k2
  • 1,046
  • 3
  • 19
  • 42