HTTP Live Stream provided in JDK-8282054 has separate video and audio streams and such combination is not supported by JavaFX Media. It works on macOS since it uses AVFoundation, but on Windows and Linux provided stream in JDK-8282054 will not have audio. In this example audio stream provided as separate stream via EXT-X-MEDIA tag.
As part of this enhancement we will provide support for audio only stream specified by EXT-X-MEDIA. If multiple streams are specified (like different languages) we will select default one or first found in playlist.
As part of this enhancement we will provide support for audio only stream specified by EXT-X-MEDIA. If multiple streams are specified (like different languages) we will select default one or first found in playlist.
- csr for
-
JDK-8329374 Add support for EXT-X-MEDIA tag in HTTP Live Streaming
- Closed
- relates to
-
JDK-8329227 Seek might hang with fMP4 H.265/HEVC or H.264 HTTP Live Streams on Windows
- Open
-
JDK-8282054 Mediaplayer not working with HTTP Live Stream link with query parameter appended with file extension m3u8
- Resolved