[Bug 665911] New: Ability to specify ignore-length in wavparse

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Dec 10 05:50:57 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=665911
  GStreamer | gst-plugins-good | 0.10.x

           Summary: Ability to specify ignore-length in wavparse
    Classification: Platform
           Product: GStreamer
           Version: 0.10.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: hackeron at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


This is a raw audio stream - it is a standard PCM 16khz from a D-Link DCS-932L
IP Camera:

http://admin:@82.13.197.168:82/audio.cgi 

I'm trying to record it with:

gst-launch souphttpsrc location=${URL}audio.cgi ! decodebin ! audioconvert !
vorbisenc ! matroskamux ! filesink location="out.mkv"

It records the first 32 seconds and then quits due to EOS. I suspect this
happens because the IP camera sets the duration of the WAVE header to a single
chunk but the stream is endless.

In Sox, I can do this to workaround this problem:

curl ${URL}audio.cgi | sox - --ignore-length -o test.wav

I would love to be able to do something similar in gstreamer.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list