Wowza Community

Stream screen video using wowza over udp

HI

I am new to wowza as well for streaming applications. Please help me that how can I stream my screen video to wowza server over udp.

I am familiar with the use of ffmpeg. I am using ffmpeg to send stream to wowza server. I also want to record that file on the server. I read the wowza documentations but found help only for MPEG-TS based encoders when streaming with udp.

Please help how can I stream with udp.

Thanks

Hi,

If you’re familiar with FFMPEG, there are a few solutions out there to capture the screen via that tool, here is one way.

Then it is just a matter of taking that resulting command and blending it with output to an mpeg-ts stream to Wowza Streaming Engine.

This article shows how use ffmpeg to send different inputs to Wowza as MPEG-TS.

Similar can be done with VLC as well. Here’s an article on how to send streams to Wowza using the VLC command line.

The input half of the command is somewhat easier than FFMPEG though:

   vlc -vvv screen:// :screen-fps=24

Daren

I have tested this with VLC and using the mpeg-ts guide to re-stream in Wowza.

Richard

Hi

Thanks for your support.

Can I record this stream on wowza server? If yes then How?