Giter VIP home page Giter VIP logo

httpsegmenter's People

Contributors

haehnchen avatar

Watchers

James Cloos avatar

httpsegmenter's Issues

Patch for /trunk/Makefile.txt

Hi!
segmenter.c compiles, but I had to add all the libs I compiled ffmpeg with to 
the gcc command. Maybe this is worth mentioning somewhere.

#gcc -Wall -g segmenter.c -o segmenter -lavformat -lavcodec -lavutil -lbz2 -lm 
-lz -lfaac -lmp3lame -lx264 -lvpx -ltheora -lvorbis -std=c99


Best,
Markus

Original issue reported on code.google.com by [email protected] on 17 Jan 2012 at 9:31

Attachments:

Patch for /trunk/segmenter.c

fix crash when the 'max_segments' is specified. the segmentInfo->filename) on 
line:320 always tries to free the 'filename' pointer even if the pointer could 
be never be initialized.

Original issue reported on code.google.com by [email protected] on 19 Dec 2011 at 5:14

Attachments:

creates empty .ts files when trying to segment video from pipe

What steps will reproduce the problem?

1. ffmpeg -loglevel quiet  -i /home/someone/input.mp4 -f mpegts - | segmenter 
/dev/stdin 10 ./video/vid ./video/out.m3u8 http://mydomain.com/video/

2. the resulting .ts files are empty ( 0 byte )


What is the expected output? What do you see instead?

Valid .ts files ;)

What version of the product are you using? On what operating system?

latest svn checkout, Debian Lenny with ffmpeg/libavcodec from debian multimedia.

Please provide any additional information below.

ffmpeg alone encodes the video ok , the problem seems that segmenter fails to 
read from the pipe.

Original issue reported on code.google.com by [email protected] on 4 Jan 2012 at 12:53

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.