Android Question Video Streaming to RTSP

elitevenkat

Active Member
Licensed User
Longtime User
Hi Erel,
I want to send the video stream captured from the device camera(front/back) to a RTMS/RTSP server. How do i do it in b4a ? Kindly guide me
venkat
 

elitevenkat

Active Member
Licensed User
Longtime User
Thank you Erel. That link I had already seen. Great and useful link. But my requirement is of 2 parts - 1st part is to upload the live camera to RTMP server and 2 part to play the same in another videoview. (something like skype!!!)

From the VitamioB4A library thread it seems (to my understanding ) that it is possible to play video content from RTMP server:

<quote>
You can test like this:
vv.LoadVideo("http","rtmp://yourvideoURL")
</quote>

Well i hope that my project's 2nd half is possible with the above library.

Now the question is the first part. Is there any possibility to get a simple yet feature rich lib like VitamioB4a ?
 
Upvote 0
Top