Android Question Read video stream from B4A application

dim

Member
Licensed User
Longtime User
Hello,
I have written an application in Lazarus/Freepascal that uses DSPack library and generates ASF video streaming over network. Is it possible to read this stream from a B4A application?
Please note that I don't want to play a specific video file over network but to connect a B4A application to an existing video stream.
For example, I can connect to that video stream using VLC media player, using http://192.168.1.15 (my development system's IP address) and see the video stream.
Please describe which library should I use to implement this ?
Thank you in advance.
 

somed3v3loper

Well-Known Member
Licensed User
Longtime User
Thank you. But did you manage to read from any kind of video stream - not a single file ?
No I did not try streaming from a server but it might be the same video format problem .
Did you try to stream different video formats ?
 
Upvote 0
Top