Displaying transcoding progress using string stone

I am using Rails Streamio gem to transcode a video file to .webm format. I can display the progress of the transcoding on the console using:

movie.transcode("public/uploads/#{current_user.id}/#{@userfile.name}.webm") { |progress| puts progress }

      

It shows progress on the console as follows:

enter image description here

My question is, how do I display this in the browser? Where can the user see the progress of the transcoding?

+3
ruby ruby-on-rails ffmpeg transcoding


source to share


No one has answered this question yet

Check out similar questions:

918
How do I make --no-ri --no-rdoc the default for installing a gem?
608
How do I install a specific version of a ruby ​​gem?
3
Transcoding with AWS-SDK Gem, CarrierWave and Sidekiq in Rails
2
Calling all transcoding experts! I could use some advice on format options
2
how to encode video for web and mobile phones using ffmpeg
2
Finding videos while transcoding with ffmpeg
1
Is Amazon Elastic Transcoder returning misspelled statuses?
0
How can you display the progress of a given task (like transcoding) when you are using a background worker?
0
How to show progress on the user side in FFMPEG transcoding in rails?
-1
AWS Elastic Transcoder - Real-Time Transcoding and Distribution for Mobile Streaming



All Articles
Loading...
X
Show
Funny
Dev
Pics