When I used the javafx play a stream. There are some issues.
1. I can not play HLS stream in jdk 1.7. When I upgrade jdk 7 to jdk 8. And I test a m3u8 stream. That is ok.
I refer the bug comments: https://javafx-jira.kenai.com/browse/RT-25841
2. I can not play the url in our sample. Such as: http://222.92.132.3/jame_test.m3u8?channel=2. The exception say the unsupported file extension. Is javafx is not supported ".m3u8?channel=2".
3. The javafx look like not support the following playinglist. Such as do a get request: http://222.92.132.4/stream.m3u8
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1;BANDWIDTH=1000000
stream.m3u8?channel=1
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=64000
stream.m3u8?channel=2
4. And How to control the streaming latency. Because my server is ip camera server. This is my very care.
5. Do we have a way to operate the low layer api About h264 stream and the h264 frame data?
Thanks for your help. The 5 issues are in my test. Plase give me a suggestion.
1. I can not play HLS stream in jdk 1.7. When I upgrade jdk 7 to jdk 8. And I test a m3u8 stream. That is ok.
I refer the bug comments: https://javafx-jira.kenai.com/browse/RT-25841
2. I can not play the url in our sample. Such as: http://222.92.132.3/jame_test.m3u8?channel=2. The exception say the unsupported file extension. Is javafx is not supported ".m3u8?channel=2".
3. The javafx look like not support the following playinglist. Such as do a get request: http://222.92.132.4/stream.m3u8
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1;BANDWIDTH=1000000
stream.m3u8?channel=1
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=64000
stream.m3u8?channel=2
4. And How to control the streaming latency. Because my server is ip camera server. This is my very care.
5. Do we have a way to operate the low layer api About h264 stream and the h264 frame data?
Thanks for your help. The 5 issues are in my test. Plase give me a suggestion.
- duplicates
-
JDK-8165148 Online radio fails to play
-
- Closed
-