Android Can not display the ssif video file?
#1
Can not display the ssif file,and only play a little by force to open the ssif file.
How could we support the ssif file?
Thank you very much!
Reply
#2
(2017-03-24, 03:38)gaolegao3 Wrote: Can not display the ssif file,and only play a little by force to open the ssif file.
How could we support the ssif file?
Thank you very much!

As you can see in Kodi's code the ssif video format is not supported, it's missing.
https://github.com/xbmc/xbmc/blob/b5ef55...s.cpp#L388

It is present in RK's Kodi
https://github.com/JamesLinEngineer/RKMC...s.cpp#L371

So you have to build your own Kodi to add it and probably need to add other code too.
You also have to make sure your device is capable of playing that video format.
Reply
#3
Thanks for mo123!
I have modified the code as the https://github.com/JamesLinEngineer/RKMC...pp#L371.It can display successfully.
But also could only play a little time and then black screen the same as force to open the ssif file with kodi.
Reply
#4
(2017-03-24, 13:16)gaolegao3 Wrote: Thanks for mo123!
I have modified the code as the https://github.com/JamesLinEngineer/RKMC...pp#L371.It can display successfully.
But also could only play a little time and then black screen the same as force to open the ssif file with kodi.

Does your device have permissions to change the 3D mode in it's firmware?
What device do you have?
If it is a RK3368 or something send me a link to your boot.img file by PM then I can check or fix it for you if it's missing.
Reply
#5
(2017-03-24, 14:08)mo123 Wrote:
(2017-03-24, 13:16)gaolegao3 Wrote: Thanks for mo123!
I have modified the code as the https://github.com/JamesLinEngineer/RKMC...pp#L371.It can display successfully.
But also could only play a little time and then black screen the same as force to open the ssif file with kodi.
[/size]
Does your device have permissions to change the 3D mode in it's firmware?
What device do you have?
If it is a RK3368 or something send me a link to your boot.img file by PM then I can check or fix it for you if it's missing.
Yes,I think that I have permissions to change the 3D mode.
My device is Qualcomm820(msm8996).
I have cratched a log which played a little time and then black screen while opening the ssif file with kodi.
I seems that decode error:
01-26 23:14:58.273 V/Kodi (21577): Debug Print: CDVDVideoCodecAndroidMediaCodec::Open - null size, cannot handle

The boot.img and log file can be got by the link.
https://pan.baidu.com/s/1qXEJtve
password: 2tap

Mod edit: so the font actually fits onto the page with more than one letter per screen Wink
Reply

Logout Mark Read Team Forum Stats Members Help
Can not display the ssif video file?0