[Panasonic IP-Camera] Invalid server challenge?

[Panasonic IP-Camera] Invalid server challenge?

Support ForumCategory: Installation and Basic Operation[Panasonic IP-Camera] Invalid server challenge?
admin Staff asked 10 years ago
Hi I’m trying to stream from a Panasonic camera. The local source URL is rtsp://username:password@192.168.1.10/ONVIF/MediaInput?profile=2_def_profile6, whereas the stream is configured to be H264 without any audio channel. Accessing the stream with VLC works perfectly well. With EvoStream, I can see the following error messages in the logfile, repeating every second:

1427104838:3::0::Outbound connection established: (Far: 192.168.1.10:554; Near: 192.168.1.30:47793) CTCP(14) <-> TCP(59) <-> [RTSP(60)]
1427104838:4::0::Handlers count changed: 16->15 IOHT_TCP_CONNECTOR
1427104838:0::0::Invalid challenge:n<MAP name="" isArray="false">n    <STR name="method">Digest</STR>n    <MAP name="parameters" isArray="false">n        <STR name="algorithm">MD5</STR>n        <STR name="nonce">ca5fffe7465a48ad6cfcbf29d54e0133</STR>n        <STR name="qop">auth</STR>n        <STR name="realm">Panasonic network device</STR>n        <STR name="stale">false</STR>n    </MAP>n    <STR name="raw">Digest realm="Panasonic network device", nonce="ca5fffe7465a48ad6cfcbf29d54e0133", stale="false", algorithm="MD5", qop="auth"</STR>n</MAP>
1427104838:0::0::Invalid server challenge
1427104838:0::0::Unable to create authentication header
1427104838:0::0::Unable to handle content
1427104838:0::0::Unable to read data from connection: (Far: 192.168.1.10:554; Near: 192.168.1.30:47793) CTCP(14) <-> [TCP(59)] <-> RTSP(60). Signaling upper protocols failed
1427104838:4::0::Handlers count changed: 15->14 IOHT_TCP_CARRIER
1427104838:6::0::Protocol [RTSP(60)] unregistered from application: evostreamms
1427104839:4::0::Handlers count changed: 14->15 IOHT_TCP_CONNECTOR
1427104839:4::0::Handlers count changed: 15->16 IOHT_TCP_CARRIER
I already tried to set Someone wrote:
forceTcp="0"
and Someone wrote:
isAudio="0"
in the pull command, which did not help. Can you see what’s wrong here? Edit: Here’s the Wireshark stream when accessing the Panasonic stream with VLC:
OPTIONS rtsp://192.168.1.10:554/ONVIF/MediaInput?profile=2_def_profile6 RTSP/1.0
CSeq: 2
User-Agent: LibVLC/2.1.5 (LIVE555 Streaming Media v2014.05.27)

RTSP/1.0 401 Unauthorized
CSeq: 2
Connection: Keep-Alive
WWW-Authenticate: Basic realm="Panasonic network device"
WWW-Authenticate: Digest realm="Panasonic network device", nonce="ea6b47334958e0c1f1801cf65c53e9ae", stale="false", algorithm="MD5", qop="auth"

OPTIONS rtsp://192.168.1.10:554/ONVIF/MediaInput?profile=2_def_profile6 RTSP/1.0
CSeq: 3
Authorization: Digest username="admin", realm="Panasonic network device", nonce="ea6b47334958e0c1f1801cf65c53e9ae", uri="rtsp://192.168.1.10:554/ONVIF/MediaInput?profile=2_def_profile6", response="4e6da899a456cf91915af1486ef16db5"
User-Agent: LibVLC/2.1.5 (LIVE555 Streaming Media v2014.05.27)

RTSP/1.0 200 OK
CSeq: 3
Connection: Keep-Alive
Date: Mon, 23 Mar 2015 10:21:51 GMT
Public: OPTIONS, DESCRIBE, SETUP, PLAY, PAUSE, GET_PARAMETER, TEARDOWN, SET_PARAMETER

DESCRIBE rtsp://192.168.1.10:554/ONVIF/MediaInput?profile=2_def_profile6 RTSP/1.0
CSeq: 4
Authorization: Digest username="admin", realm="Panasonic network device", nonce="ea6b47334958e0c1f1801cf65c53e9ae", uri="rtsp://192.168.1.10:554/ONVIF/MediaInput?profile=2_def_profile6", response="cd4d8b2e37fc53d01a57703ab3c585fd"
User-Agent: LibVLC/2.1.5 (LIVE555 Streaming Media v2014.05.27)
Accept: application/sdp

RTSP/1.0 200 OK
CSeq: 4
Connection: Keep-Alive
Date: Mon, 23 Mar 2015 10:21:51 GMT
Content-Base: rtsp://192.168.1.10/ONVIF/MediaInput/
Content-Type: application/sdp
Content-Length: 453

v=0
o=- 1 1 IN IP4 192.168.1.10
s=Media Presentation
e=NONE
c=IN IP4 0.0.0.0
b=AS:4096
t=0 0
a=control:*
a=range:npt=now-
m=video 0 RTP/AVP 98
b=AS:4096
a=framerate:30.0
a=rtpmap:98 H264/90000
a=control:trackID=1
a=fmtp:98 packetization-mode=1; profile-level-id=640028; sprop-parameter-sets=Z2QAKK3FTYY4jFRWKmwxxGKisVNhjiMVFRBIjEc2SSIJEYjmySRBIjEc2SQtAKALf+A1SAAAXdgACvyHsQPoAAYahf//HYgfQAAw1C//+FA=,aM44MA==
a=h264-esid:201
a=recvonly
SETUP rtsp://192.168.1.10/ONVIF/MediaInput/trackID=1 RTSP/1.0
CSeq: 5
Authorization: Digest username="admin", realm="Panasonic network device", nonce="ea6b47334958e0c1f1801cf65c53e9ae", uri="rtsp://192.168.1.10/ONVIF/MediaInput/", response="4eb01d23cb927006cc8856c1c3ca2fd6"
User-Agent: LibVLC/2.1.5 (LIVE555 Streaming Media v2014.05.27)
Transport: RTP/AVP;unicast;client_port=58338-58339

RTSP/1.0 200 OK
CSeq: 5
Connection: Keep-Alive
Date: Mon, 23 Mar 2015 10:21:51 GMT
Session: 1710989555721786934404447724733;timeout=120
Transport: RTP/AVP/UDP;unicast;client_port=58338-58339;server_port=59110-59111;ssrc=fb299007

PLAY rtsp://192.168.1.10/ONVIF/MediaInput/ RTSP/1.0
CSeq: 6
Authorization: Digest username="admin", realm="Panasonic network device", nonce="ea6b47334958e0c1f1801cf65c53e9ae", uri="rtsp://192.168.1.10/ONVIF/MediaInput/", response="96ca4ad299af68cf1dfa07ab24824669"
User-Agent: LibVLC/2.1.5 (LIVE555 Streaming Media v2014.05.27)
Session: 1710989555721786934404447724733
Range: npt=0.000-

RTSP/1.0 200 OK
CSeq: 6
Connection: Keep-Alive
Date: Mon, 23 Mar 2015 10:21:51 GMT
Session: 1710989555721786934404447724733
Range: clock=20150323T102151Z-
RTP-Info: url=trackID=1;seq=8606;rtptime=285937928

GET_PARAMETER rtsp://192.168.1.10/ONVIF/MediaInput/ RTSP/1.0
CSeq: 7
Authorization: Digest username="admin", realm="Panasonic network device", nonce="ea6b47334958e0c1f1801cf65c53e9ae", uri="rtsp://192.168.1.10/ONVIF/MediaInput/", response="e7badea992f46fb46c611cabea69127c"
User-Agent: LibVLC/2.1.5 (LIVE555 Streaming Media v2014.05.27)
Session: 1710989555721786934404447724733

RTSP/1.0 200 OK
CSeq: 7
Connection: Keep-Alive
Date: Mon, 23 Mar 2015 10:21:51 GMT
Session: 1710989555721786934404447724733

TEARDOWN rtsp://192.168.1.10/ONVIF/MediaInput/ RTSP/1.0
CSeq: 8
Authorization: Digest username="admin", realm="Panasonic network device", nonce="ea6b47334958e0c1f1801cf65c53e9ae", uri="rtsp://192.168.1.10/ONVIF/MediaInput/", response="82fd518823c4e7b1c15bbbecf870e99b"
User-Agent: LibVLC/2.1.5 (LIVE555 Streaming Media v2014.05.27)
Session: 1710989555721786934404447724733

RTSP/1.0 200 OK
CSeq: 8
Connection: Keep-Alive
Date: Mon, 23 Mar 2015 10:21:55 GMT
Session: 1710989555721786934404447724733




Offcanvas

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.