0
Android lib ffmpeg.so
with support for rtmpdump librtmp.so
/rtmpdump.so
for the vitamio.
I saw some examples but they didn’t help me much, I need to compile the rtmpdump(librtmp) with the ffmpeg for Android . I have the android-ndk
and the cygwin
installed in windows, in linux I have the android-ndk
with a normal rtmpdump project and normal compiling ffmpeg.
But I don’t know how to implement this in vitamio and run the commands of rtmpdump in my android project, I couldn’t call lib and make it work.
The ultimate goal is to update the lib of the vitamio
, implementing the support for rtmpdump
with all its features. I tried librtmp.so but it doesn’t have some functions like securetoken support.
The vitamio
supports the rtmp
about the android, but I need to send the securetoken to my server, and he can’t stand it.
If you have any relevant information please use the comment to leave it.
What should I do to compile the two?
References:
https://github.com/yixia/VitamioBundle/
Working only with the package com.schriek.rtmpdump
in the respective project rtmpdump-android (libdump.so did not work on my project)
https://github.com/eschriek/rtmpdump-android
Apparently it was solved using Linux, after hours of tests, if someone takes the trouble to put some explanation GOOD for future visits I will mark as solved. Until.
– Florida
Unfortunately I did not get good results, yes, compiled, but I could not run on android studio.
– Florida