You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I compile ffmpeg with rtmp correctly. I have all binaries and .so libraries on my dist folder
The problem is that ffmpeg binary can play all urls. But when i have an url like: rtmp://xxxxx playpath= swfurl= pageurl= token= (for example) ffmpeg should use librtmp to play that url and it doesn't
I follow the instructions for deploy binaries and libraries but no success... -.-
So frustrating, why ffmpeg don't use librtmp-1.so
Any ideas? Maybe "environment.put("LD_LIBRARY_PATH", context.getDir("lib", 0).getAbsolutePath());" doesn't correct?
The text was updated successfully, but these errors were encountered:
Hi!
I compile ffmpeg with rtmp correctly. I have all binaries and .so libraries on my dist folder
The problem is that ffmpeg binary can play all urls. But when i have an url like: rtmp://xxxxx playpath= swfurl= pageurl= token= (for example) ffmpeg should use librtmp to play that url and it doesn't
I follow the instructions for deploy binaries and libraries but no success... -.-
So frustrating, why ffmpeg don't use librtmp-1.so
Any ideas? Maybe "environment.put("LD_LIBRARY_PATH", context.getDir("lib", 0).getAbsolutePath());" doesn't correct?
The text was updated successfully, but these errors were encountered: