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