Hi everyone,
if you guys read the Info of media player component you will see they are also saying that you can put a stream URL (source) in the media player to play the streaming video then i start searching for the stream URL and i recently found one (Live TV URL)
I go to blocks section because there is no URL (input) Section (Where i can able to Put URL Of Stream) in the propoerties
it took me a whole day to find a single url with (URL Snooper)
Now i figure out how to get url throught website but still facing problems
why don’t you guys help me it will be good for all of us
the rtmp is a well-known video transmission protocol used by Adobe Flash.
the rtmp (Real Time Multimedia Protocol) serves video, h264 and audio AAC or MP3…
the RTMP is Acepted by Android, IOS (with software) and Blackberry.
Maybe the player integrated in Android should reproduce it without problem, for which you should send it with an Action starter…
but I doubt it works in Makeroid or app inventor, because the audio player does not play AAC audio although Android supports it…
I think you should look for some urls of video on the HLS type (m3u8)
since the video in HLS can be played with, a web page, using some player in javascript and css. as videojs or flowplayer, you can put it in a web view, but first you should investigate what is HLS.