Last post May 24, 2015 06:33 AM by PatriceSc
Member
2 Points
9 Posts
May 24, 2015 03:53 AM|hifeamin|LINK
hii have a website that users upload video and show that. i use Html5 video for show video.
i want to convert video when client want to show video.
i check this question and see others convert video with ffmpeg and then show to client.
but i show video to user for each frame converted. this means when a frame convert so send to client and show to client and then convert next frame.
can i convert video when streaming to user?
httphandler video asp.net streaming Convert
All-Star
48730 Points
18190 Posts
May 24, 2015 06:33 AM|PatriceSc|LINK
Hi,
Seems difficult and inefficient. Any reason for not converting the video before streaming it as it is likely done usually? What is your scenario?
Member
2 Points
9 Posts
Convert Video When Streaming
May 24, 2015 03:53 AM|hifeamin|LINK
hii have a website that users upload video and show that. i use Html5 video for show video.
i want to convert video when client want to show video.
i check this question and see others convert video with ffmpeg and then show to client.
but i show video to user for each frame converted. this means when a frame convert so send to client and show to client and then convert next frame.
can i convert video when streaming to user?
httphandler video asp.net streaming Convert
All-Star
48730 Points
18190 Posts
Re: Convert Video When Streaming
May 24, 2015 06:33 AM|PatriceSc|LINK
Hi,
Seems difficult and inefficient. Any reason for not converting the video before streaming it as it is likely done usually? What is your scenario?