Re: [Libav-user] Problems decoding h264 (Baseline, yuvj420p) ip camera stream

2015-06-01 Thread Carl Eugen Hoyos
tapas writes: > 3) but ffmpeg cannot re-stream/save it to any flv container > file without re-encoding again with libx264. Command line and complete, uncut console output missing. > my question is why we are hitting this issue for yuvj420p > pixel format in ffmpeg ? Is this a bug in ffmpeg ?

Re: [Libav-user] Problems decoding h264 (Baseline, yuvj420p) ip camera stream

2015-06-01 Thread tapas
Hi , I am also running into same issue . I can record but I cannot broadcast my h264 rtsp stream from my ip camera. here is the command which I am trying : */home/broadcaster/bin/ffmpeg -use_wallclock_as_timestamps 1 -r 25 -thread_queue_size 51200 -threads 4 -i rtsp://admin:admin@192.168.0.200:8

Re: [Libav-user] Decoding H.264

2015-06-01 Thread Ryan Bauer
Well I dont think its working because, I am getting errors like "cannot use next picture in error concealment". Another error that says something about the SPS and PPS not getting referenced. Just to be more clear, the SPS and PPS frames along with the IDR frames are all individual NAL units sent

Re: [Libav-user] Decoding H.264

2015-06-01 Thread Carl Eugen Hoyos
Ryan Bauer writes: > I am currently sending individual NAL units across > a network. These NAL units are generated by x264. > Now is it possible to feed these NAL units > individually into avcodec_decode_video2? > Or do I have to concatenate the nal units until they > represent the same fram