GNOME Bugzilla – Bug 772032
how to let gstreamer use the ffmpeg/libav h264 decoder when androidmedia codec decode fail on android?
Last modified: 2016-09-27 07:33:45 UTC
when playing a bad rtsp stream by using the ffmpeg/libav decoder, it works fine, but show the bad info repeatly like follow infos: " non-existing PPS 1 referenced decode_slice_header error non-existing PPS 1 referenced decode_slice_header error non-existing PPS 1 referenced decode_slice_header error .... " the bad stream can't be played by androidmedia codec,but i also want to play some good stream by using androidmedia, because the codec use low cpu power. so i want to do that, the gstreamer can select the androidmedia codec first, if the stream is bad , it can try to using the ffmpeg/libav to decode the steam. but in the $prefix/share/gst-android/ndk-build/plugins.mk i have to remove the androidmedia to let the libav effective. thanks!
Thanks for taking the time to report this. We would like to note that GNOME Bugzilla is not a place to receive help for configuration or preferences issues, but a bug tracking system for errors in the software code. In order to receive help, please bring up your support question in a support forum (for example, the support forum of your distribution) or the mailing list of the project. Thank you for your understanding!