Opened 3 months ago
Closed 3 months ago
#18967 closed bug (fixed)
Video playing not working starting with hrev57855
Reported by: | andianton | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta5 |
Component: | System/Kernel | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
There are two bugs generated by fixing bug #17851
- MediaPlayer and VLC cannot play some video files which can be played in hrev57843. In order to reproduce this bug, you can create a simple video file with ffmpeg, based on one png file and an mp3 audio file with:
ffmpeg -r 1 -loop 1 -i question.png -i 20240804_003109.mp3 -acodec copy -r 1 -shortest -vf scale=1280:720 test.mp4
Behavior: video doesnt work, audio works 3-4s and sound is chipping.
- Mednafen (games emulator) has now 1fps or something due to the same fix (code changes). Tested with different cores like .gbc, .srm, .sfc and .nes roms.
The code changes seems to have an impact on video players and emulator at the same time.
Note> Haiku is running on an ASUS laptop (x86_64) as a native operating system.
Change History (5)
comment:1 by , 3 months ago
comment:2 by , 3 months ago
Keywords: | video codec error vlc mediaplayer mednafen 1fps slow removed |
---|---|
Priority: | high → normal |
Version: | R1/beta4 → R1/Development |
comment:4 by , 3 months ago
Component: | - General → System/Kernel |
---|
comment:5 by , 3 months ago
Milestone: | Unscheduled → R1/beta5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in hrev57916.
Note:
See TracTickets
for help on using tickets.
Please notice that hrev57843 (which can play well video files) is the previous version of hrev57855 (the one who doesn't work).