-
Notifications
You must be signed in to change notification settings - Fork 203
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
FLV Video file restarts on seek #350
Comments
FLV is not seekable with ExoPlayer: https://exoplayer.dev/supported-formats.html |
Okay, its the parent program. Can close issue then. Still though, it is a defect. I know it is possible to change the container using FFMPEG, you can tell all to use this command (which also works for damaged containers): …ffmpeg -i input.mp4 -c copy output.mp4 It is now seekable, This is how it appears: General Complete name : E:\solomons_laver_p1 (Sinai).mp4 Video Audio |
If your claim is true, what is the difference between "app decoders" and "device decoders" and can't more/better/ improved/hacked decoders be used? (This next solution is only proposed on the basis that it is a problem that keeps cropping up and something should be offered by the program) |
How about:
|
Tested first and second parts, updated player.
Player restarts play on a seek or when app gets focus back but the player's jump feature is still functional. VLC okay with it. It once flashed "error" at bottom (too fast to press"details". Do not know how to reproduce that, perhaps add button if there are errors - else show in the file info dialogue (that I see other users are asking for)).
Download here https://yah-tube.com/videos/rood/index.html
General
Complete name : …\solomons_laver_p1 (Sinai).flv
Format : Flash Video
File size : 185 MiB
Duration : 28mn 29s
Overall bit rate : 906 Kbps
Video
Format : AVC
Format/Info : Advanced Video Codec
Format profile : Main@L5.1
Format settings, CABAC : Yes
Format settings, ReFrames : 1 frame
Codec ID : 7
Duration : 28mn 29s
Bit rate : 800 Kbps
Width : 720 pixels
Height : 544 pixels
Display aspect ratio : 4:3
Frame rate mode : Constant
Frame rate : 29.970 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.068
Stream size : 163 MiB (88%)
Audio
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : LC
Codec ID : 10
Duration : 28mn 29s
Bit rate : 64.0 Kbps
Channel count : 2 channels
Channel positions : Front: L R
Sampling rate : 44.1 KHz
Compression mode : Lossy
Stream size : 13.0 MiB (7%)
The text was updated successfully, but these errors were encountered: