Wowza Community

RTP / RTSP UDP Streaming

INFO rtsp connect 2011271063 -

INFO stream create - -

INFO rtsp announce 2011271063 -

WARN server comment - RTSPCore.setup: track missing: trackid=1

INFO server comment - RTPUDPTransport.bind[1L40/definst]: 0.0.0.0/0.0.0.0:6970

INFO server comment - RTPUDPTransport.bind[1L40/definst]: 0.0.0.0/0.0.0.0:6971

INFO stream publish myStream.sdp -

INFO rtsp publish 2011271063 -

Not Watch Player.

“track missing: trackid=1” Error.

myStream.sdp content udp://0.0.0.0:1000

Are you selecting tracks in playback? Otherwise Wowza normally plays the first audio and video tracks it finds. Try playback in VLC with this url: udp://@0.0.0.0:1000 and look at Tools > Codec Info. What tracks do you see?

Richard

You have shown the udp url using port 1000 and port 10000, so maybe you are publishing to one and playing back another.

It might help for testing and reference to use VLC to supply the stream following the VLC MPEG-TS guide

Richard

Are you selecting tracks in playback? Otherwise Wowza normally plays the first audio and video tracks it finds. Try playback in VLC with this url: udp://@0.0.0.0:1000 and look at Tools > Codec Info. What tracks do you see?

Richard

Hi Richard,

udp://@0.0.0.0:10000

VLC Player Codec info empty null data

WARN server comment - RTSPCore.setup: track missing: trackid=1

INFO server comment - RTPUDPTransport.bind[1L40/definst]: /@0.0.0.0:10000

INFO server comment - RTPUDPTransport.bind[1L40/definst]: /@0.0.0.0:10001

INFO stream publish myStream2.sdp -

INFO rtsp publish 304460397 -

INFO server comment - UDPTransport.firstPacket: bind:/@0.0.0.0:10000 msg:/@0.0.0.0:33382

How we can streaming to UDP(Unicast or Multicast). We know we can pull the UDP stream but how we can push as UDP.

Thanks