Rails streaming and uploading at the same page -
i have page users see uploaded videos. above videos, there "update" form ability upload videos collection. form uses realtime uploading (upload starts user chooses file). , when upload progress 100%. user hits "update" button update video collection.
the problem occurs when user wants upload file when watching video. upload not progress. there no messages or errors in server development log or client javascript console. hangs (the video continues playing though). upload hangs @ start (5%, 20% depending on video file size).
by way; use refile gem managing realtime uploads, storage, file serving, etc. should known that, use same rails application server (thin 1.6.3) serve files , accept uploads. (maybe server gets busy , can not accept uploads? because if don't start playing video, upload progresses smoothly , completes without problem.)
could point me in right direction? look? there parameters should set somewhere?
Comments
Post a Comment