Developing App to pull stream from cloud
AnsweredTrying to develop an app that request stream from relay.vmsproxy
Digest authentication passes fine
testing the m3u8 downloaded file works fine, when implementing the link to development environment, I get an a weird error:
"error": "The AVPlayerItem instance has failed with the error code -12971 and domain \"CoreMediaErrorDomain\".",
Cannot really find explanation for that, this error occurs on ios, searching the internet showed it might be an error regarding the format, and its compatibility to ios devices.
developing with react-native using expo-av library as a player
(other mp4/hls urls work fine)
-
Here is what we managed to catch.
The camera channel (codec, resolution, framerate) is being changed during the playback.
That most probably is the root cause, since h265 might be not supported in ios.
We'll investigate it further.

0 -
Could you please set h264, disable the substream and retest?
0 -
Well, That was left configured like this,
1st stream 265, 2nd 264.
I set both streams to be h264 now.
0 -
Ok. Now I can play it in Safari in ios.
0 -
Got an error.
I set both streams to be h264 now.
Could you please set h264, disable the substream and retest?
0 -
Kamal,
I've created a ticket. Let's continue there.
0
Please sign in to leave a comment.
Comments
36 comments