How to stream video from images to client in Java? [closed]
up vote
-2
down vote
favorite
I have a stream from rtsp cam. I get 20 images per second and write it in Buffered Image with xuggle. Next, I need send the video stream to client with sockets. Client will use HTML tag <video></video>
for displaying this video. How can I put together these images and what should I do to send this stream?
java image video stream client
New contributor
closed as too broad by Stultuske, Madhur Bhaiya, Sami, K.Dᴀᴠɪs, Joe C Nov 21 at 7:36
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
-2
down vote
favorite
I have a stream from rtsp cam. I get 20 images per second and write it in Buffered Image with xuggle. Next, I need send the video stream to client with sockets. Client will use HTML tag <video></video>
for displaying this video. How can I put together these images and what should I do to send this stream?
java image video stream client
New contributor
closed as too broad by Stultuske, Madhur Bhaiya, Sami, K.Dᴀᴠɪs, Joe C Nov 21 at 7:36
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
learning java, learning networking, learning video-editing (in java), ... combining the lot
– Stultuske
Nov 21 at 7:29
I vote to close this question as it is too broad.
– dbl
Nov 21 at 7:30
For processing images and convert it to video and send it to the client via the network, I recommended use OpenCV
– Bahramdun Adil
Nov 21 at 7:32
add a comment |
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
I have a stream from rtsp cam. I get 20 images per second and write it in Buffered Image with xuggle. Next, I need send the video stream to client with sockets. Client will use HTML tag <video></video>
for displaying this video. How can I put together these images and what should I do to send this stream?
java image video stream client
New contributor
I have a stream from rtsp cam. I get 20 images per second and write it in Buffered Image with xuggle. Next, I need send the video stream to client with sockets. Client will use HTML tag <video></video>
for displaying this video. How can I put together these images and what should I do to send this stream?
java image video stream client
java image video stream client
New contributor
New contributor
edited Nov 21 at 11:00
New contributor
asked Nov 21 at 7:28
Вадим Евтеев
11
11
New contributor
New contributor
closed as too broad by Stultuske, Madhur Bhaiya, Sami, K.Dᴀᴠɪs, Joe C Nov 21 at 7:36
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as too broad by Stultuske, Madhur Bhaiya, Sami, K.Dᴀᴠɪs, Joe C Nov 21 at 7:36
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
learning java, learning networking, learning video-editing (in java), ... combining the lot
– Stultuske
Nov 21 at 7:29
I vote to close this question as it is too broad.
– dbl
Nov 21 at 7:30
For processing images and convert it to video and send it to the client via the network, I recommended use OpenCV
– Bahramdun Adil
Nov 21 at 7:32
add a comment |
learning java, learning networking, learning video-editing (in java), ... combining the lot
– Stultuske
Nov 21 at 7:29
I vote to close this question as it is too broad.
– dbl
Nov 21 at 7:30
For processing images and convert it to video and send it to the client via the network, I recommended use OpenCV
– Bahramdun Adil
Nov 21 at 7:32
learning java, learning networking, learning video-editing (in java), ... combining the lot
– Stultuske
Nov 21 at 7:29
learning java, learning networking, learning video-editing (in java), ... combining the lot
– Stultuske
Nov 21 at 7:29
I vote to close this question as it is too broad.
– dbl
Nov 21 at 7:30
I vote to close this question as it is too broad.
– dbl
Nov 21 at 7:30
For processing images and convert it to video and send it to the client via the network, I recommended use OpenCV
– Bahramdun Adil
Nov 21 at 7:32
For processing images and convert it to video and send it to the client via the network, I recommended use OpenCV
– Bahramdun Adil
Nov 21 at 7:32
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
learning java, learning networking, learning video-editing (in java), ... combining the lot
– Stultuske
Nov 21 at 7:29
I vote to close this question as it is too broad.
– dbl
Nov 21 at 7:30
For processing images and convert it to video and send it to the client via the network, I recommended use OpenCV
– Bahramdun Adil
Nov 21 at 7:32