-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vitamio Crash In Android 6.0(Marshmallow) Devices when android targetSdkVersion set to 23 #312
Comments
Confirming on a Nexus 5, Android 6.0 |
Yes it works fine when you give targetSdk 22 |
Is there any workaround for this issue? |
Targetting an older version is not a solution. Android app should always taget the latest API to be up to date. Vitamio itself must solve this issue. |
confirm this issue on android 6.0 nexus 6 |
This issue seems to be related with ffmpeg: https://plus.google.com/u/0/+MuratAydin/posts/VenRajTuDHC |
confirm this issue on android 6.0 nexus 6 LOAD FFMPEG ERROR: dlopen failed: /data/app/com.rfi.androidapp-2/lib/x86/libffmpeg.so: has text relocations |
confirm this issue on android 6.0 nexus 5, someone has already found a solution ? |
same issue on andoid6 nexus7(2013) and i can't downgrade api level because of support design etc. |
Same issue on Moto G3. Downgrading it to api 22 works fine. |
@rahulqv you realy need api 23? |
@FloridaStream the time will come to need api 23. Do we really have to stay API 22 for our entire life to get supported by Vitamio?? |
I think there is no longer any support from Vitamio. So who will be taking On Thu, Mar 10, 2016 at 12:43 PM, egemenhamutcu [email protected]
Regards, |
We started using Exoplayer. And also there is a RTMP playing feature, too. On Thu, Mar 10, 2016 at 9:17 AM, rahulqv [email protected] wrote:
Murat AYDIN http://tr.linkedin.com/in/maydn [image: Google +] |
I need playback speed control. That is a must. On Thu, Mar 10, 2016 at 12:52 PM, murat aydın [email protected]
Regards, |
@maydin I tried ExoPlayer for HLS streaming but it is not really stable. It doesn't work on 3G connection while it works fine on Wi-Fi. |
We too started using ExoPlayer. It works pretty good if you need support for audio streams only. The issue of stability in low bandwidth networks, refer this thread - |
@atul14 I tried the same streaming source with Vitamio on the same 3G connection, it worked like a charm. I think low bandwidth does not matter, because ExoPlayer never started buffering on that case. |
What is that streaming source?
|
@atul14 for example http://www.canlitvizle.co/kanal-d |
Vitamio is undoubtedly the most complete player to use, may not be the most up to date, and loses much so, but it is the most complete, it is sad to know that he is half abandoned and 4.2.x version had no continuity. The biggest problem is the difficulty in compiling it with all updates and customizations, it would be beneficial if the source code was released to so we all give continuity to the great project. Sorry for my english. =P 👍 +1 For the release of sources, or vitamio stable update Do not blame them for want change player, I do not have this option because the links and functions that use only work with vitamio and his functions, ffmpeg, librtmp, https, hls (and AES) among others. |
it works for me. Thanks |
Hi,
I am getting crash in android 6.0 Nexus Devices when I run vitamio Sample.
This is Only Generated when the android:targetSdkVersion is set "23" in the manifest
Other wise if you set android:targetSdkVersion lower than 23 then app runs fine.
---------------- ------------------- ------- Crash LOG: -------------------------------------------
10-10 22:11:57.404: E/Surface(9372): getSlotFromBufferLocked: unknown buffer: 0xaf13afd0
10-10 22:12:01.062: E/Surface(9372): getSlotFromBufferLocked: unknown buffer: 0xa0311e30
10-10 22:12:04.858: E/Vitamio[4.2.1]Player: LOAD FFMPEG ERROR: dlopen failed: /data/data/io.vov.vitamio.demo/libs/libffmpeg.so: has text relocations
10-10 22:12:04.864: E/Vitamio[4.2.1]Player: FIND_NAME_SYM vvo, render_yuv
10-10 22:12:04.869: A/libc(9372): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 9372 (ov.vitamio.demo)
10-10 22:12:04.971: A/DEBUG(199): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
10-10 22:12:04.971: A/DEBUG(199): Build fingerprint: 'google/hammerhead/hammerhead:6.0/MRA58K/2256973:user/release-keys'
10-10 22:12:04.971: A/DEBUG(199): Revision: '0'
10-10 22:12:04.971: A/DEBUG(199): ABI: 'arm'
10-10 22:12:04.971: A/DEBUG(199): pid: 9372, tid: 9372, name: ov.vitamio.demo >>> io.vov.vitamio.demo <<<
10-10 22:12:04.971: A/DEBUG(199): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
10-10 22:12:04.991: A/DEBUG(199): r0 000015f8 r1 b4dc24d8 r2 00000008 r3 00000000
10-10 22:12:04.991: A/DEBUG(199): r4 ab2029a8 r5 9f2b7eb8 r6 0000001d r7 00100021
10-10 22:12:04.991: A/DEBUG(199): r8 ab2029a8 r9 00000000 sl 00000013 fp 00000001
10-10 22:12:04.991: A/DEBUG(199): ip b4dc2030 sp bee87c38 lr 9f292470 pc 00000000 cpsr 800f0010
10-10 22:12:05.004: A/DEBUG(199): backtrace:
10-10 22:12:05.004: A/DEBUG(199): #00 pc 00000000
10-10 22:12:05.004: A/DEBUG(199): #1 pc 0001846c /data/data/io.vov.vitamio.demo/libs/libvplayer.so
10-10 22:12:05.004: A/DEBUG(199): #2 pc 00018ca4 /data/data/io.vov.vitamio.demo/libs/libvplayer.so
10-10 22:12:05.004: A/DEBUG(199): #3 pc 0004d5af /data/app/io.vov.vitamio.demo-2/oat/arm/base.odex (offset 0x45000) (void io.vov.vitamio.MediaPlayer.native_init()+74)
10-10 22:12:05.004: A/DEBUG(199): #4 pc 0004b5b5 /data/app/io.vov.vitamio.demo-2/oat/arm/base.odex (offset 0x45000) (void io.vov.vitamio.MediaPlayer.(android.content.Context, boolean)+768)
10-10 22:12:05.004: A/DEBUG(199): #5 pc 000823df /data/app/io.vov.vitamio.demo-2/oat/arm/base.odex (offset 0x45000) (void io.vov.vitamio.widget.VideoView.openVideo()+514)
10-10 22:12:05.005: A/DEBUG(199): #6 pc 00081537 /data/app/io.vov.vitamio.demo-2/oat/arm/base.odex (offset 0x45000) (void io.vov.vitamio.widget.VideoView.access$20(io.vov.vitamio.widget.VideoView)+50)
10-10 22:12:05.005: A/DEBUG(199): #7 pc 000735bb /data/app/io.vov.vitamio.demo-2/oat/arm/base.odex (offset 0x45000) (void io.vov.vitamio.widget.VideoView$3.surfaceCreated(android.view.SurfaceHolder)+566)
10-10 22:12:05.005: A/DEBUG(199): #8 pc 727bb501 /data/dalvik-cache/arm/system@[email protected] (offset 0x1eb1000)
10-10 22:12:05.490: A/DEBUG(199): Tombstone written to: /data/tombstones/tombstone_08
10-10 22:12:05.490: E/DEBUG(199): AM write failed: Broken pipe
10-10 22:12:05.517: E/InputDispatcher(798): channel 'f4dc684 io.vov.vitamio.demo/io.vov.vitamio.demo.VitamioListActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
10-10 22:12:05.517: E/InputDispatcher(798): channel '1ce726 io.vov.vitamio.demo/io.vov.vitamio.demo.VideoViewDemo (server)' ~ Channel is unrecoverably broken and will be disposed!
10-10 22:12:05.780: E/RenderingContextPopulator(23026): Incomplete configuration for trafficCardSharing.shareLocation
10-10 22:12:05.780: E/RenderingContextPopulator(23026): Incomplete configuration for trafficCardSharing.shareCommute
10-10 22:12:05.780: E/RenderingContextPopulator(23026): Incomplete configuration for trafficCardSharing.userPromptedToShareCommute
10-10 22:12:07.582: E/Surface(798): getSlotFromBufferLocked: unknown buffer: 0x971fbb00
10-10 22:12:07.671: E/ACDB-LOADER(202): Error: ACDB AudProc vol returned = -19
10-10 22:12:17.617: E/Search.IcingConnection(23026): Could not connect to Icing. Error code 14.
The text was updated successfully, but these errors were encountered: