I am trying to make an Android app where the user will recording a video and, the video automatically uploads to a server frequently(every 5 seconds).
Asked
Active
Viewed 479 times
0
-
https://stackoverflow.com/questions/55045787/is-there-any-possible-to-send-chuck-streams-to-server-and-save-into-azure-storag – SushiHangover Mar 15 '19 at 18:03
-
Hi , if other problem I will update my answer . Thanks for marking it in advance. – Junior Jiang Mar 21 '19 at 08:25
1 Answers
0
Guess that you are developing video streaming to the server.
Here are some articles you can look at first.
RTMP Protocol: Enable Instant Video Streaming for Android Apps
Which Video Streaming Protocol Should You Use?
And a discussion of similar issues can be referenced.
Streaming video from Android camera to server
Last are some open source projects:

Junior Jiang
- 12,430
- 1
- 10
- 30
-
Can i use WebRTC for fetch the video streaming data and store to the server? – varun sanapureddy Mar 18 '19 at 09:56
-
@varunsanapureddy Yeah, you can use WebRTC to do that.(https://webrtc.github.io/samples/) (https://stackoverflow.com/questions/49830268/how-do-record-video-stream-data-as-mp4-in-webrtc-android) If be helpful, please remember to mark it.Thanks! – Junior Jiang Mar 19 '19 at 01:34