search for: ffprobe

Displaying 11 results from an estimated 11 matches for "ffprobe".

2019 May 01
4
Webm files written without duration in header
Dear all I am streaming live with webm with ffmpeg to icecast 2.4.2. After the stream ends, I am unable to determine the duration of the file using ffprobe or mediainfo. Not sure but it seems that this has to do with headers? Should icecast be writing the duration into the header or should this somehow be passed from ffmpeg? The requirement is really to determine the duration of the streamed event (i.e. not radio). Would appreciate some advice here...
2019 May 01
4
Webm files written without duration in header
Dear all I am streaming live with webm with ffmpeg to icecast 2.4.2. After the stream ends, I am unable to determine the duration of the file using ffprobe or mediainfo. Not sure but it seems that this has to do with headers? Should icecast be writing the duration into the header or should this somehow be passed from ffmpeg? The requirement is really to determine the duration of the streamed event (i.e. not radio). Would appreciate some advice here...
2013 Nov 28
1
Cocaine::CommandNotFoundError while using ffmpeg
Hi, I am using paperclip-ffmpeg gem to create thumbnail for video rails 3.2.12 while uploading following error occurs [paperclip] [ffmpeg] ffprobe "/tmp/Wildlife_512kb20131128-2794-191vy86.mp4" 2>&1 Completed 500 Internal Server Error in 918ms Cocaine::CommandNotFoundError (Cocaine::CommandNotFoundError): please provide me solution -- You received this message because you are subscribed to the Google Groups "Ruby on...
2017 Jul 31
2
Icecast 2.4.99.1 Opus Metadata. status.xsl and playlist.log
Hello, I'm currently testing Icecast 2.4.99.1 in regards to Opus metadata support. I have a Ogg Opus stream located here: http://50.31.159.156/64.opus When I playback the stream in VLC I see the expected metadata displayed in the client. ffprobe and mediainfo also return the expected metadata. # mediainfo http://50.31.159.156/64.opus General Complete name : http://50.31.159.156/64.opus Format : Ogg Duration : 3 min Album...
2015 Apr 13
2
Check feed connected, active - IceCast 2.4.x
There is a plugin for Nagios called check_ice that you can also just compile and run standalone. See: https://github.com/pozar/check_ice On Sun, Apr 12, 2015 at 7:50 PM, Dean Sauer <wemanageitfl at gmail.com> wrote: > On Sat, 11 Apr 2015 07:03:16 +0000, Philipp Schafft wrote: > > > You can request /admin/stats.xml. That file will return the overall > > server status
2019 May 02
1
Webm files written without duration in header
...To: icecast-dev at xiph.org Subject: Re: [Icecast-dev] Webm files written without duration in header On 2019-05-01 11:58, Sytze Visser wrote:> I am streaming live with webm with ffmpeg to icecast 2.4.2. After the > stream ends, I am unable to determine the duration of the file using > ffprobe or mediainfo. Not sure but it seems that this has to do with > headers? > > Should icecast be writing the duration into the header or should this > somehow be passed from ffmpeg? Do you mean the stream you sent to icecast or the stream listeners get from icecast? If it's the u...
2015 Apr 13
0
Check feed connected, active - IceCast 2.4.x
Here can take a look other alternative: https://github.com/cdgraff/icecast-mon We base our solution in avprobe/ffprobe, this test like a real listener. Feedback is welcome! this is just first release, but we use on production. Regards, Alejandro 2015-04-12 22:26 GMT-03:00 Dave Pascoe <davekm3t at gmail.com>: > There is a plugin for Nagios called check_ice that you can also just > compile and run sta...
2019 May 01
0
Webm files written without duration in header
Hi, On 5/1/19 9:58 AM, Sytze Visser wrote: > I am streaming live with webm with ffmpeg to icecast 2.4.2. After the > stream ends, I am unable to determine the duration of the file using > ffprobe or mediainfo. Not sure but it seems that this has to do with > headers? It's a fundamental limitation of this type of streaming that the duration can not be determined beforehand and there is no way for a simple client to append necessary information. > Should icecast be writing the...
2019 May 02
0
Webm files written without duration in header
On 2019-05-01 11:58, Sytze Visser wrote:> I am streaming live with webm with ffmpeg to icecast 2.4.2. After the > stream ends, I am unable to determine the duration of the file using > ffprobe or mediainfo. Not sure but it seems that this has to do with > headers? > > Should icecast be writing the duration into the header or should this > somehow be passed from ffmpeg? Do you mean the stream you sent to icecast or the stream listeners get from icecast? If it's the u...
2019 May 01
3
Webm files written without duration in header
...1, 2019 at 4:39 PM Thomas B. Rücker <thomas at ruecker.fi> wrote: > Hi, > > On 5/1/19 9:58 AM, Sytze Visser wrote: > > I am streaming live with webm with ffmpeg to icecast 2.4.2. After the > > stream ends, I am unable to determine the duration of the file using > > ffprobe or mediainfo. Not sure but it seems that this has to do with > > headers? > > > It's a fundamental limitation of this type of streaming that the > duration can not be determined beforehand and there is no way for a > simple client to append necessary information. > >...
2014 Aug 14
6
Encoder example for 24-bit files
...D state: FLAC__STREAM_ENCODER_VERIFY_MISMATCH_IN_AUDIO_DATA encoding: FAILED state: FLAC__STREAM_ENCODER_UNINITIALIZED Several runs to process_interleaved do succeed before falling in the FLAC__STREAM_ENCODER_VERIFY_MISMATCH_IN_AUDIO_DATA state. Here's the description of my input file: ffprobe test_music_24_96.wav avprobe version 0.8.10-4:0.8.10-0ubuntu0.12.04.1, Copyright (c) 2007-2013 the Libav developers built on Feb 6 2014 20:56:59 with gcc 4.6.3 [wav @ 0x16719c0] max_analyze_duration reached Input #0, wav, from 'test_music_24_96.wav': Duration: 00:03:07.58, bitrate: 460...