--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/b305e023-ceb7-496d-a06b-6a69a5168a9e%40googlegroups.com.
Can you please show the actual profile id in the SDP offer?
Have you checked, e.g. with Wireshark or tcpdump, if the camera is indeed sending RTP packets to Janus, and that the ports are correct? If so, you may want to check if media is flowing on the WebRTC side as well, using the Admin API.
Client RTP receive port seems to be fine toughTransport: RTP/AVP/UDP;unicast;client_port=57944-57945
--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/82384942-0419-4b98-85ae-b00b26a7d747%40googlegroups.com.
Communication with devices is left only to browsers, all you can do is chose device or codec and resolution, but the rest is done by browser
--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/97a35f18-1b44-4c03-9b9b-b5df2851debb%40googlegroups.com.
I see that in your Offer/Answer log file profile id (profile-level-id) don't match, I think they should, based on RFC:
Then none of those codecs or packetization mechanisms are supported by browsers. You'll probably have to transcode the media yourself and pass it to the Streaming plugin.
[39917:8459:0706/195542.129035:WARNING:common_header.cc(43)] Invalid RTCP header: Version must be 2 but was 0
[39917:8459:0706/195542.129087:WARNING:rtcp_receiver.cc(406)] 31 RTCP blocks were skipped due to being malformed or of unrecognized/unsupported type, during the past 10 second period.
I checked with Wireshark, but the RTCP packets from the camera (10.0.0.78) looked OK... May there be a Janus related RTCP issue?
Addendum:My WISENET cam works with H264 "High" Profile (profile-level-id=640032) and Chrome - without any SDP mangling.
--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/359c8c33-5667-4c12-b029-6f1154ae1c4b%40googlegroups.com.
Hey Lorenzo, thanks four your response. I agree this is a media incompatibility issue between this AXIS cam and the browsers. We also can ignore this RTCP I mentioned earlier, since Chrome also logs that on working video examples.However, I just realised that no SDP-ANSWER is sent back to the server when using RTSP and therefore, the server does not even know if the clients would like to downgrade the profile or level.Could we use the RTSP SET_PARAMETER request to tell the server which fmtp / profile-level-id the client would like to receive?
Il giorno domenica 7 luglio 2019 16:51:00 UTC+2, Sebastian Schmid ha scritto:Could we use the RTSP SET_PARAMETER request to tell the server which fmtp / profile-level-id the client would like to receive?Not familiar enough with RTSP to know if that's an option, sorry. Pull requests always welcome, of course!
Lorenzo