I Tried Camera(Server : UDP) <- VLC
I Made Stream and checked Active stream Byte In is 1.134mbps … but Byte Out is 0
i have logs MPEG2MPTS MPTS Transport has packets of interest with transport scrambling enabled. Desrambling is not supported
It worked
Camera (RTSP) <- Wowza(RTSP) <- VLC
Settings : TransportMode : Interleave -> UDP
Not worked
Camera (UDP) <- Wowza(RTSP) <- VLC
Camera Model
Company : viewprotech
Model Name : U8L Camera
Help me plz
Hello,
“MPEG2MPTS Transport has packets of interest with transport scrambling enabled. Descrambling is not supported.”
This means the UDP stream being sent from your camera is scrambled, and Wowza Streaming Engine does not support descrambling such streams. That is why you see Byte In values but Byte Out remains 0.
There are two ways forward:
-
Configure your camera to send an unscrambled UDP stream, if the device allows that.
-
Continue using RTSP ingestion, which you’ve already confirmed is working correctly.
Regards,
Vihari