Skip to content Skip to sidebar Skip to footer

Android Video Streaming Problem

I am new to android and trying to streaming video from my server. When i run the application it gives Error 'sorry,this video is not valid for streaming to this Device..' than i do

Solution 1:

We ran into exactly the same problem, and I found a solution at this link:

http://code.google.com/p/android/issues/detail?id=9044

In short, if you have access to a Mac, you can encode the videos using HandBrake. Be sure to check the "Web optimized" checkbox. I'm encoding as format:MP4 file, Video Codec: H.264. After I did this and uploaded I was able to view the videos (or at least listen to them) in a 2.1 simulator, which had been giving that exact warning message before. I have not been able to get a hold of an actual 2.1 device, but I suspect it will work. When I confirm that I'll check back in here to let you know.

Solution 2:

It seems that you are talking about sothink video encoder engine. Actually this program only supports the apple devices in ios system, for example, iphone, ipad and ipod.

Here is the official product homepage of sothink video encoder engine, and hope it helps! http://www.sothinkmedia.com/flash-video-encoder-command-line/

Solution 3:

The only issue for error "sorry,this video is not valid for streaming to this Device.." is that there is some problem in video format. Just correct the format/codec of mp4 and then it would run gracfully.

Post a Comment for "Android Video Streaming Problem"