We have tried repeatedly to connect to the h.264 stream on a samsung SNP-3120.
This particular camera only allows digest authentication, so the standard basic authentication we’ve used on our axis cameras does not seem to work when we setup a .stream file for live streaming.
Digest authentication should work. The first method you show, with credentials in the URL, is the right way to do it. Is that the one the resulted in “Authorization Failed”? Are you sure guest/guest exists and has the right permissions.
Is StreamType “rtp-live”? I’m not sure, but try changing PlayMethod back to “digest”
<PlayMethod>digest</PlayMethod>
Or change StreamType to “live” and use StreamManager to start the stream. In that case, I think you should change PlayMethod back to “none”, but try it both ways.
Did get Auth failed & a RTSP/RTP re-streaming timeout.
To test the uri & credentials, copied and pasted both into VLC & Quicktime.
VLC worked. Quicktime failed.
FYI: Samsung suggested this may happen due to the way Quicktime passes credentials. No workaround or fix was provided. Does the stream have to work with Quicktime to work with Wowza?