Michael Katz
Michael Katz
Hello @tiagoalmeida92, In digging into this issue, the duplicate key exception is a result of that the DASH mpd file for your content containing Adaptation Sets with duplicate ids within...
@tiagoalmeida92 Sorry for the delay. Are you still hitting this issue with your content? It may help us if you can provide example media, an example dash manifest of your...
Hi @LairCortex, The RtspMediaTrack method still needs to provide a Format, just not with the sps parameters provided by the processH264FmtpAttribute method. You would then need to update the format...
@LairCortex That's great! It would be in the processSingleNalUnitPacket(or other processing Nal unit method in `RtpH264Reader`). After receiving the sps data, you would need to call `trackOutput.format(Format format)` with a...
Thank you for your continued interest in extending the ExoPlayer's support for RTSP playback. RTP payload type 33 is assigned to MP2T, which we don't currently support and so is...