How to encode live stream from VLC (udp) to WOWZA rtmp streaming as output

Hi,

I am trying to encode live stream from vlc player, and stream back to a udp address (224.1.1.120:1020). VLC player command is,

:sout=#transcode{vcodec=h264,vb=512,scale=1,acodec=mp3,ab=192,channels=2}:duplicate{dst=display,dst=std{access=udp,mux=ts,dst=224.1.1.102:1020}}

Wowza is configured to live streaming followed the thread https://www.wowza.com/docs/how-to-publish-and-play-a-live-stream-mpeg-ts-based-encoder

But when i started the wowza, and checked the stream using

examples/LiveVideoStreaming/client/live.html kept under wowza root folder, in the command line , it says

INFO server comment - RTPMediaCaster.resetConnection[17227822:rtplive/_definst_:
mpegts.stream]:
INFO server comment - RTPMediaCaster.closeRTPSession[17227822:rtplive/_definst_:
mpegts.stream]
INFO stream unpublish mpegts.stream -
INFO server comment - RTPMulticastListener.run(stop)
INFO stream destroy mpegts.stream -
INFO server comment - RTPMediaCaster.Reconnector[17227822:rtplive/_definst_:mpeg
ts.stream]: start: 17
INFO server comment - RTPSessionDescriptionDataProviderBasic.getStreamInfo[rtpli
ve/_definst_]: URI: udp://224.1.1.102:1020
INFO stream create - -
INFO stream publish mpegts.stream -
INFO server comment - RTPMediaCaster.Reconnector[17227822:rtplive/_definst_:mpeg
ts.stream]: done: 17
INFO server comment - MulticastTransport.bind: 224.1.1.102/1020
WARN server comment - MediaReaderFLV.open: Metadata appears to be bad: mpegts.st
ream
INFO stream play mpegts.stream -
INFO stream stop mpegts.stream -

Please help me to resolve the issue…

Thanks

I think your Application.xml might have StreamType “default”. Change to “live” or “rtp-live”

Here are some notes I have on doing this:

Change this:

rtp{dst=127.0.0.1,port-video=10000,port-audio=10002,sdp=file://%WMSCONFIG_HOME%/content/vlc.sdp}

To this:

rtp{dst=127.0.0.1,port=10000,mux=ts}

The /content/mpegts.stream file would contain

udp://10000

Richard

Just fill out the form again or look in your email for the previous response.

http://wowza.com/pro10s.php

To get a 30 day eval you can write to request@wowza.com

Richard

Hi,

Thanks,

Its working now. But by mistake i uninstalled the wowza, now how can get the new license? (Earlier i used developers version license to install).

Does wowza charges for the developers version license, or for evaluation version?

Thanks.