revel / revel

A high productivity, full-stack web framework for the Go language.

Home Page:http://revel.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support video play?

wiselike opened this issue · comments

How to support MP4 or mp3 file play?

Can you be more clear? What are you trying to do? You want to serve mp3 files? Revel doesn't offer frontend features for audio playback, so...

Can you be more clear? What are you trying to do? You want to serve mp3 files? Revel doesn't offer frontend features for audio playback, so...

Yes, i use revel to set up a blog website. And there are some pages will need media files to show.
I tried and it seems don't support video streaming serve for now.

To serve mp4/mp3 files. Something like nginx_mod_h264_streaming, nginx-http-flv-module on nginx.