We serve a http-stream (video) on our vlc-streaming server the following way:
Code: Select all
show
media : ( 1 broadcast - 0 vod )
test
type : broadcast
enabled : yes
loop : yes
inputs
1 : test.mpg
output : #standard{access=http,mux=ogg,url= xxx.xxx.xxx.xxx:8080}
options
instances
instance
name : default
state : playing
position : 0.558420
time : 40457089
length : 70308000
rate : 1000
title : 0
chapter : 0
seekable : 1 vlc
playlistindex : 1
schedule
Know we are searching for other solutions to get our vlc-streaming-server http stream displayed in a Java Player (on a jPanel). Is it possible to get and display the vlc http stream with something other than vlc-player or the jvlc player? Is it maybe possible to get the stream and display it with the newly developed JavaFX?
Thanks for your help.
Peter