Is it possible to play a video file which is received as an input stream from the server in a jsp page either by using java or javascript
Asked
Active
Viewed 548 times
1
-
Yes, the process should be possible. What issue are you having? – guest271314 Dec 28 '16 at 04:52
-
@guest271314 I didnt find any examples showing how to achieve that – suhail c Dec 28 '16 at 05:40
-
See http://stackoverflow.com/questions/38081377/unable-to-stream-video-over-a-websocket-to-firefox – guest271314 Dec 28 '16 at 06:04
-
Its by using sockets which has a video url, but for me i have no video URL i have an inputstream with video – suhail c Dec 28 '16 at 06:46
-
Is input stream requested from browser? – guest271314 Dec 28 '16 at 06:56
-
Nope when i request for video i will get an inputstream as response – suhail c Dec 28 '16 at 07:06
-
Yes, what is input stream? You can continue adding buffers to playing video. – guest271314 Dec 28 '16 at 07:17
-
Its an inputstream object in java – suhail c Dec 28 '16 at 07:43
-
Did you succeed to show the video you received? – Eliad Cohen Dec 06 '20 at 08:00