I tried to run a video with mp4 extension on imx8 quad max board running android automotive 14 revision 17. For this, I have used the default available players like -
Sharing the logs below. I have analysed the logs and I suspect there could be a codec issue. Additionally, I have installed and tested the VLC Player as it comes with the codecs and the video was playing.
Previously, while working on Android Automotive 11 revision 40 on the same board (imx 8QM) - video playback was working using the default players.
I am not sure whether the Android automotive 14 revision 17 built image is missing any video codec. Could someone please help understand / fix this issue. Any help would be greatly appreciated. 
Attaching log file.
Hello, Thanks for the reply. 
But I am not using gstreamer. I am using an android application which uses exoplayer android library to play the video files.
Could you please mention where in the NXP BSP files I need to make the changes. 
I was thinking there might be a config file in the NXP android 14 revision 17 BSP files that I need to update. Requesting your support on this. 
 Bio_TICFSL
		
			Bio_TICFSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello,
Sorry the same applies no matter if you are in android apps or kernel space you upgrade to android 17 that is not support by NXP, so this are what you have to do it.
Regards
 Bio_TICFSL
		
			Bio_TICFSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello,
Yes the revision 17 does not have the proper parameter to enable the codecs in this case you will have to copy from the NXP BSP or use gstreamer.
Regards
Thanks for the reply. 
Could you please share the detailed steps to enable the parameter.
 Bio_TICFSL
		
			Bio_TICFSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello,
The parameter is:
gst-launch-1.0 playbin uri=file:///path/to/video.mp4or
gst-launch-0.10 filesrc location=$1 ! h264parse ! ffdec_h264 ! ffmpegcolorspace ! deinterlace ! xvimagesink
Regards
