ruby-av / paperclip-av-transcoder

Audio/Video Transcoder for Paperclip using FFMPEG/Avconv
MIT License
135 stars 83 forks source link

Watching video #18

Closed ACPK closed 9 years ago

ACPK commented 9 years ago

Could you add the code for adding the video to a view in the README?

owahab commented 9 years ago

Not sure how this would help anyone. There's a lot of ways to do that: Flash and Native HTML5. Google has lots of examples and codes you can use.

ACPK commented 9 years ago

@owahab Didn't know if there was one built into the app - especially for older browsers. Using = video_tag displays the screenshot but was hoping for a player to be built in.

dt1973 commented 9 years ago

You can always use JS to autoplay with $('video').play(); whenever the video is visible.