[Bug 709388] 16357 WARNING **: Too old frames, bug in decoder -- please file a bug

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 7 19:20:56 CEST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=709388
  GStreamer | gst-omx | 1.0.0

--- Comment #6 from acs christoph <g4sacs at gmail.com> 2013-10-07 17:20:48 UTC ---
Yeah port is open for you, the url:

rtsp://admin:jvc@81.217.34.89:554/PSIA/Streaming/channels/0


I make with another raspberry pi a gstreamer testsrcptnr ball with 25 fps, i
film this with JVC and SONY camera and decode this, and show it on a hdmi
Monitor. I film this with a smartphone and upload this files, you can download
it.

i make also ffprobes from the cameras, it is below:

Thanks !

Downloads:

gsttreamer test pattern Ball with 25 fps:

https://docs.google.com/file/d/0B3pl4cqnlAftcGpJUTJOcmtMVFU/edit?usp=sharing

JVC:

https://docs.google.com/file/d/0B3pl4cqnlAftUFVabnBTWW9Yamc/edit?usp=sharing

SONY:

https://docs.google.com/file/d/0B3pl4cqnlAftOXM4SzVzNjVtd1E/edit?usp=sharing


ffprobe outputs

ffprobe output for JVC camera:

Metadata:
    title           : Media Presentation
  Duration: N/A, start: 0.200000, bitrate: N/A
    Stream #0:0: Video: h264 (High), yuvj420p, 1280x720 [SAR 1:1 DAR 16:9], 25
fps, 25 tbr, 90k tbn, 50 tbc
    "streams": [
        {
            "index": 0,
            "codec_name": "h264",
            "codec_long_name": "H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10",
            "profile": "High",
            "codec_type": "video",
            "codec_time_base": "1/50",
            "codec_tag_string": "[0][0][0][0]",
            "codec_tag": "0x0000",
            "width": 1280,
            "height": 720,
            "has_b_frames": 0,
            "sample_aspect_ratio": "1:1",
            "display_aspect_ratio": "16:9",
            "pix_fmt": "yuvj420p",
            "level": 40,
            "r_frame_rate": "25/1",
            "avg_frame_rate": "25/1",
            "time_base": "1/90000",
            "start_pts": 18000,
            "start_time": "0.200000",
            "disposition": {
                "default": 0,
                "dub": 0,
                "original": 0,
                "comment": 0,
                "lyrics": 0,
                "karaoke": 0,
                "forced": 0,
                "hearing_impaired": 0,
                "visual_impaired": 0,
                "clean_effects": 0,
                "attached_pic": 0
            }
        }
    ],
    "format": {
        "filename": "rtsp://192.168.0.113/PSIA/Streaming/channels/0",
        "nb_streams": 1,
        "nb_programs": 0,
        "format_name": "rtsp",
        "format_long_name": "RTSP input",
        "start_time": "0.200000",
        "tags": {
            "title": "Media Presentation"
        }
    }
}

ffprobe output from sony camera

  Metadata:
    title           : SONY RTSP Server
  Duration: N/A, start: 0.033333, bitrate: N/A
    Stream #0:0: Video: h264 (Baseline), yuv420p, 1280x720, 30 tbr, 90k tbn,
180k tbc
    "streams": [
        {
            "index": 0,
            "codec_name": "h264",
            "codec_long_name": "H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10",
            "profile": "Baseline",
            "codec_type": "video",
            "codec_time_base": "1/180000",
            "codec_tag_string": "[0][0][0][0]",
            "codec_tag": "0x0000",
            "width": 1280,
            "height": 720,
            "has_b_frames": 0,
            "sample_aspect_ratio": "0:1",
            "display_aspect_ratio": "0:1",
            "pix_fmt": "yuv420p",
            "level": 31,
            "r_frame_rate": "30/1",
            "avg_frame_rate": "0/0",
            "time_base": "1/90000",
            "start_pts": 3000,
            "start_time": "0.033333",
            "disposition": {
                "default": 0,
                "dub": 0,
                "original": 0,
                "comment": 0,
                "lyrics": 0,
                "karaoke": 0,
                "forced": 0,
                "hearing_impaired": 0,
                "visual_impaired": 0,
                "clean_effects": 0,
                "attached_pic": 0
            }
        }
    ],
    "format": {
        "filename": "rtsp://192.168.0.100/media/video1",
        "nb_streams": 1,
        "nb_programs": 0,
        "format_name": "rtsp",
        "format_long_name": "RTSP input",
        "start_time": "0.033333",
        "tags": {
            "title": "SONY RTSP Server"
        }
    }
}

ffprobe output from axis cam, is only not in json format:

[STREAM]
index=0
codec_name=h264
codec_long_name=H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
profile=Baseline
codec_type=video
codec_time_base=1/180000
codec_tag_string=[0][0][0][0]
codec_tag=0x0000
width=1280
height=800
has_b_frames=0
sample_aspect_ratio=1:1
display_aspect_ratio=8:5
pix_fmt=yuvj420p
level=41
timecode=N/A
id=N/A
r_frame_rate=359/12
avg_frame_rate=0/0
time_base=1/90000
start_pts=3009
start_time=0.033433
duration_ts=N/A
duration=N/A
bit_rate=N/A
nb_frames=N/A
nb_read_frames=N/A
nb_read_packets=N/A
DISPOSITION:default=0
DISPOSITION:dub=0
DISPOSITION:original=0
DISPOSITION:comment=0
DISPOSITION:lyrics=0
DISPOSITION:karaoke=0
DISPOSITION:forced=0
DISPOSITION:hearing_impaired=0
DISPOSITION:visual_impaired=0
DISPOSITION:clean_effects=0
DISPOSITION:attached_pic=0
[/STREAM]

-- 
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