Hi
I'm having troubles decoding a h264 stream on android.
My use case is Janus Gateway offering to android client a audio + video stream + data channel.
Currently I'm focused on video stream.
FFPlay (on my pc) plays fine same RTP video stream. It loads the following sdp file:
Hi I'm having troubles decoding a h264 stream on android. My use case is Janus Gateway offering to android client a audio + video stream + data channel. Currently I'm focused on video stream.
FFPlay (on my pc) plays fine same RTP video stream. It loads the following sdp file:
Android OWR app prints out forever in console the following error: _05-25 22:45:51.965 16156-16179/com.ericsson.research.owr.examples.nativecall E/g_printerr: ==== Warning message start ==== 05-25 22:45:51.965 16156-16179/com.ericsson.research.owr.examples.nativecall E/g_printerr: Warning in element depay_rtph264depay_0. 05-25 22:45:51.965 16156-16179/com.ericsson.research.owr.examples.nativecall E/g_printerr: Warning: Could not decode stream. 05-25 22:45:51.965 16156-16179/com.ericsson.research.owr.examples.nativecall E/g_printerr: Debugging info: gstrtph264depay.c(1098): gst_rtp_h264_depay_process (): /GstPipeline:transport-agent-1/GstBin:transport_bin_1/GstBin:receive-output-bin-2/GstRtpH264Depay:depay_rtph264depay_0: Undefined packet type 05-25 22:45:51.965 16156-16179/com.ericsson.research.owr.examples.nativecall E/gprinterr: ==== Warning message stop ====
The sdp I get from Janus gateway is:
I've attached the Wireshark udp packets dump undefined_packet_type.pcapng.zip
Is there a way to make Android OWR work with that stream? Thanks in advance F