Question

I have an app which shows live streaming of a channel. I was using HTTP at first but now I want to use RTSP because is is supposed to work on more devices. Anyway, my RTSP URI works fine on a 4.3 device. However it does not work on a 2.3.5 device. I only get audio and not video on the 2.3.5 device. Anyway I thought it was a codec problem, so I found a video that played well on both devices and compare their formats: This is for the video that does not play: enter image description here This is for the video that plays well:enter image description here

I cannot see why one plays fine and one only plays the audio. I think is not a code problem as I have been using any possible solution I could find online.

Was it helpful?

Solution

I solved the issue. The problem was the resolution of the videos; All devices support up to 480 x 360 px in SD and only some of the devices support up to 1280 x 720 px in HD.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top