[libav-api] Cannot open stream

2014-06-06 Thread Manuel Torres
Hello, I have a H264 video stream that I cannot open with my libav-based code. I tested it with avplay and I got a number of the following traces: [h264 @ 02F2F400] non-existing PPS referenced [h264 @ 02F2F400] non-existing PPS 0 referenced [h264 @ 02F2F400] decode_slice_header error [h264 @ 02F2

Re: [libav-api] Cannot open stream

2014-06-10 Thread Manuel Torres
Would there be any other way to get the missing data? I guess that there must be a way since VLC and MPlayer open the stream. On Tue, Jun 10, 2014 at 12:31 PM, Luca Barbato wrote: > On 06/06/14 09:26, Manuel Torres wrote: > > Hello, > > > > I have a H264 video stream that

Re: [libav-api] Cannot open stream

2014-06-10 Thread Manuel Torres
=control:rtsp://192.168.2.93/defaultPrimary/metadata/trackID=1 a=rtpmap:98 vnd.onvif.metadata/9 On Tue, Jun 10, 2014 at 12:58 PM, Luca Barbato wrote: > On 10/06/14 12:44, Manuel Torres wrote: > > Would there be any other way to get the missing data? I guess that there > > must be a wa

Re: [libav-api] Cannot open stream

2014-06-10 Thread Manuel Torres
need in order to pass data to the decoding library. If vlc > can play the h264 annex b that you create, then you know that all you have > left to do is figure out how to pass this data to the library to decode it > yourself, most likely. > > Joshua Kordani > LSA Autonomy

Re: [libav-api] Cannot open stream

2014-06-11 Thread Manuel Torres
the codec context. I also checked some other fields in both structures where I thought the data could be but found nothing. Am I looking in the right place? On Tue, Jun 10, 2014 at 9:55 PM, Luca Barbato wrote: > On 10/06/14 14:11, Manuel Torres wrote: > > Captured with Wireshark

Re: [libav-api] Cannot open stream

2014-06-11 Thread Manuel Torres
" wrote: > On 11/06/14 09:41, Manuel Torres wrote: > > First of all, thank you Luca and Joshua for taking the time to help me > and > > thank you very much Joshua for that awesome explanation. I see that there > > is a lot to learn. > > > > Back on topic: &g

Re: [libav-api] Cannot open stream

2014-06-11 Thread Manuel Torres
. On Jun 11, 2014 5:15 PM, "Joshua Kordani" wrote: > Are you creating this stream yourself? > > Joshua Kordani > LSA Autonomy > > On 6/11/14 11:08 AM, Manuel Torres wrote: > >> If by "resource" you mean the URL, the answer is no, avplay does not >>

Re: [libav-api] Cannot open stream

2014-06-11 Thread Manuel Torres
you make a short wireshark capture that includes the rtsp as well as > the rtp traffic going from this camera, for, say, 30 seconds? Do this > using your program to start the feed. > > Joshua Kordani > LSA Autonomy > > > On 6/11/14 11:21 AM, Manuel Torres wrote: > >

Re: [libav-api] Cannot open stream

2014-06-11 Thread Manuel Torres
our code at the following > rtsp url? > rtsp://184.72.239.149/vod/mp4:BigBuckBunny_115k.mov > > Joshua Kordani > LSA Autonomy > > On 6/11/14 11:49 AM, Manuel Torres wrote: > >> Done. I captured just a few seconds to keep the file size low. Here is the >> download

Re: [libav-api] Cannot open stream

2014-06-11 Thread Manuel Torres
SPS and PPS are not present. I can see IDRs with a frequency of 60-100ms. Any thoughts? On Thu, Jun 12, 2014 at 7:50 AM, Manuel Torres < manuel.torres.fernan...@gmail.com> wrote: > This is what avplay displays when opening the stream: > http://pastebin.com/K6jmtGps > > My

Re: [libav-api] Cannot open stream

2014-06-12 Thread Manuel Torres
ketization-mode should be non-zero. I don't know if this is confusing >> the library at all (I doubt it) but I figured I'd say something. >> >> Joshua Kordani >> LSA Autonomy >> >> On 6/12/14 2:07 AM, Manuel Torres wrote: >> >>> SPS and PPS

Re: [libav-api] Patch for use with Avigilon IP camera systems

2014-06-20 Thread Manuel Torres
Luca, I have tried to build master to test this patch but I am getting build errors in avconv_dxva2: http://pastebin.com/rBU8RYSW I can build release/10 with no errors. I am cross-compiling the mingw32 version in Ubuntu 12.04 64bits: ./configure --arch=x86 --target-os=mingw32 --cross-prefix=i

Re: [libav-api] Patch for use with Avigilon IP camera systems

2014-06-23 Thread Manuel Torres
use? On Sat, Jun 21, 2014 at 1:48 PM, Luca Barbato wrote: > On 20/06/14 09:33, Manuel Torres wrote: > > Luca, > > > > I have tried to build master to test this patch but I am getting build > > errors in avconv_dxva2: http://pastebin.com/rBU8RYSW > > > >

[libav-api] AVPlay can open RTSP stream on linux but not on Windows

2014-09-15 Thread Manuel Torres
Hello everyone, I am trying to open an H.264 RTSP stream with avplay and it works on Ubuntu 14.04 but not on Windows 7. This is the terminal output of the Windows version: http://pastebin.com/GL4sUSab I tested both 32 and 64 bit versions of the 10.1 release and the nightly build. These versions

Re: [libav-api] AVPlay can open RTSP stream on linux but not on Windows

2014-09-15 Thread Manuel Torres
I will double-check tomorrow but it should work regardless of the version, right? Enviado desde dispositivo móvil. Sent from mobile device. On Sep 15, 2014 6:23 PM, "Luca Barbato" wrote: > On 15/09/14 16:55, Manuel Torres wrote: > > Hello everyone, > > > > I

Re: [libav-api] AVPlay can open RTSP stream on linux but not on Windows

2014-09-16 Thread Manuel Torres
, Copyright (c) 2003-2014 the Libav developers built on May 4 2014 22:04:48 with gcc 4.7.2 (Gentoo 4.7.2 p1.3, pie-0.5.5) I also double checked that version 10.1 does not open it. On Mon, Sep 15, 2014 at 6:44 PM, Luca Barbato wrote: > On 15/09/14 18:34, Manuel Torres wrote: > > I wi

Re: [libav-api] AVPlay can open RTSP stream on linux but not on Windows

2014-09-17 Thread Manuel Torres
queue ! x264enc ! queue ! rtph264pay name=pay0 pt=96" On Tue, Sep 16, 2014 at 8:59 PM, Luca Barbato wrote: > On 16/09/14 09:36, Manuel Torres wrote: > > The Ubuntu version is the following: > > avplay version 9.16-6:9.16-0ubuntu0.14.04.1, Copyright (c) 2003-2014 the > > Libav d

Re: [libav-api] AVPlay can open RTSP stream on linux but not on Windows

2014-09-29 Thread Manuel Torres
Luca, any news about this issue? On Wed, Sep 17, 2014 at 12:31 PM, Manuel Torres < manuel.torres.fernan...@gmail.com> wrote: > I cannot provide an URL but you can get the same behavior by setting up a > GStreamer RTSP server using the following pipeline: > ./test-launch --gst-de

[libav-api] UDP stream input

2015-02-10 Thread Manuel Torres
Hello everyone, I wanted to know what the proper way to interrupt a "avformat_open_input" call that is stuck because it is opening an UDP URL where there is no video is. Any help will be very much appreciated. ___ libav-api mailing list libav-api@libav.

Re: [libav-api] UDP stream input

2015-02-11 Thread Manuel Torres
That is just what I needed. I tested it and worked as expected. Thank you very much. On Tue, Feb 10, 2015 at 6:40 PM, wm4 wrote: > On Tue, 10 Feb 2015 18:29:47 +0100 > Manuel Torres wrote: > > > Hello everyone, > > > > I wanted to know what the proper way to inter