video - HTTP Range header without corrupting mp4 file -


I want to preview the MP files from the HP server so that I want to request some of them different in each file Is encoding

Note: I can access any part of the file with the HTC Range header.

Thank you. / P>

I do this with FFmpeg

  ffmpeg -ss 00: 01: 00 -i http://example.com/foo.mp4 -t 00:01:00 -c copy outfil.mp4  

Comments

Popular posts from this blog

c++ - C/pp Sockets, recv()/send() works only under gdb -

GO: Serve static pages -

objective c - How to open front/back camera at the same time in iOS developing? -