Skip to content
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

No display of video. #44

Closed
rammedisoft opened this issue Nov 13, 2022 · 3 comments
Closed

No display of video. #44

rammedisoft opened this issue Nov 13, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@rammedisoft
Copy link

The app installs well, runs OK, slightly difficult to set the the file list.
However on running, only the audio runs, synch with the server.
But video file does not display on the app.
Am I missing something?
Synchronisation indeed but only audio!

@yuroyami yuroyami self-assigned this Nov 14, 2022
@yuroyami
Copy link
Owner

yuroyami commented Nov 14, 2022

@rammedisoft, On all of my test devices, I haven't confronted this issue so it may be device-specific or specific to the Android version you're running. I need more information to narrow down the cause. First of all, try an older version (such as v0.8.0) and let me know if the issue is still there.

Also, try to test the issue in Solo (Videoplayer only) Player, as well as different video formats.

Whether the issue persists in an older version or not, provide me with the following information:

  • Device Model (Manufacturer and Model Number).
  • Operating System (is it a stock rom? a custom rom? what OS is it, is it harmonyOS, OxygenOS, OneUI OS, MIUI OS...?)
  • Android Version.
  • Type of video you're trying to play (Some formats aren't supported).

@yuroyami yuroyami added bug Something isn't working Video Player labels Nov 14, 2022
@rammedisoft
Copy link
Author

Sorry for raising this issue before checking further.
After I posted this issue, I came across different posts, in this section, esp. the one labelled "Video player requests #38"
I found out the limitations of Google Exo player.
Then I checked with different video files. It worked. I checked the media info using FormatFactory and here is the abridged details.

Successful video
General
Complete name : da1.mp4
Format : MPEG-4
Format profile : Base Media
Codec ID : isom (isom/iso2/avc1/mp41)
Overall bit rate : 348 kb/s
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4
Format settings : CABAC / 3 Ref Frames
Format settings, CABAC : Yes
Format settings, Reference frames : 3 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Bit rate : 214 kb/s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 24.000 FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.004
Stream size : 140 MiB (62%)
Color range : Limited
Color primaries : BT.709
Transfer characteristics : BT.709
Matrix coefficients : BT.709
Codec configuration box : avcC

Failed video had different parameters.
Failed Video.txt

I request you to put the list of various video formats supported by your App or give link to the Exoplayer website in the description of your App.

@yuroyami
Copy link
Owner

yuroyami commented Nov 15, 2022

@rammedisoft I am glad to hear that you got the app to work. There is no Android device that has built-in support for mp1vformat at the moment

Exoplayer either uses the device's hardware codecs or its integrated software codecs (which support all audio formats, but a limited list of video formats). I should indeed cite this piece of information in the readme in order to not confuse other people.

I am planning to release Syncplay with a much more powerful player in the future, which would give support to a myriad of formats, including mp1v

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants