Version and build number of your Wowza Pro installation:
Wowza Media Server Pro Unlimited with MPEG-TS 1.7.2 build12107
Which Wowza Pro edition you are using:
Wowza Media Server Pro Unlimited with MPEG-TS 1.7.2 build12107
Name and version of the OS being used:
Microsoft Windows Server 2003 R2 Standard x64 Edition Service Pack 2
Describe in detail your application:
Live video stream from a M-JPEG IQEye camera to a limited number of clients that require low latency video.
Detailed explanation of the issue or question:
It takes flash clients (JW player, Flowplayer, etc.) a significantly long time to start playing video. I would like to reduce the start time and have less than 5 seconds of latency.
Any other information that may help us to promptly answer your question:
I am transcoding the M-JPEG over HTTP to H.264 over RTP using VLC. I am using the rtp-live-lowlatency application. I have set the client buffer length on the JW player and Flowplayer to 0 to reduce the latency between the video at the camera and the video at the client. I have set the flush interval to 25 in the rtp-live-lowlatency application. JW player has relatively low latency (5 – 6 seconds) but it takes more than 30 seconds to a minute typically for the video to start and sometimes a lot longer. Flowplayer starts the video quickly but there is 10 or more seconds of latency. The VLC string I am using is:
vlc -vvv “http://192.168.69.10/now.jpg?snap=spush” --no-sout-audio --sout “#transcode{venc=x264{keyint=15},vcodec=x264,vb=1500,scale=1,acodec=none, threads=1}:rtp{dst=192.168.1.59,port-video=11002,port-audio=11003,sdp=file://C:/Program Files (x86)/Wowza Media Systems/Wowza Media Server Pro 1.7.2/content/iqeyeDot10.sdp}”
I would like to know how to solve this problem either through Wowza configuration changes or some other means.