D
D
drunkstudent2015-06-17 17:30:21
Java
drunkstudent, 2015-06-17 17:30:21

Do I need a Red5 media server if there is HTML5?

I am writing a simple video hosting in java using grails (Spring+Hibernate) for educational purposes. Let's say a user records a video on the phone (Android) and sends the video to the server using the OAuth2 protocol for authorization and the REST (SOAP) service for transferring an array of bytes (Base64). The server uses ffmpeg to convert the resulting video to MP4 (H.264). Now a question. Do I need a media server for streaming videos if there is HTML5?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Shinkar, 2015-06-17
@drunkstudent

HTML5 should suffice. And it's better to convert the video to Webm, not MP4

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question