Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video library crash while playing video #44

Open
prajwalam7 opened this issue Jan 7, 2019 · 0 comments
Open

Video library crash while playing video #44

prajwalam7 opened this issue Jan 7, 2019 · 0 comments

Comments

@prajwalam7
Copy link

prajwalam7 commented Jan 7, 2019

Hello guys,
I am facing some issue while playing video on my app
it was working fine but suddenly after 10min player will get crashed with error

2019-01-01 15:22:00.292 1268-14485/? E/MM_OSAL: Mpeg4File::mp4ReadStatus Failed to readFile
2019-01-01 15:22:00.293 1268-14485/? E/MM_OSAL: Read File Error!
2019-01-01 15:22:00.293 1268-14485/? E/MM_OSAL: Mpeg4File::mp4ReadStatus VIDEO_FMT_FAILURE
2019-01-01 15:22:00.331 1268-14485/? E/MM_OSAL: Mpeg4File::getSample FATAL starting at 11889671, size 734
2019-01-01 15:22:01.003 1268-14485/? E/MM_OSAL: Mpeg4File::mp4ReadStatus Failed to readFile
2019-01-01 15:22:01.003 1268-14485/? E/MM_OSAL: Read File Error!
2019-01-01 15:22:01.003 1268-14485/? E/MM_OSAL: Mpeg4File::mp4ReadStatus VIDEO_FMT_FAILURE
2019-01-01 15:22:01.003 1268-14485/? E/MM_OSAL: Mpeg4File::getSample FATAL starting at 11889671, size 734
2019-01-01 15:22:01.008 1270-2751/? E/NuPlayerDecoder: Stream error for [OMX.google.aac.decoder] (err=-1004), EOS successfully queued
2019-01-01 15:22:01.009 1270-2734/? E/NuPlayer: received error(0xfffffc14) from audio decoder, flushing(0), now shutting down
2019-01-01 15:22:01.010 1270-2751/? E/NuPlayerDecoder: Stream error for [OMX.google.aac.decoder] (err=-1004), EOS successfully queued
2019-01-01 15:22:01.014 1270-2734/? E/NuPlayer: received error(0xfffffc14) from audio decoder, flushing(2), now shutting down
2019-01-01 15:22:01.139 1262-2760/? E/AudioFlinger: Error when pausing output stream: -38
2019-01-01 15:22:01.147 1268-14485/? E/MM_OSAL: Mpeg4File::mp4ReadStatus Failed to readFile
2019-01-01 15:22:01.147 1268-14485/? E/MM_OSAL: Read File Error!
2019-01-01 15:22:01.147 1268-14485/? E/MM_OSAL: Mpeg4File::mp4ReadStatus VIDEO_FMT_FAILURE
2019-01-01 15:22:01.147 1268-14485/? E/MM_OSAL: Mpeg4File::getSample FATAL starting at 14788064, size 54542
2019-01-01 15:22:01.211 1268-14485/? E/MM_OSAL: Mpeg4File::mp4ReadStatus Failed to readFile
2019-01-01 15:22:01.211 1268-14485/? E/MM_OSAL: Read File Error!
2019-01-01 15:22:01.211 1268-14485/? E/MM_OSAL: Mpeg4File::mp4ReadStatus VIDEO_FMT_FAILURE
2019-01-01 15:22:01.211 1268-14485/? E/MM_OSAL: Mpeg4File::getSample FATAL starting at 14788064, size 54542
2019-01-01 15:22:01.243 1268-14485/? E/MM_OSAL: Mpeg4File::mp4ReadStatus Failed to readFile
2019-01-01 15:22:01.243 1268-14485/? E/MM_OSAL: Read File Error!
2019-01-01 15:22:01.243 1268-14485/? E/MM_OSAL: Mpeg4File::mp4ReadStatus VIDEO_FMT_FAILURE
2019-01-01 15:22:01.243 1268-14485/? E/MM_OSAL: Mpeg4File::getSample FATAL starting at 14788064, size 54542
2019-01-01 15:22:01.272 1270-2749/? E/NuPlayerDecoder: Stream error for [OMX.qcom.video.decoder.avc] (err=-1004), EOS successfully queued
2019-01-01 15:22:01.272 1270-2734/? E/NuPlayer: received error(0xfffffc14) from video decoder, flushing(0), now shutting down
2019-01-01 15:22:01.274 987-2763/app.android.apnacourse E/MediaPlayerNative: error (1, -1004)
2019-01-01 15:22:01.275 987-987/app.android.apnacourse E/MediaPlayer: Error (1,-1004)
2019-01-01 15:22:01.280 987-987/app.android.apnacourse E/TextureVideoView: TextureVideoView error. File or network related operation errors.
2019-01-01 15:22:01.295 987-987/app.android.apnacourse E/TextureVideoView: TextureVideoView error. Unspecified media player error.
2019-01-01 15:22:03.099 987-3117/app.android.apnacourse E/Buffer Error: Error: java.lang.NullPointerException
2019-01-01 15:22:13.009 987-3121/app.android.apnacourse E/Buffer Error: Error: java.lang.NullPointerException
2019-01-01 15:22:23.272 987-3125/app.android.apnacourse E/Buffer Error: Error: java.lang.NullPointerException
2019-01-01 15:22:33.161 987-3129/app.android.apnacourse E/Buffer Error: Error: java.lang.NullPointerException
2019-01-01 15:22:40.942 2930-32716/? E/NetworkScheduler.ATC: Called cancelTask for already completed task com.google.android.gms/.learning.training.background.TrainingGcmTaskService{u=0 tag="com.google.android.gms.learning.BACKGROUND_TRAINING_TASK" trigger=window{period=900s,flex=600s,earliest=-134s,latest=465s} requirements=[NET_ANY,CHARGING,DEVICE_IDLE] attributes=[PERSISTED,RECURRING] scheduled=-434s last_run=0s jid=N/A status=ACTIVE retries=0 client_lib=MANCHEGO_GCM-14799000} :RESCHEDULED
2019-01-01 15:22:41.651 3145-3145/? E/System: Ignoring attempt to set property "java.net.preferIPv6Addresses" to value "false".
2019-01-01 15:22:43.072 987-3213/app.android.apnacourse E/Buffer Error: Error: java.lang.NullPointerException
2019-01-01 15:22:45.787 32396-3231/? E/WakePathManager: UpdateWakePathTask.doInBackground: isWifiNetwork==false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant